Dave12121 commited on
Commit
814a6b2
1 Parent(s): 0155d1c

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1,
20
- "LABEL_2": 2
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": "single_label_classification",
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,