changed id labels
Browse files- config.json +4 -4
config.json
CHANGED
@@ -9,14 +9,14 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
"1": "neutral",
|
14 |
-
"2": "
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
-
"contradiction":
|
19 |
-
"entailment":
|
20 |
"neutral": 1
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "entailment",
|
13 |
"1": "neutral",
|
14 |
+
"2": "contradiction"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
+
"contradiction": 2,
|
19 |
+
"entailment": 0,
|
20 |
"neutral": 1
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|