OmarYasser1 commited on
Commit
c5eabca
·
verified ·
1 Parent(s): 5832eee

[20260607_154048_xlm_roberta_large_v31_ls] metrics

Browse files
metrics/20260607_154048_xlm_roberta_large_v31_ls_metrics.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260607_154048_xlm_roberta_large_v31_ls",
3
+ "model": "xlm-roberta-large",
4
+ "dataset": "Nexus-Analytics/multilingual-hate-detection-dataset_v31",
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.1
18
+ },
19
+ "class_weights": {
20
+ "hate": 1.0211617754062576,
21
+ "normal": 0.9796974985456661
22
+ },
23
+ "splits": {
24
+ "train": 16841,
25
+ "val": 3616,
26
+ "test": 3616
27
+ },
28
+ "results": {
29
+ "overall": {
30
+ "accuracy": 0.9889,
31
+ "f1_macro": 0.9889,
32
+ "f1_weighted": 0.9889,
33
+ "per_class": {
34
+ "hate": {
35
+ "precision": 0.9898,
36
+ "recall": 0.9876,
37
+ "f1": 0.9887,
38
+ "support": 1768
39
+ },
40
+ "normal": {
41
+ "precision": 0.9881,
42
+ "recall": 0.9903,
43
+ "f1": 0.9892,
44
+ "support": 1848
45
+ }
46
+ },
47
+ "confusion_matrix": [
48
+ [
49
+ 1746,
50
+ 22
51
+ ],
52
+ [
53
+ 18,
54
+ 1830
55
+ ]
56
+ ]
57
+ },
58
+ "en": {
59
+ "accuracy": 0.9972,
60
+ "f1_macro": 0.9972,
61
+ "f1_weighted": 0.9972,
62
+ "per_class": {
63
+ "hate": {
64
+ "precision": 0.9989,
65
+ "recall": 0.9955,
66
+ "f1": 0.9972,
67
+ "support": 886
68
+ },
69
+ "normal": {
70
+ "precision": 0.9957,
71
+ "recall": 0.9989,
72
+ "f1": 0.9973,
73
+ "support": 930
74
+ }
75
+ },
76
+ "confusion_matrix": [
77
+ [
78
+ 882,
79
+ 4
80
+ ],
81
+ [
82
+ 1,
83
+ 929
84
+ ]
85
+ ]
86
+ },
87
+ "ar": {
88
+ "accuracy": 0.9806,
89
+ "f1_macro": 0.9805,
90
+ "f1_weighted": 0.9806,
91
+ "per_class": {
92
+ "hate": {
93
+ "precision": 0.9807,
94
+ "recall": 0.9796,
95
+ "f1": 0.9801,
96
+ "support": 882
97
+ },
98
+ "normal": {
99
+ "precision": 0.9804,
100
+ "recall": 0.9815,
101
+ "f1": 0.9809,
102
+ "support": 918
103
+ }
104
+ },
105
+ "confusion_matrix": [
106
+ [
107
+ 864,
108
+ 18
109
+ ],
110
+ [
111
+ 17,
112
+ 901
113
+ ]
114
+ ]
115
+ }
116
+ }
117
+ }