OmarYasser1 commited on
Commit
964a040
·
verified ·
1 Parent(s): 43b83b0

[20260608_043140_xlm_roberta_large_v32] metrics

Browse files
metrics/20260608_043140_xlm_roberta_large_v32_metrics.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260608_043140_xlm_roberta_large_v32",
3
+ "model": "xlm-roberta-large",
4
+ "dataset": "Nexus-Analytics/multilingual-hate-detection-dataset_v32",
5
+ "labels": {
6
+ "hate": 0,
7
+ "normal": 1
8
+ },
9
+ "hyperparameters": {
10
+ "learning_rate": 2e-05,
11
+ "batch_size": 16,
12
+ "weight_decay": 0.01,
13
+ "warmup_ratio": 0.1,
14
+ "epochs": 8,
15
+ "max_len": 256,
16
+ "seed": 42,
17
+ "label_smoothing": 0.0
18
+ },
19
+ "class_weights": {
20
+ "hate": 1.0253845326449391,
21
+ "normal": 0.9758419490224178
22
+ },
23
+ "splits": {
24
+ "train": 19066,
25
+ "val": 4089,
26
+ "test": 4089
27
+ },
28
+ "results": {
29
+ "overall": {
30
+ "accuracy": 0.9914,
31
+ "f1_macro": 0.9914,
32
+ "f1_weighted": 0.9914,
33
+ "per_class": {
34
+ "hate": {
35
+ "precision": 0.9939,
36
+ "recall": 0.9885,
37
+ "f1": 0.9912,
38
+ "support": 1993
39
+ },
40
+ "normal": {
41
+ "precision": 0.9891,
42
+ "recall": 0.9943,
43
+ "f1": 0.9917,
44
+ "support": 2096
45
+ }
46
+ },
47
+ "confusion_matrix": [
48
+ [
49
+ 1970,
50
+ 23
51
+ ],
52
+ [
53
+ 12,
54
+ 2084
55
+ ]
56
+ ]
57
+ },
58
+ "en": {
59
+ "accuracy": 0.9995,
60
+ "f1_macro": 0.9995,
61
+ "f1_weighted": 0.9995,
62
+ "per_class": {
63
+ "hate": {
64
+ "precision": 1.0,
65
+ "recall": 0.9991,
66
+ "f1": 0.9995,
67
+ "support": 1111
68
+ },
69
+ "normal": {
70
+ "precision": 0.999,
71
+ "recall": 1.0,
72
+ "f1": 0.9995,
73
+ "support": 1004
74
+ }
75
+ },
76
+ "confusion_matrix": [
77
+ [
78
+ 1110,
79
+ 1
80
+ ],
81
+ [
82
+ 0,
83
+ 1004
84
+ ]
85
+ ]
86
+ },
87
+ "ar": {
88
+ "accuracy": 0.9828,
89
+ "f1_macro": 0.9826,
90
+ "f1_weighted": 0.9828,
91
+ "per_class": {
92
+ "hate": {
93
+ "precision": 0.9862,
94
+ "recall": 0.9751,
95
+ "f1": 0.9806,
96
+ "support": 882
97
+ },
98
+ "normal": {
99
+ "precision": 0.98,
100
+ "recall": 0.989,
101
+ "f1": 0.9845,
102
+ "support": 1092
103
+ }
104
+ },
105
+ "confusion_matrix": [
106
+ [
107
+ 860,
108
+ 22
109
+ ],
110
+ [
111
+ 12,
112
+ 1080
113
+ ]
114
+ ]
115
+ }
116
+ }
117
+ }