brsvaaa commited on
Commit
ae6c4c5
·
verified ·
1 Parent(s): 2b45218

Upload 3 files

Browse files
detector/gemma/runtime/12_labels.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Appeal_to_Authority",
4
+ "Appeal_to_fear-prejudice",
5
+ "Bandwagon_Reductio_ad_hitlerum",
6
+ "Black-and-White_Fallacy",
7
+ "Causal_Oversimplification",
8
+ "Doubt",
9
+ "Flag-Waving",
10
+ "Loaded_Language",
11
+ "Name_Calling_Labeling",
12
+ "Slogans",
13
+ "Thought-terminating_Cliches",
14
+ "Whataboutism_Straw_Men_Red_Herring"
15
+ ],
16
+ "drop": [
17
+ "Exaggeration_Minimisation",
18
+ "Repetition"
19
+ ],
20
+ "num_labels": 12,
21
+ "max_length": 360,
22
+ "problem_type": "multi_label_classification",
23
+ "model_name": "google/gemma-2-2b-it"
24
+ }
detector/gemma/runtime/thresholds_12.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Appeal_to_Authority",
4
+ "Appeal_to_fear-prejudice",
5
+ "Bandwagon_Reductio_ad_hitlerum",
6
+ "Black-and-White_Fallacy",
7
+ "Causal_Oversimplification",
8
+ "Doubt",
9
+ "Flag-Waving",
10
+ "Loaded_Language",
11
+ "Name_Calling_Labeling",
12
+ "Slogans",
13
+ "Thought-terminating_Cliches",
14
+ "Whataboutism_Straw_Men_Red_Herring"
15
+ ],
16
+ "drop": [
17
+ "Exaggeration_Minimisation",
18
+ "Repetition"
19
+ ],
20
+ "thresholds": {
21
+ "Appeal_to_Authority": 0.7749999761581421,
22
+ "Appeal_to_fear-prejudice": 0.30000001192092896,
23
+ "Bandwagon_Reductio_ad_hitlerum": 0.824999988079071,
24
+ "Black-and-White_Fallacy": 0.675000011920929,
25
+ "Causal_Oversimplification": 0.4000000059604645,
26
+ "Doubt": 0.32499998807907104,
27
+ "Flag-Waving": 0.44999998807907104,
28
+ "Loaded_Language": 0.2750000059604645,
29
+ "Name_Calling_Labeling": 0.574999988079071,
30
+ "Slogans": 0.800000011920929,
31
+ "Thought-terminating_Cliches": 0.875,
32
+ "Whataboutism_Straw_Men_Red_Herring": 0.875
33
+ },
34
+ "max_length": 360
35
+ }
detector/gemma/runtime/thresholds_12_8bit.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Appeal_to_Authority": 0.95,
3
+ "Appeal_to_fear-prejudice": 0.325,
4
+ "Bandwagon_Reductio_ad_hitlerum": 0.95,
5
+ "Black-and-White_Fallacy": 0.675,
6
+ "Causal_Oversimplification": 0.95,
7
+ "Doubt": 0.35,
8
+ "Flag-Waving": 0.375,
9
+ "Loaded_Language": 0.15,
10
+ "Name_Calling_Labeling": 0.575,
11
+ "Slogans": 0.825,
12
+ "Thought-terminating_Cliches": 0.875,
13
+ "Whataboutism_Straw_Men_Red_Herring": 0.9
14
+ }