yaitsaid commited on
Commit
54c5f37
·
verified ·
1 Parent(s): 9476f09

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

Browse files
Files changed (1) hide show
  1. cpc-partial-mixte-en-GB_WLS.json +70 -0
cpc-partial-mixte-en-GB_WLS.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "partial",
3
+ "accent_ood": "en-GB_WLS",
4
+ "n_params_total": 1876610,
5
+ "n_params_trainable": 559490,
6
+ "seul": {
7
+ "test": {
8
+ "accuracy": 0.636930754834685,
9
+ "f1_macro": 0.6369068746497291,
10
+ "roc_auc": 0.6829125113523332,
11
+ "confusion_matrix": [
12
+ [
13
+ 1512,
14
+ 863
15
+ ],
16
+ [
17
+ 883,
18
+ 1551
19
+ ]
20
+ ]
21
+ },
22
+ "ood": {
23
+ "accuracy": 0.5722506393861893,
24
+ "f1_macro": 0.5709834591497459,
25
+ "roc_auc": 0.6109228746541429,
26
+ "confusion_matrix": [
27
+ [
28
+ 490,
29
+ 292
30
+ ],
31
+ [
32
+ 377,
33
+ 405
34
+ ]
35
+ ]
36
+ }
37
+ },
38
+ "fusion": {
39
+ "test": {
40
+ "accuracy": 0.7945518818881264,
41
+ "f1_macro": 0.7935379929319679,
42
+ "roc_auc": 0.868213467110669,
43
+ "confusion_matrix": [
44
+ [
45
+ 1742,
46
+ 633
47
+ ],
48
+ [
49
+ 355,
50
+ 2079
51
+ ]
52
+ ]
53
+ },
54
+ "ood": {
55
+ "accuracy": 0.770460358056266,
56
+ "f1_macro": 0.7696458630690226,
57
+ "roc_auc": 0.8541479974620784,
58
+ "confusion_matrix": [
59
+ [
60
+ 556,
61
+ 226
62
+ ],
63
+ [
64
+ 133,
65
+ 649
66
+ ]
67
+ ]
68
+ }
69
+ }
70
+ }