Update labels names
Browse files- config.json +24 -24
config.json
CHANGED
@@ -11,34 +11,34 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1536,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
-
"7": "
|
22 |
-
"8": "
|
23 |
-
"9": "
|
24 |
-
"10": "
|
25 |
-
"11": "
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 6144,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
},
|
43 |
"layer_norm_eps": 1e-07,
|
44 |
"max_position_embeddings": 512,
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1536,
|
13 |
"id2label": {
|
14 |
+
"0": "ad hominem",
|
15 |
+
"1": "anecdote",
|
16 |
+
"2": "cherry picking",
|
17 |
+
"3": "conspiracy theory",
|
18 |
+
"4": "fake experts",
|
19 |
+
"5": "false choice",
|
20 |
+
"6": "false equivalence",
|
21 |
+
"7": "impossible expectations",
|
22 |
+
"8": "misrepresentation",
|
23 |
+
"9": "oversimplification",
|
24 |
+
"10": "single cause",
|
25 |
+
"11": "slothful induction"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 6144,
|
29 |
"label2id": {
|
30 |
+
"ad hominem": 0,
|
31 |
+
"anecdote": 1,
|
32 |
+
"single cause": 10,
|
33 |
+
"slothful induction": 11,
|
34 |
+
"cherry picking": 2,
|
35 |
+
"conspiracy theory": 3,
|
36 |
+
"fake experts": 4,
|
37 |
+
"false choice": 5,
|
38 |
+
"false equivalence": 6,
|
39 |
+
"impossible expectations": 7,
|
40 |
+
"misrepresentation": 8,
|
41 |
+
"oversimplification": 9
|
42 |
},
|
43 |
"layer_norm_eps": 1e-07,
|
44 |
"max_position_embeddings": 512,
|