chunwoolee0
commited on
Commit
•
eaa6860
1
Parent(s):
445062b
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -13,15 +13,15 @@
|
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "entailment",
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
"entailment": 0,
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"layer_norm_eps": 1e-05,
|
27 |
"max_position_embeddings": 514,
|
|
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "entailment",
|
16 |
+
"1": "neutral",
|
17 |
+
"2": "contradiction"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
"entailment": 0,
|
23 |
+
"neutral": 1,
|
24 |
+
"contradiction": 2
|
25 |
},
|
26 |
"layer_norm_eps": 1e-05,
|
27 |
"max_position_embeddings": 514,
|