yaitsaid commited on
Commit
ddb16a7
·
verified ·
1 Parent(s): 5505c1b

Upload fusion-ablation-gated_pool-en-CN.json with huggingface_hub

Browse files
fusion-ablation-gated_pool-en-CN.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fusion_mode": "gated_pool",
3
+ "accent_ood": "en-CN",
4
+ "n_params_fusion": 217570,
5
+ "test": {
6
+ "accuracy": 0.8730389867296755,
7
+ "f1_macro": 0.8730352293728945,
8
+ "roc_auc": 0.9467127374212172,
9
+ "confusion_matrix": [
10
+ [
11
+ 15789,
12
+ 2446
13
+ ],
14
+ [
15
+ 2175,
16
+ 15987
17
+ ]
18
+ ]
19
+ },
20
+ "ood": {
21
+ "accuracy": 0.6756756756756757,
22
+ "f1_macro": 0.6721748727696364,
23
+ "roc_auc": 0.7624993365197237,
24
+ "confusion_matrix": [
25
+ [
26
+ 490,
27
+ 139
28
+ ],
29
+ [
30
+ 269,
31
+ 360
32
+ ]
33
+ ]
34
+ }
35
+ }