Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -14,8 +14,8 @@
|
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_size": 3072,
|
16 |
"label2id": {
|
17 |
-
"False":
|
18 |
-
"True":
|
19 |
},
|
20 |
"layer_norm_eps": 1e-12,
|
21 |
"max_image_length": -1,
|
|
|
14 |
"initializer_range": 0.02,
|
15 |
"intermediate_size": 3072,
|
16 |
"label2id": {
|
17 |
+
"False": 0,
|
18 |
+
"True": 1
|
19 |
},
|
20 |
"layer_norm_eps": 1e-12,
|
21 |
"max_image_length": -1,
|