Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
@@ -3,6 +3,14 @@
|
|
3 |
"architectures": [
|
4 |
"MobileViTForImageClassification"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"aspp_dropout_prob": 0.1,
|
7 |
"aspp_out_channels": 256,
|
8 |
"atrous_rates": [
|
|
|
3 |
"architectures": [
|
4 |
"MobileViTForImageClassification"
|
5 |
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "Patacon-False",
|
8 |
+
"1": "Patacon-True"
|
9 |
+
},
|
10 |
+
"label2id": {
|
11 |
+
"Patacon-False": "0",
|
12 |
+
"Patacon-True": "1"
|
13 |
+
},
|
14 |
"aspp_dropout_prob": 0.1,
|
15 |
"aspp_out_channels": 256,
|
16 |
"atrous_rates": [
|