Update config.json
Browse files- config.json +34 -34
config.json
CHANGED
@@ -8,55 +8,55 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
"9": "Doubt",
|
21 |
"10": "Exaggeration-Minimisation",
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
-
"14": "
|
26 |
-
"15": "
|
27 |
"16": "None",
|
28 |
"17": "Obfuscation-Vagueness-Confusion",
|
29 |
-
"18": "
|
30 |
-
"19": "
|
31 |
"20": "Repetition",
|
32 |
"21": "Slogans",
|
33 |
-
"22": "
|
34 |
"23": "Whataboutism"
|
35 |
},
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
"Doubt": 9,
|
47 |
"Exaggeration-Minimisation": 10,
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
"None": 16,
|
54 |
"Obfuscation-Vagueness-Confusion": 17,
|
55 |
-
"
|
56 |
-
"
|
57 |
"Repetition": 20,
|
58 |
"Slogans": 21,
|
59 |
-
"
|
60 |
"Whataboutism": 23
|
61 |
},
|
62 |
"initializer_range": 0.02,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "Appeal to Authority",
|
12 |
+
"1": "Appeal to Fear-Prejudice",
|
13 |
+
"2": "Appeal to Hypocrisy",
|
14 |
+
"3": "Appeal to Popularity",
|
15 |
+
"4": "Appeal to Time",
|
16 |
+
"5": "Appeal to Values",
|
17 |
+
"6": "Causal Oversimplification",
|
18 |
+
"7": "Consequential Oversimplification",
|
19 |
+
"8": "Conversation Killer",
|
20 |
"9": "Doubt",
|
21 |
"10": "Exaggeration-Minimisation",
|
22 |
+
"11": "False Dilemma-No Choice",
|
23 |
+
"12": "Flag Waving",
|
24 |
+
"13": "Guilt by Association",
|
25 |
+
"14": "Loaded Language",
|
26 |
+
"15": "Name Calling-Labeling",
|
27 |
"16": "None",
|
28 |
"17": "Obfuscation-Vagueness-Confusion",
|
29 |
+
"18": "Questioning the Reputation",
|
30 |
+
"19": "Red Herring",
|
31 |
"20": "Repetition",
|
32 |
"21": "Slogans",
|
33 |
+
"22": "Straw Man",
|
34 |
"23": "Whataboutism"
|
35 |
},
|
36 |
"label2id": {
|
37 |
+
"Appeal to Authority": 0,
|
38 |
+
"Appeal to Fear-Prejudice": 1,
|
39 |
+
"Appeal to Hypocrisy": 2,
|
40 |
+
"Appeal to Popularity": 3,
|
41 |
+
"Appeal to Time": 4,
|
42 |
+
"Appeal to Values": 5,
|
43 |
+
"Causal Oversimplification": 6,
|
44 |
+
"Consequential Oversimplification": 7,
|
45 |
+
"Conversation Killer": 8,
|
46 |
"Doubt": 9,
|
47 |
"Exaggeration-Minimisation": 10,
|
48 |
+
"False Dilemma-No Choice": 11,
|
49 |
+
"Flag Waving": 12,
|
50 |
+
"Guilt by Association": 13,
|
51 |
+
"Loaded Language": 14,
|
52 |
+
"Name Calling-Labeling": 15,
|
53 |
"None": 16,
|
54 |
"Obfuscation-Vagueness-Confusion": 17,
|
55 |
+
"Questioning the Reputation": 18,
|
56 |
+
"Red Herring": 19,
|
57 |
"Repetition": 20,
|
58 |
"Slogans": 21,
|
59 |
+
"Straw Man": 22,
|
60 |
"Whataboutism": 23
|
61 |
},
|
62 |
"initializer_range": 0.02,
|