yaitsaid commited on
Commit
af89409
·
verified ·
1 Parent(s): f8e2c55

Upload mixte-arch-comparison-bigru-en-US_General.json with huggingface_hub

Browse files
mixte-arch-comparison-bigru-en-US_General.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "bigru",
3
+ "accent_ood": "en-US_General",
4
+ "config": "mixte",
5
+ "n_params": 460695,
6
+ "seul": {
7
+ "test_acc": 0.6893325015595758,
8
+ "test_auc": 0.7671163286274212,
9
+ "test_f1": 0.6875914878074234,
10
+ "test_f1_hold": 0.7109133126934984,
11
+ "test_f1_shift": 0.6642696629213484,
12
+ "test_cm": [
13
+ [
14
+ 1837,
15
+ 552
16
+ ],
17
+ [
18
+ 942,
19
+ 1478
20
+ ]
21
+ ],
22
+ "ood_acc": 0.6928480204342273,
23
+ "ood_auc": 0.7548887681886316,
24
+ "ood_f1": 0.6928027993531798,
25
+ "ood_f1_hold": 0.6965299684542586,
26
+ "ood_f1_shift": 0.6890756302521008,
27
+ "ood_cm": [
28
+ [
29
+ 552,
30
+ 231
31
+ ],
32
+ [
33
+ 250,
34
+ 533
35
+ ]
36
+ ]
37
+ },
38
+ "fusion": {
39
+ "test_acc": 0.8894760017613386,
40
+ "test_auc": 0.956479480323614,
41
+ "test_f1": 0.8894753534998158,
42
+ "test_f1_hold": 0.8892076804237475,
43
+ "test_f1_shift": 0.889743026575884,
44
+ "test_cm": [
45
+ [
46
+ 16116,
47
+ 2102
48
+ ],
49
+ [
50
+ 1914,
51
+ 16204
52
+ ]
53
+ ],
54
+ "ood_acc": 0.7605363984674329,
55
+ "ood_auc": 0.8382518688151313,
56
+ "ood_f1": 0.7604026459544665,
57
+ "ood_f1_hold": 0.7547416612164813,
58
+ "ood_f1_shift": 0.7660636306924516,
59
+ "ood_cm": [
60
+ [
61
+ 577,
62
+ 206
63
+ ],
64
+ [
65
+ 169,
66
+ 614
67
+ ]
68
+ ]
69
+ }
70
+ }