yaitsaid commited on
Commit
98125ff
·
verified ·
1 Parent(s): 4b9fb0e

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

Browse files
Files changed (1) hide show
  1. cpc-partial-mixte-en-IE.json +70 -0
cpc-partial-mixte-en-IE.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "partial",
3
+ "accent_ood": "en-IE",
4
+ "n_params_total": 1876610,
5
+ "n_params_trainable": 559490,
6
+ "seul": {
7
+ "test": {
8
+ "accuracy": 0.6361702127659574,
9
+ "f1_macro": 0.6324316987024752,
10
+ "roc_auc": 0.6801376942553413,
11
+ "confusion_matrix": [
12
+ [
13
+ 1258,
14
+ 1037
15
+ ],
16
+ [
17
+ 673,
18
+ 1732
19
+ ]
20
+ ]
21
+ },
22
+ "ood": {
23
+ "accuracy": 0.5923295454545454,
24
+ "f1_macro": 0.5915375362626477,
25
+ "roc_auc": 0.6269217386937558,
26
+ "confusion_matrix": [
27
+ [
28
+ 579,
29
+ 477
30
+ ],
31
+ [
32
+ 384,
33
+ 672
34
+ ]
35
+ ]
36
+ }
37
+ },
38
+ "fusion": {
39
+ "test": {
40
+ "accuracy": 0.7921276595744681,
41
+ "f1_macro": 0.7918894865599693,
42
+ "roc_auc": 0.8696874249815426,
43
+ "confusion_matrix": [
44
+ [
45
+ 1782,
46
+ 513
47
+ ],
48
+ [
49
+ 464,
50
+ 1941
51
+ ]
52
+ ]
53
+ },
54
+ "ood": {
55
+ "accuracy": 0.8574810606060606,
56
+ "f1_macro": 0.8574577645036845,
57
+ "roc_auc": 0.9282428331611571,
58
+ "confusion_matrix": [
59
+ [
60
+ 892,
61
+ 164
62
+ ],
63
+ [
64
+ 137,
65
+ 919
66
+ ]
67
+ ]
68
+ }
69
+ }
70
+ }