Commit
·
d1944ba
1
Parent(s):
756b621
bvb
Browse files- config.json +2 -6
config.json
CHANGED
@@ -8,12 +8,8 @@
|
|
8 |
"5": "frustated"
|
9 |
},
|
10 |
"model_type": "vit",
|
11 |
-
"_name_or_path":
|
12 |
-
"google/vit-base-patch16-224-in21k"
|
13 |
-
],
|
14 |
"architectures": [
|
15 |
-
|
16 |
-
"ViTForImageClassification"
|
17 |
-
]
|
18 |
]
|
19 |
}
|
|
|
8 |
"5": "frustated"
|
9 |
},
|
10 |
"model_type": "vit",
|
11 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
|
|
|
|
12 |
"architectures": [
|
13 |
+
"ViTForImageClassification"
|
|
|
|
|
14 |
]
|
15 |
}
|