Upload folder using huggingface_hub
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -315,5 +315,11 @@
|
|
| 315 |
"image_size": [
|
| 316 |
224,
|
| 317 |
224
|
| 318 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
}
|
|
|
|
| 315 |
"image_size": [
|
| 316 |
224,
|
| 317 |
224
|
| 318 |
+
],
|
| 319 |
+
"architectures": [
|
| 320 |
+
"ViTForImageClassification"
|
| 321 |
+
],
|
| 322 |
+
"model_type": "vit",
|
| 323 |
+
"num_attention_heads": 12,
|
| 324 |
+
"num_channels": 3
|
| 325 |
}
|