Update config.json
Browse files- config.json +53 -51
config.json
CHANGED
@@ -8,59 +8,59 @@
|
|
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": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
-
"14": "
|
26 |
-
"15": "
|
27 |
-
"16": "
|
28 |
-
"17": "
|
29 |
-
"18": "
|
30 |
-
"19": "
|
31 |
-
"20": "
|
32 |
-
"21": "
|
33 |
-
"22": "
|
34 |
-
"23": "
|
35 |
},
|
36 |
-
"initializer_range": 0.02,
|
37 |
-
"intermediate_size": 3072,
|
38 |
"label2id": {
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
},
|
|
|
|
|
64 |
"layer_norm_eps": 1e-07,
|
65 |
"max_position_embeddings": 512,
|
66 |
"max_relative_positions": -1,
|
@@ -84,5 +84,7 @@
|
|
84 |
"torch_dtype": "float32",
|
85 |
"transformers_version": "4.44.2",
|
86 |
"type_vocab_size": 0,
|
87 |
-
"vocab_size": 251000
|
|
|
|
|
88 |
}
|
|
|
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,
|
63 |
+
"intermediate_size": 3072,
|
64 |
"layer_norm_eps": 1e-07,
|
65 |
"max_position_embeddings": 512,
|
66 |
"max_relative_positions": -1,
|
|
|
84 |
"torch_dtype": "float32",
|
85 |
"transformers_version": "4.44.2",
|
86 |
"type_vocab_size": 0,
|
87 |
+
"vocab_size": 251000,
|
88 |
+
"pipeline_tag": "text-classification",
|
89 |
+
"task": "text-classification"
|
90 |
}
|