yaitsaid commited on
Commit
75f64bc
·
verified ·
1 Parent(s): 93bd3eb

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

Browse files
mixte-arch-comparison-bigru-en-IN.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "bigru",
3
+ "accent_ood": "en-IN",
4
+ "config": "mixte",
5
+ "n_params": 460695,
6
+ "seul": {
7
+ "test_acc": 0.6956708101157308,
8
+ "test_auc": 0.7711223993249124,
9
+ "test_f1": 0.6949165778452373,
10
+ "test_f1_hold": 0.7100857492854227,
11
+ "test_f1_shift": 0.6797474064050518,
12
+ "test_cm": [
13
+ [
14
+ 1739,
15
+ 559
16
+ ],
17
+ [
18
+ 861,
19
+ 1507
20
+ ]
21
+ ],
22
+ "ood_acc": 0.6346491228070176,
23
+ "ood_auc": 0.6887019082794705,
24
+ "ood_f1": 0.6344206357043327,
25
+ "ood_f1_hold": 0.6435601198117245,
26
+ "ood_f1_shift": 0.6252811515969411,
27
+ "ood_cm": [
28
+ [
29
+ 752,
30
+ 388
31
+ ],
32
+ [
33
+ 445,
34
+ 695
35
+ ]
36
+ ]
37
+ },
38
+ "fusion": {
39
+ "test_acc": 0.888348575691432,
40
+ "test_auc": 0.9556561152654618,
41
+ "test_f1": 0.8883482480492908,
42
+ "test_f1_hold": 0.888539511791477,
43
+ "test_f1_shift": 0.8881569843071047,
44
+ "test_cm": [
45
+ [
46
+ 16107,
47
+ 2020
48
+ ],
49
+ [
50
+ 2021,
51
+ 16045
52
+ ]
53
+ ],
54
+ "ood_acc": 0.6710526315789473,
55
+ "ood_auc": 0.7374838411819021,
56
+ "ood_f1": 0.6707242679680567,
57
+ "ood_f1_hold": 0.6811224489795918,
58
+ "ood_f1_shift": 0.6603260869565217,
59
+ "ood_cm": [
60
+ [
61
+ 801,
62
+ 339
63
+ ],
64
+ [
65
+ 411,
66
+ 729
67
+ ]
68
+ ]
69
+ }
70
+ }