yaitsaid commited on
Commit
c490fee
·
verified ·
1 Parent(s): b5b0d86

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

Browse files
mixte-arch-comparison-bigru-en-IE.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "bigru",
3
+ "accent_ood": "en-IE",
4
+ "config": "mixte",
5
+ "n_params": 460695,
6
+ "seul": {
7
+ "test_acc": 0.6804255319148936,
8
+ "test_auc": 0.7672956214132685,
9
+ "test_f1": 0.676796937422752,
10
+ "test_f1_hold": 0.7110427087341286,
11
+ "test_f1_shift": 0.6425511661113755,
12
+ "test_cm": [
13
+ [
14
+ 1848,
15
+ 447
16
+ ],
17
+ [
18
+ 1055,
19
+ 1350
20
+ ]
21
+ ],
22
+ "ood_acc": 0.6912878787878788,
23
+ "ood_auc": 0.7743414256198348,
24
+ "ood_f1": 0.6853555078049668,
25
+ "ood_f1_hold": 0.7285595337218984,
26
+ "ood_f1_shift": 0.6421514818880352,
27
+ "ood_cm": [
28
+ [
29
+ 875,
30
+ 181
31
+ ],
32
+ [
33
+ 471,
34
+ 585
35
+ ]
36
+ ]
37
+ },
38
+ "fusion": {
39
+ "test_acc": 0.8885361746763464,
40
+ "test_auc": 0.9558998913290662,
41
+ "test_f1": 0.8885361555667377,
42
+ "test_f1_hold": 0.8885823078196567,
43
+ "test_f1_shift": 0.8884900033138187,
44
+ "test_cm": [
45
+ [
46
+ 16102,
47
+ 2022
48
+ ],
49
+ [
50
+ 2016,
51
+ 16087
52
+ ]
53
+ ],
54
+ "ood_acc": 0.8172348484848485,
55
+ "ood_auc": 0.887526723197888,
56
+ "ood_f1": 0.8171692669833934,
57
+ "ood_f1_hold": 0.820631970260223,
58
+ "ood_f1_shift": 0.8137065637065637,
59
+ "ood_cm": [
60
+ [
61
+ 883,
62
+ 173
63
+ ],
64
+ [
65
+ 213,
66
+ 843
67
+ ]
68
+ ]
69
+ }
70
+ }