Commit
·
a9eb051
1
Parent(s):
71bb029
Upload model
Browse files- config.json +6 -6
config.json
CHANGED
@@ -13,15 +13,15 @@
|
|
13 |
"eos_token_id": 50256,
|
14 |
"freeze_backpack": true,
|
15 |
"id2label": {
|
16 |
-
"0": "
|
17 |
-
"1": "
|
18 |
-
"2": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"layer_norm_epsilon": 1e-05,
|
27 |
"model_type": "gpt2",
|
|
|
13 |
"eos_token_id": 50256,
|
14 |
"freeze_backpack": true,
|
15 |
"id2label": {
|
16 |
+
"0": "entailment",
|
17 |
+
"1": "neutral",
|
18 |
+
"2": "contradiction"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"label2id": {
|
22 |
+
"contradiction": 2,
|
23 |
+
"entailment": 0,
|
24 |
+
"neutral": 1
|
25 |
},
|
26 |
"layer_norm_epsilon": 1e-05,
|
27 |
"model_type": "gpt2",
|