Add YAML metadata to model card
Browse files- Add license, language, tags for better discoverability
- Include model type, pipeline tag, and base models
- Fix Hugging Face metadata warning
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Korean Secondhand Market Classifier
|
2 |
|
3 |
## Model Overview
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
tags:
|
6 |
+
- image-classification
|
7 |
+
- computer-vision
|
8 |
+
- korean
|
9 |
+
- secondhand-market
|
10 |
+
- e-commerce
|
11 |
+
- ensemble
|
12 |
+
- tensorflow
|
13 |
+
- keras
|
14 |
+
datasets:
|
15 |
+
- custom
|
16 |
+
metrics:
|
17 |
+
- accuracy
|
18 |
+
model_type: ensemble
|
19 |
+
pipeline_tag: image-classification
|
20 |
+
widget:
|
21 |
+
- src: https://example.com/sample_image.jpg
|
22 |
+
example_title: "Sample Product Image"
|
23 |
+
base_model:
|
24 |
+
- google/efficientnet-b0
|
25 |
+
- microsoft/resnet-50
|
26 |
+
- facebook/deit-base-distilled-patch16-224
|
27 |
+
library_name: tensorflow
|
28 |
+
---
|
29 |
# Korean Secondhand Market Classifier
|
30 |
|
31 |
## Model Overview
|