PrachiY commited on
Commit
ca464a2
·
verified ·
1 Parent(s): aed09ff

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -1 +1,7 @@
1
- {"architecture": "resnet50", "num_classes": 14}
 
 
 
 
 
 
 
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
+ }