yaitsaid commited on
Commit
ffa681c
·
verified ·
1 Parent(s): 1e7bfbf

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

Browse files
Files changed (1) hide show
  1. cpc-frozen-mixte-en-GB_WLS.json +70 -0
cpc-frozen-mixte-en-GB_WLS.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "frozen",
3
+ "accent_ood": "en-GB_WLS",
4
+ "n_params_total": 1876610,
5
+ "n_params_trainable": 33154,
6
+ "seul": {
7
+ "test": {
8
+ "accuracy": 0.6383863589103764,
9
+ "f1_macro": 0.6379444994485948,
10
+ "roc_auc": 0.6909513471435367,
11
+ "confusion_matrix": [
12
+ [
13
+ 1451,
14
+ 924
15
+ ],
16
+ [
17
+ 815,
18
+ 1619
19
+ ]
20
+ ]
21
+ },
22
+ "ood": {
23
+ "accuracy": 0.5741687979539642,
24
+ "f1_macro": 0.5741576561549482,
25
+ "roc_auc": 0.6124060543821666,
26
+ "confusion_matrix": [
27
+ [
28
+ 453,
29
+ 329
30
+ ],
31
+ [
32
+ 337,
33
+ 445
34
+ ]
35
+ ]
36
+ }
37
+ },
38
+ "fusion": {
39
+ "test": {
40
+ "accuracy": 0.7960074859638179,
41
+ "f1_macro": 0.7947257691764292,
42
+ "roc_auc": 0.8726056307572546,
43
+ "confusion_matrix": [
44
+ [
45
+ 1724,
46
+ 651
47
+ ],
48
+ [
49
+ 330,
50
+ 2104
51
+ ]
52
+ ]
53
+ },
54
+ "ood": {
55
+ "accuracy": 0.7755754475703325,
56
+ "f1_macro": 0.775085454695184,
57
+ "roc_auc": 0.8610111786291298,
58
+ "confusion_matrix": [
59
+ [
60
+ 570,
61
+ 212
62
+ ],
63
+ [
64
+ 139,
65
+ 643
66
+ ]
67
+ ]
68
+ }
69
+ }
70
+ }