Create config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "vit_base_patch16_224",
|
3 |
+
"rank": 4,
|
4 |
+
"num_classes": 25,
|
5 |
+
}
|