Commit
·
30edf18
1
Parent(s):
7efb333
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 4096,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "entailment",
|
| 14 |
+
"1": "neutral",
|
| 15 |
+
"2": "contradiction"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 4096,
|