yaitsaid commited on
Commit
6a13f4e
·
verified ·
1 Parent(s): 31e4bfa

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

Browse files
mixte-arch-comparison-bigru-en-US_Aave.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "bigru",
3
+ "accent_ood": "en-US_Aave",
4
+ "config": "mixte",
5
+ "n_params": 460695,
6
+ "seul": {
7
+ "test_acc": 0.6911888701517707,
8
+ "test_auc": 0.7719406385998401,
9
+ "test_f1": 0.6894890546495708,
10
+ "test_f1_hold": 0.7124631992149166,
11
+ "test_f1_shift": 0.6665149100842249,
12
+ "test_cm": [
13
+ [
14
+ 1815,
15
+ 544
16
+ ],
17
+ [
18
+ 921,
19
+ 1464
20
+ ]
21
+ ],
22
+ "ood_acc": 0.6321353065539113,
23
+ "ood_auc": 0.6756131301708764,
24
+ "ood_f1": 0.624136860180483,
25
+ "ood_f1_hold": 0.6789667896678967,
26
+ "ood_f1_shift": 0.5693069306930693,
27
+ "ood_cm": [
28
+ [
29
+ 736,
30
+ 210
31
+ ],
32
+ [
33
+ 486,
34
+ 460
35
+ ]
36
+ ]
37
+ },
38
+ "fusion": {
39
+ "test_acc": 0.8902428937718839,
40
+ "test_auc": 0.9560205144640027,
41
+ "test_f1": 0.890241350659658,
42
+ "test_f1_hold": 0.889829804898298,
43
+ "test_f1_shift": 0.890652896421018,
44
+ "test_cm": [
45
+ [
46
+ 16077,
47
+ 2111
48
+ ],
49
+ [
50
+ 1870,
51
+ 16213
52
+ ]
53
+ ],
54
+ "ood_acc": 0.718816067653277,
55
+ "ood_auc": 0.7942052661925812,
56
+ "ood_f1": 0.7176803737395043,
57
+ "ood_f1_hold": 0.73558648111332,
58
+ "ood_f1_shift": 0.6997742663656885,
59
+ "ood_cm": [
60
+ [
61
+ 740,
62
+ 206
63
+ ],
64
+ [
65
+ 326,
66
+ 620
67
+ ]
68
+ ]
69
+ }
70
+ }