synapti commited on
Commit
7e6e910
·
verified ·
1 Parent(s): 03bd797

Add ONNX model export: calibration_config.json

Browse files
Files changed (1) hide show
  1. onnx/calibration_config.json +52 -0
onnx/calibration_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.75,
3
+ "thresholds": {
4
+ "Loaded_Language": 0.3,
5
+ "Appeal_to_fear-prejudice": 0.3,
6
+ "Exaggeration,Minimisation": 0.4,
7
+ "Repetition": 0.4,
8
+ "Flag-Waving": 0.4,
9
+ "Name_Calling,Labeling": 0.1,
10
+ "Reductio_ad_hitlerum": 0.3,
11
+ "Black-and-White_Fallacy": 0.5,
12
+ "Causal_Oversimplification": 0.4,
13
+ "Whataboutism,Straw_Men,Red_Herring": 0.3,
14
+ "Straw_Man": 0.5,
15
+ "Red_Herring": 0.5,
16
+ "Doubt": 0.3,
17
+ "Appeal_to_Authority": 0.3,
18
+ "Thought-terminating_Cliches": 0.5,
19
+ "Bandwagon": 0.5,
20
+ "Slogans": 0.3,
21
+ "Obfuscation,Intentional_Vagueness,Confusion": 0.5
22
+ },
23
+ "technique_labels": [
24
+ "Loaded_Language",
25
+ "Appeal_to_fear-prejudice",
26
+ "Exaggeration,Minimisation",
27
+ "Repetition",
28
+ "Flag-Waving",
29
+ "Name_Calling,Labeling",
30
+ "Reductio_ad_hitlerum",
31
+ "Black-and-White_Fallacy",
32
+ "Causal_Oversimplification",
33
+ "Whataboutism,Straw_Men,Red_Herring",
34
+ "Straw_Man",
35
+ "Red_Herring",
36
+ "Doubt",
37
+ "Appeal_to_Authority",
38
+ "Thought-terminating_Cliches",
39
+ "Bandwagon",
40
+ "Slogans",
41
+ "Obfuscation,Intentional_Vagueness,Confusion"
42
+ ],
43
+ "metrics": {
44
+ "ece": 0.009643693406628337,
45
+ "micro_f1_default": 0.7273864110045852,
46
+ "micro_f1_optimized": 0.8026315789473685,
47
+ "macro_f1_default": 0.6252123514047508,
48
+ "macro_f1_optimized": 0.6827629064362855
49
+ },
50
+ "model_id": "synapti/nci-technique-classifier",
51
+ "dataset_id": "synapti/nci-propaganda-production"
52
+ }