yaitsaid commited on
Commit
d41a93f
·
verified ·
1 Parent(s): 70ff691

Upload cpc-frozen-mixte-en-US_Southern.json with huggingface_hub

Browse files
cpc-frozen-mixte-en-US_Southern.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "frozen",
3
+ "accent_ood": "en-US_Southern",
4
+ "n_params_total": 1876610,
5
+ "n_params_trainable": 33154,
6
+ "seul": {
7
+ "test": {
8
+ "accuracy": 0.629253112033195,
9
+ "f1_macro": 0.6290770895349651,
10
+ "roc_auc": 0.6840878118072445,
11
+ "confusion_matrix": [
12
+ [
13
+ 1569,
14
+ 826
15
+ ],
16
+ [
17
+ 961,
18
+ 1464
19
+ ]
20
+ ]
21
+ },
22
+ "ood": {
23
+ "accuracy": 0.625,
24
+ "f1_macro": 0.6217102781098223,
25
+ "roc_auc": 0.6621840094062317,
26
+ "confusion_matrix": [
27
+ [
28
+ 543,
29
+ 213
30
+ ],
31
+ [
32
+ 354,
33
+ 402
34
+ ]
35
+ ]
36
+ }
37
+ },
38
+ "fusion": {
39
+ "test": {
40
+ "accuracy": 0.8024896265560166,
41
+ "f1_macro": 0.8015819685131844,
42
+ "roc_auc": 0.880808557346706,
43
+ "confusion_matrix": [
44
+ [
45
+ 1771,
46
+ 624
47
+ ],
48
+ [
49
+ 328,
50
+ 2097
51
+ ]
52
+ ]
53
+ },
54
+ "ood": {
55
+ "accuracy": 0.8048941798941799,
56
+ "f1_macro": 0.8037589548945652,
57
+ "roc_auc": 0.8693223174043279,
58
+ "confusion_matrix": [
59
+ [
60
+ 551,
61
+ 205
62
+ ],
63
+ [
64
+ 90,
65
+ 666
66
+ ]
67
+ ]
68
+ }
69
+ }
70
+ }