OmarYasser1 commited on
Commit
5472f3a
·
verified ·
1 Parent(s): 1c8d3d4

[20260612_231115_xlm_roberta_large_v38g] metrics

Browse files
metrics/20260612_231115_xlm_roberta_large_v38g_metrics.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260612_231115_xlm_roberta_large_v38g",
3
+ "model": "xlm-roberta-large",
4
+ "dataset": "Nexus-Analytics/multilingual-hate-detection-dataset_v38g",
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": 0.977995231472283,
21
+ "normal": 1.0230177699262184
22
+ },
23
+ "splits": {
24
+ "train": 19689,
25
+ "val": 3937,
26
+ "test": 3937
27
+ },
28
+ "results": {
29
+ "overall": {
30
+ "accuracy": 0.9903,
31
+ "f1_macro": 0.9903,
32
+ "f1_weighted": 0.9903,
33
+ "per_class": {
34
+ "hate": {
35
+ "precision": 0.99,
36
+ "recall": 0.991,
37
+ "f1": 0.9905,
38
+ "support": 2000
39
+ },
40
+ "normal": {
41
+ "precision": 0.9907,
42
+ "recall": 0.9897,
43
+ "f1": 0.9902,
44
+ "support": 1937
45
+ }
46
+ },
47
+ "confusion_matrix": [
48
+ [
49
+ 1982,
50
+ 18
51
+ ],
52
+ [
53
+ 20,
54
+ 1917
55
+ ]
56
+ ]
57
+ },
58
+ "en": {
59
+ "accuracy": 0.9982,
60
+ "f1_macro": 0.9982,
61
+ "f1_weighted": 0.9982,
62
+ "per_class": {
63
+ "hate": {
64
+ "precision": 0.9991,
65
+ "recall": 0.9974,
66
+ "f1": 0.9983,
67
+ "support": 1165
68
+ },
69
+ "normal": {
70
+ "precision": 0.9972,
71
+ "recall": 0.9991,
72
+ "f1": 0.9981,
73
+ "support": 1069
74
+ }
75
+ },
76
+ "confusion_matrix": [
77
+ [
78
+ 1162,
79
+ 3
80
+ ],
81
+ [
82
+ 1,
83
+ 1068
84
+ ]
85
+ ]
86
+ },
87
+ "ar": {
88
+ "accuracy": 0.98,
89
+ "f1_macro": 0.98,
90
+ "f1_weighted": 0.98,
91
+ "per_class": {
92
+ "hate": {
93
+ "precision": 0.9774,
94
+ "recall": 0.982,
95
+ "f1": 0.9797,
96
+ "support": 835
97
+ },
98
+ "normal": {
99
+ "precision": 0.9826,
100
+ "recall": 0.9781,
101
+ "f1": 0.9804,
102
+ "support": 868
103
+ }
104
+ },
105
+ "confusion_matrix": [
106
+ [
107
+ 820,
108
+ 15
109
+ ],
110
+ [
111
+ 19,
112
+ 849
113
+ ]
114
+ ]
115
+ }
116
+ }
117
+ }