Jarbas commited on
Commit
e441c45
·
verified ·
1 Parent(s): b77b32d

Upload benchmarks/yesno_svm_cal_FI_0.9.0_benchmark.json with huggingface_hub

Browse files
benchmarks/yesno_svm_cal_FI_0.9.0_benchmark.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.905,
3
+ "macro_f1": 0.9022968327115793,
4
+ "weighted_f1": 0.905394777265745,
5
+ "confusion_matrix": [
6
+ [
7
+ 68,
8
+ 7,
9
+ 2
10
+ ],
11
+ [
12
+ 1,
13
+ 72,
14
+ 3
15
+ ],
16
+ [
17
+ 1,
18
+ 5,
19
+ 41
20
+ ]
21
+ ],
22
+ "labels": [
23
+ "yes",
24
+ "no",
25
+ "maybe"
26
+ ],
27
+ "per_class_f1": {
28
+ "yes": 0.9251700680272109,
29
+ "no": 0.9,
30
+ "maybe": 0.8817204301075269
31
+ }
32
+ }