Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -9,15 +9,15 @@
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
},
|
22 |
"layer_norm_epsilon": 1e-05,
|
23 |
"model_type": "gpt2",
|
@@ -30,7 +30,7 @@
|
|
30 |
"n_special": 0,
|
31 |
"pad_token_id": 50256,
|
32 |
"predict_special_tokens": true,
|
33 |
-
"problem_type": "
|
34 |
"reorder_and_upcast_attn": false,
|
35 |
"resid_pdrop": 0.1,
|
36 |
"scale_attn_by_inverse_layer_idx": false,
|
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
"id2label": {
|
12 |
+
"0": "negative",
|
13 |
+
"1": "neutral",
|
14 |
+
"2": "positive"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
+
"negative": 0,
|
19 |
+
"neutral": 1,
|
20 |
+
"positive": 2
|
21 |
},
|
22 |
"layer_norm_epsilon": 1e-05,
|
23 |
"model_type": "gpt2",
|
|
|
30 |
"n_special": 0,
|
31 |
"pad_token_id": 50256,
|
32 |
"predict_special_tokens": true,
|
33 |
+
"problem_type": "multi_label_classification",
|
34 |
"reorder_and_upcast_attn": false,
|
35 |
"resid_pdrop": 0.1,
|
36 |
"scale_attn_by_inverse_layer_idx": false,
|