Update label names
Browse files- 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": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 4096,
|
28 |
"label2id": {
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
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,
|