Upload config.json with huggingface_hub
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "ResNet50",
|
| 3 |
+
"num_classes": 21,
|
| 4 |
+
"dataset": "Clothing1M",
|
| 5 |
+
"author": "PrachiY",
|
| 6 |
+
"description": "A fine-tuned ResNet50 model trained on Clothing1M for image classification."
|
| 7 |
+
}
|