Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"contradiction":
|
24 |
"neutral": 1,
|
25 |
-
"entailment":
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|
|
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"contradiction": 2,
|
24 |
"neutral": 1,
|
25 |
+
"entailment": 0
|
26 |
},
|
27 |
"layer_norm_eps": 1e-05,
|
28 |
"max_position_embeddings": 514,
|