Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "vit_base_patch16_224.augreg_in21k_ft_in1k",
|
| 3 |
+
"input_size": [
|
| 4 |
+
3,
|
| 5 |
+
224,
|
| 6 |
+
224
|
| 7 |
+
],
|
| 8 |
+
"num_classes": 2829
|
| 9 |
+
}
|