OmarYasser1 commited on
Commit
d47338d
·
verified ·
1 Parent(s): 635cc87

[20260603_141423_xlm_roberta_base] metrics

Browse files
metrics/20260603_141423_xlm_roberta_base_metrics.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260603_141423_xlm_roberta_base",
3
+ "model": "xlm-roberta-base",
4
+ "dataset": "Nexus-Analytics/multilingual-hate-detection-dataset",
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
+ },
17
+ "class_weights": {
18
+ "hate": 1.2329693804889628,
19
+ "normal": 0.8410783678756477
20
+ },
21
+ "splits": {
22
+ "train": 20778,
23
+ "val": 4425,
24
+ "test": 4422
25
+ },
26
+ "results": {
27
+ "overall": {
28
+ "accuracy": 0.9907,
29
+ "f1_macro": 0.9904,
30
+ "f1_weighted": 0.9907,
31
+ "per_class": {
32
+ "hate": {
33
+ "precision": 0.9933,
34
+ "recall": 0.9839,
35
+ "f1": 0.9886,
36
+ "support": 1799
37
+ },
38
+ "normal": {
39
+ "precision": 0.989,
40
+ "recall": 0.9954,
41
+ "f1": 0.9922,
42
+ "support": 2623
43
+ }
44
+ },
45
+ "confusion_matrix": [
46
+ [
47
+ 1770,
48
+ 29
49
+ ],
50
+ [
51
+ 12,
52
+ 2611
53
+ ]
54
+ ]
55
+ },
56
+ "en": {
57
+ "accuracy": 0.9989,
58
+ "f1_macro": 0.9989,
59
+ "f1_weighted": 0.9989,
60
+ "per_class": {
61
+ "hate": {
62
+ "precision": 1.0,
63
+ "recall": 0.9977,
64
+ "f1": 0.9989,
65
+ "support": 885
66
+ },
67
+ "normal": {
68
+ "precision": 0.9979,
69
+ "recall": 1.0,
70
+ "f1": 0.9989,
71
+ "support": 930
72
+ }
73
+ },
74
+ "confusion_matrix": [
75
+ [
76
+ 883,
77
+ 2
78
+ ],
79
+ [
80
+ 0,
81
+ 930
82
+ ]
83
+ ]
84
+ },
85
+ "ar": {
86
+ "accuracy": 0.985,
87
+ "f1_macro": 0.9835,
88
+ "f1_weighted": 0.985,
89
+ "per_class": {
90
+ "hate": {
91
+ "precision": 0.9867,
92
+ "recall": 0.9705,
93
+ "f1": 0.9785,
94
+ "support": 914
95
+ },
96
+ "normal": {
97
+ "precision": 0.9842,
98
+ "recall": 0.9929,
99
+ "f1": 0.9885,
100
+ "support": 1693
101
+ }
102
+ },
103
+ "confusion_matrix": [
104
+ [
105
+ 887,
106
+ 27
107
+ ],
108
+ [
109
+ 12,
110
+ 1681
111
+ ]
112
+ ]
113
+ }
114
+ }
115
+ }