hd10 commited on
Commit
eefb2a5
1 Parent(s): d4c174c

Update label names

Browse files
Files changed (1) hide show
  1. config.json +28 -28
config.json CHANGED
@@ -8,38 +8,38 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 1024,
10
  "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1",
13
- "2": "LABEL_2",
14
- "3": "LABEL_3",
15
- "4": "LABEL_4",
16
- "5": "LABEL_5",
17
- "6": "LABEL_6",
18
- "7": "LABEL_7",
19
- "8": "LABEL_8",
20
- "9": "LABEL_9",
21
- "10": "LABEL_10",
22
- "11": "LABEL_11",
23
- "12": "LABEL_12",
24
- "13": "LABEL_13"
25
  },
26
  "initializer_range": 0.02,
27
  "intermediate_size": 4096,
28
  "label2id": {
29
- "LABEL_0": 0,
30
- "LABEL_1": 1,
31
- "LABEL_10": 10,
32
- "LABEL_11": 11,
33
- "LABEL_12": 12,
34
- "LABEL_13": 13,
35
- "LABEL_2": 2,
36
- "LABEL_3": 3,
37
- "LABEL_4": 4,
38
- "LABEL_5": 5,
39
- "LABEL_6": 6,
40
- "LABEL_7": 7,
41
- "LABEL_8": 8,
42
- "LABEL_9": 9
43
  },
44
  "layer_norm_eps": 1e-07,
45
  "max_position_embeddings": 512,
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 1024,
10
  "id2label": {
11
+ "0": "Appeal_to_Authority",
12
+ "1": "Appeal_to_fear-prejudice",
13
+ "2": "Bandwagon,Reductio_ad_hitlerum",
14
+ "3": "Black-and-White_Fallacy",
15
+ "4": "Causal_Oversimplification",
16
+ "5": "Doubt",
17
+ "6": "Exaggeration,Minimisation",
18
+ "7": "Flag-Waving",
19
+ "8": "Loaded_Language",
20
+ "9": "Name_Calling,Labeling",
21
+ "10": "Repetition",
22
+ "11": "Slogans",
23
+ "12": "Thought-terminating_Cliches",
24
+ "13": "Whataboutism,Straw_Men,Red_Herring"
25
  },
26
  "initializer_range": 0.02,
27
  "intermediate_size": 4096,
28
  "label2id": {
29
+ "Appeal_to_Authority": 0,
30
+ "Appeal_to_fear-prejudice": 1,
31
+ "Bandwagon,Reductio_ad_hitlerum": 2,
32
+ "Black-and-White_Fallacy": 3,
33
+ "Causal_Oversimplification": 4,
34
+ "Doubt": 5,
35
+ "Exaggeration,Minimisation": 6,
36
+ "Flag-Waving": 7,
37
+ "Loaded_Language": 8,
38
+ "Name_Calling,Labeling": 9,
39
+ "Repetition": 10,
40
+ "Slogans": 11,
41
+ "Thought-terminating_Cliches": 12,
42
+ "Whataboutism,Straw_Men,Red_Herring": 13
43
  },
44
  "layer_norm_eps": 1e-07,
45
  "max_position_embeddings": 512,