DaniilOr commited on
Commit
189dd9f
1 Parent(s): 0f20253

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "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
- "14": "LABEL_14",
26
- "15": "LABEL_15",
27
- "16": "LABEL_16",
28
- "17": "LABEL_17",
29
- "18": "LABEL_18",
30
- "19": "LABEL_19",
31
- "20": "LABEL_20",
32
- "21": "LABEL_21",
33
- "22": "LABEL_22",
34
- "23": "LABEL_23"
35
  },
36
- "initializer_range": 0.02,
37
- "intermediate_size": 3072,
38
  "label2id": {
39
- "LABEL_0": 0,
40
- "LABEL_1": 1,
41
- "LABEL_10": 10,
42
- "LABEL_11": 11,
43
- "LABEL_12": 12,
44
- "LABEL_13": 13,
45
- "LABEL_14": 14,
46
- "LABEL_15": 15,
47
- "LABEL_16": 16,
48
- "LABEL_17": 17,
49
- "LABEL_18": 18,
50
- "LABEL_19": 19,
51
- "LABEL_2": 2,
52
- "LABEL_20": 20,
53
- "LABEL_21": 21,
54
- "LABEL_22": 22,
55
- "LABEL_23": 23,
56
- "LABEL_3": 3,
57
- "LABEL_4": 4,
58
- "LABEL_5": 5,
59
- "LABEL_6": 6,
60
- "LABEL_7": 7,
61
- "LABEL_8": 8,
62
- "LABEL_9": 9
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
  }