update config.json, changed labels
Browse files- config.json +4 -4
config.json
CHANGED
@@ -12,15 +12,15 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
"1": "neutral",
|
17 |
-
"2": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 4096,
|
21 |
"label2id": {
|
22 |
-
"contradiction":
|
23 |
-
"entailment":
|
24 |
"neutral": 1
|
25 |
},
|
26 |
"layer_norm_eps": 1e-05,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
+
"0": "entailment",
|
16 |
"1": "neutral",
|
17 |
+
"2": "contradiction"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 4096,
|
21 |
"label2id": {
|
22 |
+
"contradiction": 2,
|
23 |
+
"entailment": 0,
|
24 |
"neutral": 1
|
25 |
},
|
26 |
"layer_norm_eps": 1e-05,
|