synapti commited on
Commit
60043ce
·
verified ·
1 Parent(s): 6f533d8

Upload optimal_thresholds.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. optimal_thresholds.json +79 -0
optimal_thresholds.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Loaded_Language",
4
+ "Appeal_to_fear-prejudice",
5
+ "Exaggeration,Minimisation",
6
+ "Repetition",
7
+ "Flag-Waving",
8
+ "Name_Calling,Labeling",
9
+ "Reductio_ad_hitlerum",
10
+ "Black-and-White_Fallacy",
11
+ "Causal_Oversimplification",
12
+ "Whataboutism,Straw_Men,Red_Herring",
13
+ "Straw_Man",
14
+ "Red_Herring",
15
+ "Doubt",
16
+ "Appeal_to_Authority",
17
+ "Thought-terminating_Cliches",
18
+ "Bandwagon",
19
+ "Slogans",
20
+ "Obfuscation,Intentional_Vagueness,Confusion"
21
+ ],
22
+ "thresholds": {
23
+ "Loaded_Language": 0.4,
24
+ "Appeal_to_fear-prejudice": 0.4,
25
+ "Exaggeration,Minimisation": 0.6,
26
+ "Repetition": 0.4,
27
+ "Flag-Waving": 0.4,
28
+ "Name_Calling,Labeling": 0.2,
29
+ "Reductio_ad_hitlerum": 0.3,
30
+ "Black-and-White_Fallacy": 0.6,
31
+ "Causal_Oversimplification": 0.5,
32
+ "Whataboutism,Straw_Men,Red_Herring": 0.4,
33
+ "Straw_Man": 0.4,
34
+ "Red_Herring": 0.5,
35
+ "Doubt": 0.3,
36
+ "Appeal_to_Authority": 0.5,
37
+ "Thought-terminating_Cliches": 0.5,
38
+ "Bandwagon": 0.5,
39
+ "Slogans": 0.4,
40
+ "Obfuscation,Intentional_Vagueness,Confusion": 0.4
41
+ },
42
+ "f1_scores": {
43
+ "Loaded_Language": 0.946,
44
+ "Appeal_to_fear-prejudice": 0.849,
45
+ "Exaggeration,Minimisation": 0.49,
46
+ "Repetition": 0.559,
47
+ "Flag-Waving": 0.509,
48
+ "Name_Calling,Labeling": 0.445,
49
+ "Reductio_ad_hitlerum": 0.824,
50
+ "Black-and-White_Fallacy": 0.688,
51
+ "Causal_Oversimplification": 0.679,
52
+ "Whataboutism,Straw_Men,Red_Herring": 0.477,
53
+ "Straw_Man": 0.603,
54
+ "Red_Herring": 0.863,
55
+ "Doubt": 0.344,
56
+ "Appeal_to_Authority": 0.5,
57
+ "Thought-terminating_Cliches": 0.712,
58
+ "Bandwagon": 0.467,
59
+ "Slogans": 0.46,
60
+ "Obfuscation,Intentional_Vagueness,Confusion": 0.863
61
+ },
62
+ "default_threshold": 0.5,
63
+ "metrics": {
64
+ "default": {
65
+ "micro_f1": 0.727,
66
+ "macro_f1": 0.626,
67
+ "micro_precision": 0.879,
68
+ "micro_recall": 0.621
69
+ },
70
+ "optimized": {
71
+ "micro_f1": 0.8,
72
+ "macro_f1": 0.69
73
+ }
74
+ },
75
+ "calibration": {
76
+ "temperature": 3.0,
77
+ "ece": 0.7212
78
+ }
79
+ }