Rezaul Karim commited on
Commit
e5eca65
1 Parent(s): d53107b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -18
config.json CHANGED
@@ -9,27 +9,27 @@
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
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5,
30
- "LABEL_6": 6,
31
- "LABEL_7": 7,
32
- "LABEL_8": 8
33
  },
34
  "layer_norm_epsilon": 1e-05,
35
  "model_type": "gpt2",
 
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "id2label": {
12
+ "0": "Mildly positive",
13
+ "1": "Mildly negative",
14
+ "2": "Moderately negative",
15
+ "3": "Moderately positive",
16
+ "4": "Positive",
17
+ "5": "Negative",
18
+ "6": "Neutral",
19
+ "7": "Strongly negative",
20
+ "8": "Strongly positive"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
+ "Mildly positive": 0,
25
+ "Mildly negative": 1,
26
+ "Moderately negative": 2,
27
+ "Moderately positive": 3,
28
+ "Positive": 4,
29
+ "Negative": 5,
30
+ "Neutral": 6,
31
+ "Strongly negative": 7,
32
+ "Strongly positive": 8
33
  },
34
  "layer_norm_epsilon": 1e-05,
35
  "model_type": "gpt2",