yaitsaid commited on
Commit
a37231b
·
verified ·
1 Parent(s): 119299a

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

Browse files
mixte-arch-comparison-bigru-en-GB_WLS.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": "bigru",
3
+ "accent_ood": "en-GB_WLS",
4
+ "config": "mixte",
5
+ "n_params": 460695,
6
+ "seul": {
7
+ "test_acc": 0.6801829902266584,
8
+ "test_auc": 0.7659333996453745,
9
+ "test_f1": 0.6764140889140888,
10
+ "test_f1_hold": 0.7113363363363363,
11
+ "test_f1_shift": 0.6414918414918415,
12
+ "test_cm": [
13
+ [
14
+ 1895,
15
+ 480
16
+ ],
17
+ [
18
+ 1058,
19
+ 1376
20
+ ]
21
+ ],
22
+ "ood_acc": 0.6617647058823529,
23
+ "ood_auc": 0.7333448891621588,
24
+ "ood_f1": 0.657672471041912,
25
+ "ood_f1_hold": 0.6951008645533141,
26
+ "ood_f1_shift": 0.6202440775305097,
27
+ "ood_cm": [
28
+ [
29
+ 603,
30
+ 179
31
+ ],
32
+ [
33
+ 350,
34
+ 432
35
+ ]
36
+ ]
37
+ },
38
+ "fusion": {
39
+ "test_acc": 0.8838342140026421,
40
+ "test_auc": 0.9530857005897764,
41
+ "test_f1": 0.8838313948369407,
42
+ "test_f1_hold": 0.8844036697247707,
43
+ "test_f1_shift": 0.8832591199491108,
44
+ "test_cm": [
45
+ [
46
+ 16147,
47
+ 2057
48
+ ],
49
+ [
50
+ 2164,
51
+ 15968
52
+ ]
53
+ ],
54
+ "ood_acc": 0.7416879795396419,
55
+ "ood_auc": 0.8157046984255729,
56
+ "ood_f1": 0.7406276271542664,
57
+ "ood_f1_hold": 0.7572115384615384,
58
+ "ood_f1_shift": 0.7240437158469946,
59
+ "ood_cm": [
60
+ [
61
+ 630,
62
+ 152
63
+ ],
64
+ [
65
+ 252,
66
+ 530
67
+ ]
68
+ ]
69
+ }
70
+ }