xabackus commited on
Commit
f225ac4
1 Parent(s): 150eeff

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: FacebookAI/xlm-roberta-base
7
+ widget:
8
+ - text: "I love AutoTrain"
9
+ ---
10
+
11
+ # Model Trained Using AutoTrain
12
+
13
+ - Problem type: Text Classification
14
+
15
+ ## Validation Metrics
16
+ loss: 0.4526550769805908
17
+
18
+ f1: 0.37333333333333335
19
+
20
+ precision: 0.9739130434782609
21
+
22
+ recall: 0.2309278350515464
23
+
24
+ auc: 0.7815613623217992
25
+
26
+ accuracy: 0.812
checkpoint-5250/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-base",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "XLMRobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "not sexist",
16
+ "1": "sexist"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "not sexist": 0,
22
+ "sexist": 1
23
+ },
24
+ "layer_norm_eps": 1e-05,
25
+ "max_position_embeddings": 514,
26
+ "model_type": "xlm-roberta",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "output_past": true,
30
+ "pad_token_id": 1,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.46.2",
35
+ "type_vocab_size": 1,
36
+ "use_cache": true,
37
+ "vocab_size": 250002
38
+ }
checkpoint-5250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87084fda93cf119a255b14c1d9de25c2e208e872f9afaae0a31fb6465085f834
3
+ size 1112205008
checkpoint-5250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13138674a214317731def5c07e5e0e7fea0f8f4b5db386fa0b65b396e15e9e3d
3
+ size 2224524026
checkpoint-5250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fc481d9272617766885d87d12a4f71d239da1d9f1b18822d96f147c2b11b5c
3
+ size 13990
checkpoint-5250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494fed6296897f7a48eac505430340f599dae0ad15d0aa6db3299f77a269c591
3
+ size 1064
checkpoint-5250/trainer_state.json ADDED
@@ -0,0 +1,1551 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4526550769805908,
3
+ "best_model_checkpoint": "NLP-project-training/checkpoint-5250",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5250,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.014285714285714285,
13
+ "grad_norm": 8.86188793182373,
14
+ "learning_rate": 2.3809523809523808e-06,
15
+ "loss": 0.7214,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.02857142857142857,
20
+ "grad_norm": 24.593616485595703,
21
+ "learning_rate": 4.7619047619047615e-06,
22
+ "loss": 0.6419,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.04285714285714286,
27
+ "grad_norm": 21.314754486083984,
28
+ "learning_rate": 7.142857142857143e-06,
29
+ "loss": 0.6406,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.05714285714285714,
34
+ "grad_norm": 15.490625381469727,
35
+ "learning_rate": 9.523809523809523e-06,
36
+ "loss": 0.5705,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.07142857142857142,
41
+ "grad_norm": 21.33145523071289,
42
+ "learning_rate": 1.1904761904761905e-05,
43
+ "loss": 0.5283,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.08571428571428572,
48
+ "grad_norm": 11.36423397064209,
49
+ "learning_rate": 1.4285714285714285e-05,
50
+ "loss": 0.5416,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.1,
55
+ "grad_norm": 7.304591178894043,
56
+ "learning_rate": 1.6666666666666667e-05,
57
+ "loss": 0.5374,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.11428571428571428,
62
+ "grad_norm": 16.739395141601562,
63
+ "learning_rate": 1.9047619047619046e-05,
64
+ "loss": 0.6485,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.12857142857142856,
69
+ "grad_norm": 6.840592861175537,
70
+ "learning_rate": 2.1428571428571428e-05,
71
+ "loss": 0.5512,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.14285714285714285,
76
+ "grad_norm": 6.98801326751709,
77
+ "learning_rate": 2.380952380952381e-05,
78
+ "loss": 0.6068,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.15714285714285714,
83
+ "grad_norm": 4.45384407043457,
84
+ "learning_rate": 2.6190476190476192e-05,
85
+ "loss": 0.5741,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.17142857142857143,
90
+ "grad_norm": 27.597862243652344,
91
+ "learning_rate": 2.857142857142857e-05,
92
+ "loss": 0.57,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.18571428571428572,
97
+ "grad_norm": 18.127330780029297,
98
+ "learning_rate": 3.095238095238095e-05,
99
+ "loss": 0.6102,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.2,
104
+ "grad_norm": 9.04953670501709,
105
+ "learning_rate": 3.3333333333333335e-05,
106
+ "loss": 0.6557,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.21428571428571427,
111
+ "grad_norm": 6.661813259124756,
112
+ "learning_rate": 3.571428571428572e-05,
113
+ "loss": 0.5559,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.22857142857142856,
118
+ "grad_norm": 5.1511735916137695,
119
+ "learning_rate": 3.809523809523809e-05,
120
+ "loss": 0.5711,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.24285714285714285,
125
+ "grad_norm": 6.911036014556885,
126
+ "learning_rate": 4.047619047619048e-05,
127
+ "loss": 0.6384,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.2571428571428571,
132
+ "grad_norm": 12.719388961791992,
133
+ "learning_rate": 4.2857142857142856e-05,
134
+ "loss": 0.5132,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.2714285714285714,
139
+ "grad_norm": 1.8966089487075806,
140
+ "learning_rate": 4.523809523809524e-05,
141
+ "loss": 0.5363,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.2857142857142857,
146
+ "grad_norm": 4.538297653198242,
147
+ "learning_rate": 4.761904761904762e-05,
148
+ "loss": 0.4992,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.3,
153
+ "grad_norm": 15.931159019470215,
154
+ "learning_rate": 5e-05,
155
+ "loss": 0.5498,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.3142857142857143,
160
+ "grad_norm": 3.791177988052368,
161
+ "learning_rate": 4.973544973544973e-05,
162
+ "loss": 0.5859,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.32857142857142857,
167
+ "grad_norm": 5.441797733306885,
168
+ "learning_rate": 4.9470899470899475e-05,
169
+ "loss": 0.5448,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.34285714285714286,
174
+ "grad_norm": 60.92182540893555,
175
+ "learning_rate": 4.9206349206349204e-05,
176
+ "loss": 0.4737,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.35714285714285715,
181
+ "grad_norm": 3.982450485229492,
182
+ "learning_rate": 4.894179894179895e-05,
183
+ "loss": 0.5708,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.37142857142857144,
188
+ "grad_norm": 3.5229907035827637,
189
+ "learning_rate": 4.8677248677248676e-05,
190
+ "loss": 0.5932,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.38571428571428573,
195
+ "grad_norm": 2.1403772830963135,
196
+ "learning_rate": 4.841269841269841e-05,
197
+ "loss": 0.5139,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.4,
202
+ "grad_norm": 4.647314548492432,
203
+ "learning_rate": 4.814814814814815e-05,
204
+ "loss": 0.4768,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.4142857142857143,
209
+ "grad_norm": 3.251055955886841,
210
+ "learning_rate": 4.7883597883597884e-05,
211
+ "loss": 0.5418,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.42857142857142855,
216
+ "grad_norm": 1.5069653987884521,
217
+ "learning_rate": 4.761904761904762e-05,
218
+ "loss": 0.4964,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.44285714285714284,
223
+ "grad_norm": 2.6693944931030273,
224
+ "learning_rate": 4.7354497354497356e-05,
225
+ "loss": 0.5232,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.45714285714285713,
230
+ "grad_norm": 1.6969568729400635,
231
+ "learning_rate": 4.708994708994709e-05,
232
+ "loss": 0.4567,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.4714285714285714,
237
+ "grad_norm": 2.552241563796997,
238
+ "learning_rate": 4.682539682539683e-05,
239
+ "loss": 0.5207,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.4857142857142857,
244
+ "grad_norm": 10.88866901397705,
245
+ "learning_rate": 4.656084656084656e-05,
246
+ "loss": 0.4581,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.5,
251
+ "grad_norm": 2.16725754737854,
252
+ "learning_rate": 4.62962962962963e-05,
253
+ "loss": 0.5731,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.5142857142857142,
258
+ "grad_norm": 1.6408342123031616,
259
+ "learning_rate": 4.603174603174603e-05,
260
+ "loss": 0.5297,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.5285714285714286,
265
+ "grad_norm": 2.1263160705566406,
266
+ "learning_rate": 4.576719576719577e-05,
267
+ "loss": 0.5486,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.5428571428571428,
272
+ "grad_norm": 5.503107070922852,
273
+ "learning_rate": 4.55026455026455e-05,
274
+ "loss": 0.597,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.5571428571428572,
279
+ "grad_norm": 4.534320831298828,
280
+ "learning_rate": 4.523809523809524e-05,
281
+ "loss": 0.5929,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.5714285714285714,
286
+ "grad_norm": 1.2646028995513916,
287
+ "learning_rate": 4.4973544973544974e-05,
288
+ "loss": 0.4732,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.5857142857142857,
293
+ "grad_norm": 1.70009446144104,
294
+ "learning_rate": 4.470899470899471e-05,
295
+ "loss": 0.5169,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.6,
300
+ "grad_norm": 3.2281928062438965,
301
+ "learning_rate": 4.4444444444444447e-05,
302
+ "loss": 0.5879,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.6142857142857143,
307
+ "grad_norm": 1.7101916074752808,
308
+ "learning_rate": 4.417989417989418e-05,
309
+ "loss": 0.5697,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.6285714285714286,
314
+ "grad_norm": 2.1661391258239746,
315
+ "learning_rate": 4.391534391534391e-05,
316
+ "loss": 0.5531,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 0.6428571428571429,
321
+ "grad_norm": 2.6080431938171387,
322
+ "learning_rate": 4.3650793650793655e-05,
323
+ "loss": 0.5896,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 0.6571428571428571,
328
+ "grad_norm": 3.2243294715881348,
329
+ "learning_rate": 4.3386243386243384e-05,
330
+ "loss": 0.5745,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 0.6714285714285714,
335
+ "grad_norm": 2.348510503768921,
336
+ "learning_rate": 4.312169312169313e-05,
337
+ "loss": 0.4916,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 0.6857142857142857,
342
+ "grad_norm": 1.1530951261520386,
343
+ "learning_rate": 4.2857142857142856e-05,
344
+ "loss": 0.5781,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 0.7,
349
+ "grad_norm": 2.1737709045410156,
350
+ "learning_rate": 4.259259259259259e-05,
351
+ "loss": 0.5338,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 0.7142857142857143,
356
+ "grad_norm": 3.5441572666168213,
357
+ "learning_rate": 4.232804232804233e-05,
358
+ "loss": 0.5066,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 0.7285714285714285,
363
+ "grad_norm": 4.667012691497803,
364
+ "learning_rate": 4.2063492063492065e-05,
365
+ "loss": 0.541,
366
+ "step": 1275
367
+ },
368
+ {
369
+ "epoch": 0.7428571428571429,
370
+ "grad_norm": 2.229901075363159,
371
+ "learning_rate": 4.17989417989418e-05,
372
+ "loss": 0.5891,
373
+ "step": 1300
374
+ },
375
+ {
376
+ "epoch": 0.7571428571428571,
377
+ "grad_norm": 2.8626716136932373,
378
+ "learning_rate": 4.153439153439154e-05,
379
+ "loss": 0.5776,
380
+ "step": 1325
381
+ },
382
+ {
383
+ "epoch": 0.7714285714285715,
384
+ "grad_norm": 1.1844497919082642,
385
+ "learning_rate": 4.126984126984127e-05,
386
+ "loss": 0.531,
387
+ "step": 1350
388
+ },
389
+ {
390
+ "epoch": 0.7857142857142857,
391
+ "grad_norm": 3.5622355937957764,
392
+ "learning_rate": 4.100529100529101e-05,
393
+ "loss": 0.5501,
394
+ "step": 1375
395
+ },
396
+ {
397
+ "epoch": 0.8,
398
+ "grad_norm": 2.547538995742798,
399
+ "learning_rate": 4.074074074074074e-05,
400
+ "loss": 0.4882,
401
+ "step": 1400
402
+ },
403
+ {
404
+ "epoch": 0.8142857142857143,
405
+ "grad_norm": 3.654449224472046,
406
+ "learning_rate": 4.047619047619048e-05,
407
+ "loss": 0.5808,
408
+ "step": 1425
409
+ },
410
+ {
411
+ "epoch": 0.8285714285714286,
412
+ "grad_norm": 1.6750679016113281,
413
+ "learning_rate": 4.021164021164021e-05,
414
+ "loss": 0.6032,
415
+ "step": 1450
416
+ },
417
+ {
418
+ "epoch": 0.8428571428571429,
419
+ "grad_norm": 5.005067348480225,
420
+ "learning_rate": 3.9947089947089946e-05,
421
+ "loss": 0.618,
422
+ "step": 1475
423
+ },
424
+ {
425
+ "epoch": 0.8571428571428571,
426
+ "grad_norm": 1.0818400382995605,
427
+ "learning_rate": 3.968253968253968e-05,
428
+ "loss": 0.6164,
429
+ "step": 1500
430
+ },
431
+ {
432
+ "epoch": 0.8714285714285714,
433
+ "grad_norm": 1.5100617408752441,
434
+ "learning_rate": 3.941798941798942e-05,
435
+ "loss": 0.5685,
436
+ "step": 1525
437
+ },
438
+ {
439
+ "epoch": 0.8857142857142857,
440
+ "grad_norm": 1.2186906337738037,
441
+ "learning_rate": 3.9153439153439155e-05,
442
+ "loss": 0.5803,
443
+ "step": 1550
444
+ },
445
+ {
446
+ "epoch": 0.9,
447
+ "grad_norm": 2.3955905437469482,
448
+ "learning_rate": 3.888888888888889e-05,
449
+ "loss": 0.6181,
450
+ "step": 1575
451
+ },
452
+ {
453
+ "epoch": 0.9142857142857143,
454
+ "grad_norm": 1.53127121925354,
455
+ "learning_rate": 3.862433862433863e-05,
456
+ "loss": 0.5226,
457
+ "step": 1600
458
+ },
459
+ {
460
+ "epoch": 0.9285714285714286,
461
+ "grad_norm": 5.5355000495910645,
462
+ "learning_rate": 3.835978835978836e-05,
463
+ "loss": 0.6256,
464
+ "step": 1625
465
+ },
466
+ {
467
+ "epoch": 0.9428571428571428,
468
+ "grad_norm": 4.500365257263184,
469
+ "learning_rate": 3.809523809523809e-05,
470
+ "loss": 0.5899,
471
+ "step": 1650
472
+ },
473
+ {
474
+ "epoch": 0.9571428571428572,
475
+ "grad_norm": 1.2033424377441406,
476
+ "learning_rate": 3.7830687830687835e-05,
477
+ "loss": 0.5788,
478
+ "step": 1675
479
+ },
480
+ {
481
+ "epoch": 0.9714285714285714,
482
+ "grad_norm": 4.775984287261963,
483
+ "learning_rate": 3.7566137566137564e-05,
484
+ "loss": 0.5698,
485
+ "step": 1700
486
+ },
487
+ {
488
+ "epoch": 0.9857142857142858,
489
+ "grad_norm": 4.5160627365112305,
490
+ "learning_rate": 3.730158730158731e-05,
491
+ "loss": 0.5724,
492
+ "step": 1725
493
+ },
494
+ {
495
+ "epoch": 1.0,
496
+ "grad_norm": 1.100114107131958,
497
+ "learning_rate": 3.7037037037037037e-05,
498
+ "loss": 0.5819,
499
+ "step": 1750
500
+ },
501
+ {
502
+ "epoch": 1.0,
503
+ "eval_accuracy": 0.7575,
504
+ "eval_auc": 0.41834098873804904,
505
+ "eval_f1": 0.0,
506
+ "eval_loss": 0.553956925868988,
507
+ "eval_precision": 0.0,
508
+ "eval_recall": 0.0,
509
+ "eval_runtime": 2917.9342,
510
+ "eval_samples_per_second": 1.371,
511
+ "eval_steps_per_second": 0.086,
512
+ "step": 1750
513
+ },
514
+ {
515
+ "epoch": 1.0142857142857142,
516
+ "grad_norm": 5.368441581726074,
517
+ "learning_rate": 3.677248677248677e-05,
518
+ "loss": 0.6113,
519
+ "step": 1775
520
+ },
521
+ {
522
+ "epoch": 1.0285714285714285,
523
+ "grad_norm": 1.4688303470611572,
524
+ "learning_rate": 3.650793650793651e-05,
525
+ "loss": 0.5436,
526
+ "step": 1800
527
+ },
528
+ {
529
+ "epoch": 1.042857142857143,
530
+ "grad_norm": 2.101248025894165,
531
+ "learning_rate": 3.6243386243386245e-05,
532
+ "loss": 0.5432,
533
+ "step": 1825
534
+ },
535
+ {
536
+ "epoch": 1.0571428571428572,
537
+ "grad_norm": 1.0195976495742798,
538
+ "learning_rate": 3.597883597883598e-05,
539
+ "loss": 0.4865,
540
+ "step": 1850
541
+ },
542
+ {
543
+ "epoch": 1.0714285714285714,
544
+ "grad_norm": 2.4836387634277344,
545
+ "learning_rate": 3.571428571428572e-05,
546
+ "loss": 0.6032,
547
+ "step": 1875
548
+ },
549
+ {
550
+ "epoch": 1.0857142857142856,
551
+ "grad_norm": 2.7130017280578613,
552
+ "learning_rate": 3.5449735449735446e-05,
553
+ "loss": 0.5999,
554
+ "step": 1900
555
+ },
556
+ {
557
+ "epoch": 1.1,
558
+ "grad_norm": 1.4913809299468994,
559
+ "learning_rate": 3.518518518518519e-05,
560
+ "loss": 0.639,
561
+ "step": 1925
562
+ },
563
+ {
564
+ "epoch": 1.1142857142857143,
565
+ "grad_norm": 1.7654762268066406,
566
+ "learning_rate": 3.492063492063492e-05,
567
+ "loss": 0.5062,
568
+ "step": 1950
569
+ },
570
+ {
571
+ "epoch": 1.1285714285714286,
572
+ "grad_norm": 2.056727409362793,
573
+ "learning_rate": 3.465608465608466e-05,
574
+ "loss": 0.5846,
575
+ "step": 1975
576
+ },
577
+ {
578
+ "epoch": 1.1428571428571428,
579
+ "grad_norm": 2.196526288986206,
580
+ "learning_rate": 3.439153439153439e-05,
581
+ "loss": 0.5972,
582
+ "step": 2000
583
+ },
584
+ {
585
+ "epoch": 1.157142857142857,
586
+ "grad_norm": 1.405187964439392,
587
+ "learning_rate": 3.412698412698413e-05,
588
+ "loss": 0.5244,
589
+ "step": 2025
590
+ },
591
+ {
592
+ "epoch": 1.1714285714285715,
593
+ "grad_norm": 1.658987283706665,
594
+ "learning_rate": 3.386243386243386e-05,
595
+ "loss": 0.6218,
596
+ "step": 2050
597
+ },
598
+ {
599
+ "epoch": 1.1857142857142857,
600
+ "grad_norm": 3.4630517959594727,
601
+ "learning_rate": 3.35978835978836e-05,
602
+ "loss": 0.5025,
603
+ "step": 2075
604
+ },
605
+ {
606
+ "epoch": 1.2,
607
+ "grad_norm": 3.2489068508148193,
608
+ "learning_rate": 3.3333333333333335e-05,
609
+ "loss": 0.5414,
610
+ "step": 2100
611
+ },
612
+ {
613
+ "epoch": 1.2142857142857142,
614
+ "grad_norm": 2.51055645942688,
615
+ "learning_rate": 3.306878306878307e-05,
616
+ "loss": 0.5332,
617
+ "step": 2125
618
+ },
619
+ {
620
+ "epoch": 1.2285714285714286,
621
+ "grad_norm": 6.732278347015381,
622
+ "learning_rate": 3.280423280423281e-05,
623
+ "loss": 0.5602,
624
+ "step": 2150
625
+ },
626
+ {
627
+ "epoch": 1.2428571428571429,
628
+ "grad_norm": 1.0506640672683716,
629
+ "learning_rate": 3.253968253968254e-05,
630
+ "loss": 0.5447,
631
+ "step": 2175
632
+ },
633
+ {
634
+ "epoch": 1.2571428571428571,
635
+ "grad_norm": 1.4512102603912354,
636
+ "learning_rate": 3.227513227513227e-05,
637
+ "loss": 0.5375,
638
+ "step": 2200
639
+ },
640
+ {
641
+ "epoch": 1.2714285714285714,
642
+ "grad_norm": 6.222798824310303,
643
+ "learning_rate": 3.2010582010582015e-05,
644
+ "loss": 0.5756,
645
+ "step": 2225
646
+ },
647
+ {
648
+ "epoch": 1.2857142857142856,
649
+ "grad_norm": 3.3553268909454346,
650
+ "learning_rate": 3.1746031746031745e-05,
651
+ "loss": 0.5199,
652
+ "step": 2250
653
+ },
654
+ {
655
+ "epoch": 1.3,
656
+ "grad_norm": 1.9587100744247437,
657
+ "learning_rate": 3.148148148148148e-05,
658
+ "loss": 0.6125,
659
+ "step": 2275
660
+ },
661
+ {
662
+ "epoch": 1.3142857142857143,
663
+ "grad_norm": 4.260005950927734,
664
+ "learning_rate": 3.121693121693122e-05,
665
+ "loss": 0.5323,
666
+ "step": 2300
667
+ },
668
+ {
669
+ "epoch": 1.3285714285714285,
670
+ "grad_norm": 2.494187593460083,
671
+ "learning_rate": 3.095238095238095e-05,
672
+ "loss": 0.5925,
673
+ "step": 2325
674
+ },
675
+ {
676
+ "epoch": 1.342857142857143,
677
+ "grad_norm": 2.1405022144317627,
678
+ "learning_rate": 3.068783068783069e-05,
679
+ "loss": 0.5944,
680
+ "step": 2350
681
+ },
682
+ {
683
+ "epoch": 1.3571428571428572,
684
+ "grad_norm": 3.7856087684631348,
685
+ "learning_rate": 3.0423280423280425e-05,
686
+ "loss": 0.5534,
687
+ "step": 2375
688
+ },
689
+ {
690
+ "epoch": 1.3714285714285714,
691
+ "grad_norm": 2.555772542953491,
692
+ "learning_rate": 3.0158730158730158e-05,
693
+ "loss": 0.6063,
694
+ "step": 2400
695
+ },
696
+ {
697
+ "epoch": 1.3857142857142857,
698
+ "grad_norm": 1.4090971946716309,
699
+ "learning_rate": 2.9894179894179897e-05,
700
+ "loss": 0.5586,
701
+ "step": 2425
702
+ },
703
+ {
704
+ "epoch": 1.4,
705
+ "grad_norm": 2.6404404640197754,
706
+ "learning_rate": 2.962962962962963e-05,
707
+ "loss": 0.5804,
708
+ "step": 2450
709
+ },
710
+ {
711
+ "epoch": 1.4142857142857144,
712
+ "grad_norm": 4.23564338684082,
713
+ "learning_rate": 2.9365079365079366e-05,
714
+ "loss": 0.549,
715
+ "step": 2475
716
+ },
717
+ {
718
+ "epoch": 1.4285714285714286,
719
+ "grad_norm": 2.0943710803985596,
720
+ "learning_rate": 2.91005291005291e-05,
721
+ "loss": 0.4948,
722
+ "step": 2500
723
+ },
724
+ {
725
+ "epoch": 1.4428571428571428,
726
+ "grad_norm": 2.4703826904296875,
727
+ "learning_rate": 2.8835978835978838e-05,
728
+ "loss": 0.6087,
729
+ "step": 2525
730
+ },
731
+ {
732
+ "epoch": 1.457142857142857,
733
+ "grad_norm": 3.7438924312591553,
734
+ "learning_rate": 2.857142857142857e-05,
735
+ "loss": 0.5292,
736
+ "step": 2550
737
+ },
738
+ {
739
+ "epoch": 1.4714285714285715,
740
+ "grad_norm": 1.258330225944519,
741
+ "learning_rate": 2.830687830687831e-05,
742
+ "loss": 0.6377,
743
+ "step": 2575
744
+ },
745
+ {
746
+ "epoch": 1.4857142857142858,
747
+ "grad_norm": 6.1410040855407715,
748
+ "learning_rate": 2.8042328042328043e-05,
749
+ "loss": 0.5658,
750
+ "step": 2600
751
+ },
752
+ {
753
+ "epoch": 1.5,
754
+ "grad_norm": 3.4298579692840576,
755
+ "learning_rate": 2.777777777777778e-05,
756
+ "loss": 0.5708,
757
+ "step": 2625
758
+ },
759
+ {
760
+ "epoch": 1.5142857142857142,
761
+ "grad_norm": 2.0775437355041504,
762
+ "learning_rate": 2.7513227513227512e-05,
763
+ "loss": 0.5677,
764
+ "step": 2650
765
+ },
766
+ {
767
+ "epoch": 1.5285714285714285,
768
+ "grad_norm": 1.43012535572052,
769
+ "learning_rate": 2.724867724867725e-05,
770
+ "loss": 0.6432,
771
+ "step": 2675
772
+ },
773
+ {
774
+ "epoch": 1.5428571428571427,
775
+ "grad_norm": 1.8601475954055786,
776
+ "learning_rate": 2.6984126984126984e-05,
777
+ "loss": 0.5402,
778
+ "step": 2700
779
+ },
780
+ {
781
+ "epoch": 1.5571428571428572,
782
+ "grad_norm": 1.1550532579421997,
783
+ "learning_rate": 2.6719576719576723e-05,
784
+ "loss": 0.5667,
785
+ "step": 2725
786
+ },
787
+ {
788
+ "epoch": 1.5714285714285714,
789
+ "grad_norm": 1.9412027597427368,
790
+ "learning_rate": 2.6455026455026456e-05,
791
+ "loss": 0.67,
792
+ "step": 2750
793
+ },
794
+ {
795
+ "epoch": 1.5857142857142859,
796
+ "grad_norm": 2.3738794326782227,
797
+ "learning_rate": 2.6190476190476192e-05,
798
+ "loss": 0.5317,
799
+ "step": 2775
800
+ },
801
+ {
802
+ "epoch": 1.6,
803
+ "grad_norm": 0.9972871541976929,
804
+ "learning_rate": 2.5925925925925925e-05,
805
+ "loss": 0.5367,
806
+ "step": 2800
807
+ },
808
+ {
809
+ "epoch": 1.6142857142857143,
810
+ "grad_norm": 6.379265785217285,
811
+ "learning_rate": 2.5661375661375664e-05,
812
+ "loss": 0.5625,
813
+ "step": 2825
814
+ },
815
+ {
816
+ "epoch": 1.6285714285714286,
817
+ "grad_norm": 2.9254653453826904,
818
+ "learning_rate": 2.5396825396825397e-05,
819
+ "loss": 0.5421,
820
+ "step": 2850
821
+ },
822
+ {
823
+ "epoch": 1.6428571428571428,
824
+ "grad_norm": 1.8391549587249756,
825
+ "learning_rate": 2.5132275132275137e-05,
826
+ "loss": 0.5418,
827
+ "step": 2875
828
+ },
829
+ {
830
+ "epoch": 1.657142857142857,
831
+ "grad_norm": 1.8526755571365356,
832
+ "learning_rate": 2.4867724867724866e-05,
833
+ "loss": 0.5375,
834
+ "step": 2900
835
+ },
836
+ {
837
+ "epoch": 1.6714285714285713,
838
+ "grad_norm": 2.465268135070801,
839
+ "learning_rate": 2.4603174603174602e-05,
840
+ "loss": 0.6023,
841
+ "step": 2925
842
+ },
843
+ {
844
+ "epoch": 1.6857142857142857,
845
+ "grad_norm": 3.8061232566833496,
846
+ "learning_rate": 2.4338624338624338e-05,
847
+ "loss": 0.5901,
848
+ "step": 2950
849
+ },
850
+ {
851
+ "epoch": 1.7,
852
+ "grad_norm": 4.1175384521484375,
853
+ "learning_rate": 2.4074074074074074e-05,
854
+ "loss": 0.5869,
855
+ "step": 2975
856
+ },
857
+ {
858
+ "epoch": 1.7142857142857144,
859
+ "grad_norm": 3.1548244953155518,
860
+ "learning_rate": 2.380952380952381e-05,
861
+ "loss": 0.5656,
862
+ "step": 3000
863
+ },
864
+ {
865
+ "epoch": 1.7285714285714286,
866
+ "grad_norm": 1.0895445346832275,
867
+ "learning_rate": 2.3544973544973546e-05,
868
+ "loss": 0.5044,
869
+ "step": 3025
870
+ },
871
+ {
872
+ "epoch": 1.7428571428571429,
873
+ "grad_norm": 3.5141279697418213,
874
+ "learning_rate": 2.328042328042328e-05,
875
+ "loss": 0.5736,
876
+ "step": 3050
877
+ },
878
+ {
879
+ "epoch": 1.7571428571428571,
880
+ "grad_norm": 1.3836239576339722,
881
+ "learning_rate": 2.3015873015873015e-05,
882
+ "loss": 0.5222,
883
+ "step": 3075
884
+ },
885
+ {
886
+ "epoch": 1.7714285714285714,
887
+ "grad_norm": 1.3129069805145264,
888
+ "learning_rate": 2.275132275132275e-05,
889
+ "loss": 0.4588,
890
+ "step": 3100
891
+ },
892
+ {
893
+ "epoch": 1.7857142857142856,
894
+ "grad_norm": 1.5240994691848755,
895
+ "learning_rate": 2.2486772486772487e-05,
896
+ "loss": 0.5327,
897
+ "step": 3125
898
+ },
899
+ {
900
+ "epoch": 1.8,
901
+ "grad_norm": 2.968557834625244,
902
+ "learning_rate": 2.2222222222222223e-05,
903
+ "loss": 0.5576,
904
+ "step": 3150
905
+ },
906
+ {
907
+ "epoch": 1.8142857142857143,
908
+ "grad_norm": 1.841829776763916,
909
+ "learning_rate": 2.1957671957671956e-05,
910
+ "loss": 0.6032,
911
+ "step": 3175
912
+ },
913
+ {
914
+ "epoch": 1.8285714285714287,
915
+ "grad_norm": 6.693917751312256,
916
+ "learning_rate": 2.1693121693121692e-05,
917
+ "loss": 0.4459,
918
+ "step": 3200
919
+ },
920
+ {
921
+ "epoch": 1.842857142857143,
922
+ "grad_norm": 1.515498399734497,
923
+ "learning_rate": 2.1428571428571428e-05,
924
+ "loss": 0.505,
925
+ "step": 3225
926
+ },
927
+ {
928
+ "epoch": 1.8571428571428572,
929
+ "grad_norm": 5.72896146774292,
930
+ "learning_rate": 2.1164021164021164e-05,
931
+ "loss": 0.5016,
932
+ "step": 3250
933
+ },
934
+ {
935
+ "epoch": 1.8714285714285714,
936
+ "grad_norm": 3.2085087299346924,
937
+ "learning_rate": 2.08994708994709e-05,
938
+ "loss": 0.5166,
939
+ "step": 3275
940
+ },
941
+ {
942
+ "epoch": 1.8857142857142857,
943
+ "grad_norm": 1.7017937898635864,
944
+ "learning_rate": 2.0634920634920636e-05,
945
+ "loss": 0.5847,
946
+ "step": 3300
947
+ },
948
+ {
949
+ "epoch": 1.9,
950
+ "grad_norm": 1.4550480842590332,
951
+ "learning_rate": 2.037037037037037e-05,
952
+ "loss": 0.5001,
953
+ "step": 3325
954
+ },
955
+ {
956
+ "epoch": 1.9142857142857141,
957
+ "grad_norm": 1.6508489847183228,
958
+ "learning_rate": 2.0105820105820105e-05,
959
+ "loss": 0.4411,
960
+ "step": 3350
961
+ },
962
+ {
963
+ "epoch": 1.9285714285714286,
964
+ "grad_norm": 2.124183416366577,
965
+ "learning_rate": 1.984126984126984e-05,
966
+ "loss": 0.5399,
967
+ "step": 3375
968
+ },
969
+ {
970
+ "epoch": 1.9428571428571428,
971
+ "grad_norm": 1.4454411268234253,
972
+ "learning_rate": 1.9576719576719577e-05,
973
+ "loss": 0.4483,
974
+ "step": 3400
975
+ },
976
+ {
977
+ "epoch": 1.9571428571428573,
978
+ "grad_norm": 2.6225087642669678,
979
+ "learning_rate": 1.9312169312169313e-05,
980
+ "loss": 0.5105,
981
+ "step": 3425
982
+ },
983
+ {
984
+ "epoch": 1.9714285714285715,
985
+ "grad_norm": 2.9631993770599365,
986
+ "learning_rate": 1.9047619047619046e-05,
987
+ "loss": 0.4923,
988
+ "step": 3450
989
+ },
990
+ {
991
+ "epoch": 1.9857142857142858,
992
+ "grad_norm": 1.1103156805038452,
993
+ "learning_rate": 1.8783068783068782e-05,
994
+ "loss": 0.4865,
995
+ "step": 3475
996
+ },
997
+ {
998
+ "epoch": 2.0,
999
+ "grad_norm": 3.239471435546875,
1000
+ "learning_rate": 1.8518518518518518e-05,
1001
+ "loss": 0.5177,
1002
+ "step": 3500
1003
+ },
1004
+ {
1005
+ "epoch": 2.0,
1006
+ "eval_accuracy": 0.80325,
1007
+ "eval_auc": 0.688394746691164,
1008
+ "eval_f1": 0.3336155800169348,
1009
+ "eval_loss": 0.49802738428115845,
1010
+ "eval_precision": 0.933649289099526,
1011
+ "eval_recall": 0.20309278350515464,
1012
+ "eval_runtime": 2925.0421,
1013
+ "eval_samples_per_second": 1.368,
1014
+ "eval_steps_per_second": 0.085,
1015
+ "step": 3500
1016
+ },
1017
+ {
1018
+ "epoch": 2.0142857142857142,
1019
+ "grad_norm": 1.2115052938461304,
1020
+ "learning_rate": 1.8253968253968254e-05,
1021
+ "loss": 0.4978,
1022
+ "step": 3525
1023
+ },
1024
+ {
1025
+ "epoch": 2.0285714285714285,
1026
+ "grad_norm": 1.3883342742919922,
1027
+ "learning_rate": 1.798941798941799e-05,
1028
+ "loss": 0.4737,
1029
+ "step": 3550
1030
+ },
1031
+ {
1032
+ "epoch": 2.0428571428571427,
1033
+ "grad_norm": 3.445514678955078,
1034
+ "learning_rate": 1.7724867724867723e-05,
1035
+ "loss": 0.4667,
1036
+ "step": 3575
1037
+ },
1038
+ {
1039
+ "epoch": 2.057142857142857,
1040
+ "grad_norm": 6.025082588195801,
1041
+ "learning_rate": 1.746031746031746e-05,
1042
+ "loss": 0.4632,
1043
+ "step": 3600
1044
+ },
1045
+ {
1046
+ "epoch": 2.0714285714285716,
1047
+ "grad_norm": 2.5322391986846924,
1048
+ "learning_rate": 1.7195767195767195e-05,
1049
+ "loss": 0.5541,
1050
+ "step": 3625
1051
+ },
1052
+ {
1053
+ "epoch": 2.085714285714286,
1054
+ "grad_norm": 5.116058349609375,
1055
+ "learning_rate": 1.693121693121693e-05,
1056
+ "loss": 0.4842,
1057
+ "step": 3650
1058
+ },
1059
+ {
1060
+ "epoch": 2.1,
1061
+ "grad_norm": 0.8601757287979126,
1062
+ "learning_rate": 1.6666666666666667e-05,
1063
+ "loss": 0.4979,
1064
+ "step": 3675
1065
+ },
1066
+ {
1067
+ "epoch": 2.1142857142857143,
1068
+ "grad_norm": 2.9437739849090576,
1069
+ "learning_rate": 1.6402116402116404e-05,
1070
+ "loss": 0.3775,
1071
+ "step": 3700
1072
+ },
1073
+ {
1074
+ "epoch": 2.1285714285714286,
1075
+ "grad_norm": 2.2136480808258057,
1076
+ "learning_rate": 1.6137566137566136e-05,
1077
+ "loss": 0.4222,
1078
+ "step": 3725
1079
+ },
1080
+ {
1081
+ "epoch": 2.142857142857143,
1082
+ "grad_norm": 1.2892711162567139,
1083
+ "learning_rate": 1.5873015873015872e-05,
1084
+ "loss": 0.5466,
1085
+ "step": 3750
1086
+ },
1087
+ {
1088
+ "epoch": 2.157142857142857,
1089
+ "grad_norm": 4.652440547943115,
1090
+ "learning_rate": 1.560846560846561e-05,
1091
+ "loss": 0.5013,
1092
+ "step": 3775
1093
+ },
1094
+ {
1095
+ "epoch": 2.1714285714285713,
1096
+ "grad_norm": 1.655254602432251,
1097
+ "learning_rate": 1.5343915343915344e-05,
1098
+ "loss": 0.5065,
1099
+ "step": 3800
1100
+ },
1101
+ {
1102
+ "epoch": 2.185714285714286,
1103
+ "grad_norm": 3.821986675262451,
1104
+ "learning_rate": 1.5079365079365079e-05,
1105
+ "loss": 0.5241,
1106
+ "step": 3825
1107
+ },
1108
+ {
1109
+ "epoch": 2.2,
1110
+ "grad_norm": 0.8981862664222717,
1111
+ "learning_rate": 1.4814814814814815e-05,
1112
+ "loss": 0.4249,
1113
+ "step": 3850
1114
+ },
1115
+ {
1116
+ "epoch": 2.2142857142857144,
1117
+ "grad_norm": 1.351117730140686,
1118
+ "learning_rate": 1.455026455026455e-05,
1119
+ "loss": 0.4362,
1120
+ "step": 3875
1121
+ },
1122
+ {
1123
+ "epoch": 2.2285714285714286,
1124
+ "grad_norm": 0.9741631746292114,
1125
+ "learning_rate": 1.4285714285714285e-05,
1126
+ "loss": 0.5778,
1127
+ "step": 3900
1128
+ },
1129
+ {
1130
+ "epoch": 2.242857142857143,
1131
+ "grad_norm": 1.9646023511886597,
1132
+ "learning_rate": 1.4021164021164022e-05,
1133
+ "loss": 0.4759,
1134
+ "step": 3925
1135
+ },
1136
+ {
1137
+ "epoch": 2.257142857142857,
1138
+ "grad_norm": 2.2216269969940186,
1139
+ "learning_rate": 1.3756613756613756e-05,
1140
+ "loss": 0.4727,
1141
+ "step": 3950
1142
+ },
1143
+ {
1144
+ "epoch": 2.2714285714285714,
1145
+ "grad_norm": 3.4054479598999023,
1146
+ "learning_rate": 1.3492063492063492e-05,
1147
+ "loss": 0.5394,
1148
+ "step": 3975
1149
+ },
1150
+ {
1151
+ "epoch": 2.2857142857142856,
1152
+ "grad_norm": 0.9018587470054626,
1153
+ "learning_rate": 1.3227513227513228e-05,
1154
+ "loss": 0.5155,
1155
+ "step": 4000
1156
+ },
1157
+ {
1158
+ "epoch": 2.3,
1159
+ "grad_norm": 3.619492292404175,
1160
+ "learning_rate": 1.2962962962962962e-05,
1161
+ "loss": 0.4787,
1162
+ "step": 4025
1163
+ },
1164
+ {
1165
+ "epoch": 2.314285714285714,
1166
+ "grad_norm": 1.7518454790115356,
1167
+ "learning_rate": 1.2698412698412699e-05,
1168
+ "loss": 0.4495,
1169
+ "step": 4050
1170
+ },
1171
+ {
1172
+ "epoch": 2.3285714285714287,
1173
+ "grad_norm": 3.5467257499694824,
1174
+ "learning_rate": 1.2433862433862433e-05,
1175
+ "loss": 0.5298,
1176
+ "step": 4075
1177
+ },
1178
+ {
1179
+ "epoch": 2.342857142857143,
1180
+ "grad_norm": 2.8706352710723877,
1181
+ "learning_rate": 1.2169312169312169e-05,
1182
+ "loss": 0.5083,
1183
+ "step": 4100
1184
+ },
1185
+ {
1186
+ "epoch": 2.357142857142857,
1187
+ "grad_norm": 1.1621893644332886,
1188
+ "learning_rate": 1.1904761904761905e-05,
1189
+ "loss": 0.4694,
1190
+ "step": 4125
1191
+ },
1192
+ {
1193
+ "epoch": 2.3714285714285714,
1194
+ "grad_norm": 2.5403761863708496,
1195
+ "learning_rate": 1.164021164021164e-05,
1196
+ "loss": 0.5139,
1197
+ "step": 4150
1198
+ },
1199
+ {
1200
+ "epoch": 2.3857142857142857,
1201
+ "grad_norm": 1.2553601264953613,
1202
+ "learning_rate": 1.1375661375661376e-05,
1203
+ "loss": 0.451,
1204
+ "step": 4175
1205
+ },
1206
+ {
1207
+ "epoch": 2.4,
1208
+ "grad_norm": 1.0528290271759033,
1209
+ "learning_rate": 1.1111111111111112e-05,
1210
+ "loss": 0.5064,
1211
+ "step": 4200
1212
+ },
1213
+ {
1214
+ "epoch": 2.414285714285714,
1215
+ "grad_norm": 3.6069552898406982,
1216
+ "learning_rate": 1.0846560846560846e-05,
1217
+ "loss": 0.5407,
1218
+ "step": 4225
1219
+ },
1220
+ {
1221
+ "epoch": 2.4285714285714284,
1222
+ "grad_norm": 2.984353542327881,
1223
+ "learning_rate": 1.0582010582010582e-05,
1224
+ "loss": 0.4342,
1225
+ "step": 4250
1226
+ },
1227
+ {
1228
+ "epoch": 2.442857142857143,
1229
+ "grad_norm": 2.755307674407959,
1230
+ "learning_rate": 1.0317460317460318e-05,
1231
+ "loss": 0.4685,
1232
+ "step": 4275
1233
+ },
1234
+ {
1235
+ "epoch": 2.4571428571428573,
1236
+ "grad_norm": 5.530125617980957,
1237
+ "learning_rate": 1.0052910052910053e-05,
1238
+ "loss": 0.5337,
1239
+ "step": 4300
1240
+ },
1241
+ {
1242
+ "epoch": 2.4714285714285715,
1243
+ "grad_norm": 1.0662144422531128,
1244
+ "learning_rate": 9.788359788359789e-06,
1245
+ "loss": 0.5805,
1246
+ "step": 4325
1247
+ },
1248
+ {
1249
+ "epoch": 2.4857142857142858,
1250
+ "grad_norm": 9.740211486816406,
1251
+ "learning_rate": 9.523809523809523e-06,
1252
+ "loss": 0.4842,
1253
+ "step": 4350
1254
+ },
1255
+ {
1256
+ "epoch": 2.5,
1257
+ "grad_norm": 6.550967693328857,
1258
+ "learning_rate": 9.259259259259259e-06,
1259
+ "loss": 0.5052,
1260
+ "step": 4375
1261
+ },
1262
+ {
1263
+ "epoch": 2.5142857142857142,
1264
+ "grad_norm": 3.393415927886963,
1265
+ "learning_rate": 8.994708994708995e-06,
1266
+ "loss": 0.5224,
1267
+ "step": 4400
1268
+ },
1269
+ {
1270
+ "epoch": 2.5285714285714285,
1271
+ "grad_norm": 1.6557607650756836,
1272
+ "learning_rate": 8.73015873015873e-06,
1273
+ "loss": 0.5622,
1274
+ "step": 4425
1275
+ },
1276
+ {
1277
+ "epoch": 2.5428571428571427,
1278
+ "grad_norm": 1.1902128458023071,
1279
+ "learning_rate": 8.465608465608466e-06,
1280
+ "loss": 0.5065,
1281
+ "step": 4450
1282
+ },
1283
+ {
1284
+ "epoch": 2.557142857142857,
1285
+ "grad_norm": 3.192903518676758,
1286
+ "learning_rate": 8.201058201058202e-06,
1287
+ "loss": 0.52,
1288
+ "step": 4475
1289
+ },
1290
+ {
1291
+ "epoch": 2.571428571428571,
1292
+ "grad_norm": 3.2567169666290283,
1293
+ "learning_rate": 7.936507936507936e-06,
1294
+ "loss": 0.4642,
1295
+ "step": 4500
1296
+ },
1297
+ {
1298
+ "epoch": 2.585714285714286,
1299
+ "grad_norm": 2.6848509311676025,
1300
+ "learning_rate": 7.671957671957672e-06,
1301
+ "loss": 0.491,
1302
+ "step": 4525
1303
+ },
1304
+ {
1305
+ "epoch": 2.6,
1306
+ "grad_norm": 3.967970132827759,
1307
+ "learning_rate": 7.4074074074074075e-06,
1308
+ "loss": 0.5568,
1309
+ "step": 4550
1310
+ },
1311
+ {
1312
+ "epoch": 2.6142857142857143,
1313
+ "grad_norm": 1.5977520942687988,
1314
+ "learning_rate": 7.142857142857143e-06,
1315
+ "loss": 0.5135,
1316
+ "step": 4575
1317
+ },
1318
+ {
1319
+ "epoch": 2.6285714285714286,
1320
+ "grad_norm": 3.1753079891204834,
1321
+ "learning_rate": 6.878306878306878e-06,
1322
+ "loss": 0.4614,
1323
+ "step": 4600
1324
+ },
1325
+ {
1326
+ "epoch": 2.642857142857143,
1327
+ "grad_norm": 4.909998893737793,
1328
+ "learning_rate": 6.613756613756614e-06,
1329
+ "loss": 0.5481,
1330
+ "step": 4625
1331
+ },
1332
+ {
1333
+ "epoch": 2.657142857142857,
1334
+ "grad_norm": 1.6713173389434814,
1335
+ "learning_rate": 6.349206349206349e-06,
1336
+ "loss": 0.5052,
1337
+ "step": 4650
1338
+ },
1339
+ {
1340
+ "epoch": 2.6714285714285713,
1341
+ "grad_norm": 6.718080997467041,
1342
+ "learning_rate": 6.0846560846560845e-06,
1343
+ "loss": 0.5024,
1344
+ "step": 4675
1345
+ },
1346
+ {
1347
+ "epoch": 2.685714285714286,
1348
+ "grad_norm": 1.5787817239761353,
1349
+ "learning_rate": 5.82010582010582e-06,
1350
+ "loss": 0.6326,
1351
+ "step": 4700
1352
+ },
1353
+ {
1354
+ "epoch": 2.7,
1355
+ "grad_norm": 216.9809112548828,
1356
+ "learning_rate": 5.555555555555556e-06,
1357
+ "loss": 0.6655,
1358
+ "step": 4725
1359
+ },
1360
+ {
1361
+ "epoch": 2.7142857142857144,
1362
+ "grad_norm": 2.957324504852295,
1363
+ "learning_rate": 5.291005291005291e-06,
1364
+ "loss": 0.7434,
1365
+ "step": 4750
1366
+ },
1367
+ {
1368
+ "epoch": 2.7285714285714286,
1369
+ "grad_norm": 4.260836601257324,
1370
+ "learning_rate": 5.026455026455026e-06,
1371
+ "loss": 0.49,
1372
+ "step": 4775
1373
+ },
1374
+ {
1375
+ "epoch": 2.742857142857143,
1376
+ "grad_norm": 1.6990563869476318,
1377
+ "learning_rate": 4.7619047619047615e-06,
1378
+ "loss": 0.5026,
1379
+ "step": 4800
1380
+ },
1381
+ {
1382
+ "epoch": 2.757142857142857,
1383
+ "grad_norm": 3.801848888397217,
1384
+ "learning_rate": 4.497354497354498e-06,
1385
+ "loss": 0.5138,
1386
+ "step": 4825
1387
+ },
1388
+ {
1389
+ "epoch": 2.7714285714285714,
1390
+ "grad_norm": 1.9691251516342163,
1391
+ "learning_rate": 4.232804232804233e-06,
1392
+ "loss": 0.5051,
1393
+ "step": 4850
1394
+ },
1395
+ {
1396
+ "epoch": 2.7857142857142856,
1397
+ "grad_norm": 2.8060500621795654,
1398
+ "learning_rate": 3.968253968253968e-06,
1399
+ "loss": 0.5385,
1400
+ "step": 4875
1401
+ },
1402
+ {
1403
+ "epoch": 2.8,
1404
+ "grad_norm": 4.293766498565674,
1405
+ "learning_rate": 3.7037037037037037e-06,
1406
+ "loss": 0.4761,
1407
+ "step": 4900
1408
+ },
1409
+ {
1410
+ "epoch": 2.814285714285714,
1411
+ "grad_norm": 5.048039436340332,
1412
+ "learning_rate": 3.439153439153439e-06,
1413
+ "loss": 0.495,
1414
+ "step": 4925
1415
+ },
1416
+ {
1417
+ "epoch": 2.8285714285714287,
1418
+ "grad_norm": 5.631167888641357,
1419
+ "learning_rate": 3.1746031746031746e-06,
1420
+ "loss": 0.4568,
1421
+ "step": 4950
1422
+ },
1423
+ {
1424
+ "epoch": 2.842857142857143,
1425
+ "grad_norm": 2.9913084506988525,
1426
+ "learning_rate": 2.91005291005291e-06,
1427
+ "loss": 0.554,
1428
+ "step": 4975
1429
+ },
1430
+ {
1431
+ "epoch": 2.857142857142857,
1432
+ "grad_norm": 3.9224941730499268,
1433
+ "learning_rate": 2.6455026455026455e-06,
1434
+ "loss": 0.4962,
1435
+ "step": 5000
1436
+ },
1437
+ {
1438
+ "epoch": 2.8714285714285714,
1439
+ "grad_norm": 1.9809192419052124,
1440
+ "learning_rate": 2.3809523809523808e-06,
1441
+ "loss": 0.3825,
1442
+ "step": 5025
1443
+ },
1444
+ {
1445
+ "epoch": 2.8857142857142857,
1446
+ "grad_norm": 3.313559055328369,
1447
+ "learning_rate": 2.1164021164021164e-06,
1448
+ "loss": 0.4645,
1449
+ "step": 5050
1450
+ },
1451
+ {
1452
+ "epoch": 2.9,
1453
+ "grad_norm": 5.611025333404541,
1454
+ "learning_rate": 1.8518518518518519e-06,
1455
+ "loss": 0.3717,
1456
+ "step": 5075
1457
+ },
1458
+ {
1459
+ "epoch": 2.914285714285714,
1460
+ "grad_norm": 6.190692901611328,
1461
+ "learning_rate": 1.5873015873015873e-06,
1462
+ "loss": 0.4256,
1463
+ "step": 5100
1464
+ },
1465
+ {
1466
+ "epoch": 2.928571428571429,
1467
+ "grad_norm": 4.822566986083984,
1468
+ "learning_rate": 1.3227513227513228e-06,
1469
+ "loss": 0.4603,
1470
+ "step": 5125
1471
+ },
1472
+ {
1473
+ "epoch": 2.942857142857143,
1474
+ "grad_norm": 6.1476616859436035,
1475
+ "learning_rate": 1.0582010582010582e-06,
1476
+ "loss": 0.5584,
1477
+ "step": 5150
1478
+ },
1479
+ {
1480
+ "epoch": 2.9571428571428573,
1481
+ "grad_norm": 2.9397058486938477,
1482
+ "learning_rate": 7.936507936507937e-07,
1483
+ "loss": 0.4819,
1484
+ "step": 5175
1485
+ },
1486
+ {
1487
+ "epoch": 2.9714285714285715,
1488
+ "grad_norm": 3.3358285427093506,
1489
+ "learning_rate": 5.291005291005291e-07,
1490
+ "loss": 0.5368,
1491
+ "step": 5200
1492
+ },
1493
+ {
1494
+ "epoch": 2.9857142857142858,
1495
+ "grad_norm": 1.9532283544540405,
1496
+ "learning_rate": 2.6455026455026455e-07,
1497
+ "loss": 0.4653,
1498
+ "step": 5225
1499
+ },
1500
+ {
1501
+ "epoch": 3.0,
1502
+ "grad_norm": 1.7440646886825562,
1503
+ "learning_rate": 0.0,
1504
+ "loss": 0.492,
1505
+ "step": 5250
1506
+ },
1507
+ {
1508
+ "epoch": 3.0,
1509
+ "eval_accuracy": 0.812,
1510
+ "eval_auc": 0.7815613623217992,
1511
+ "eval_f1": 0.37333333333333335,
1512
+ "eval_loss": 0.4526550769805908,
1513
+ "eval_precision": 0.9739130434782609,
1514
+ "eval_recall": 0.2309278350515464,
1515
+ "eval_runtime": 2920.2729,
1516
+ "eval_samples_per_second": 1.37,
1517
+ "eval_steps_per_second": 0.086,
1518
+ "step": 5250
1519
+ }
1520
+ ],
1521
+ "logging_steps": 25,
1522
+ "max_steps": 5250,
1523
+ "num_input_tokens_seen": 0,
1524
+ "num_train_epochs": 3,
1525
+ "save_steps": 500,
1526
+ "stateful_callbacks": {
1527
+ "EarlyStoppingCallback": {
1528
+ "args": {
1529
+ "early_stopping_patience": 5,
1530
+ "early_stopping_threshold": 0.01
1531
+ },
1532
+ "attributes": {
1533
+ "early_stopping_patience_counter": 0
1534
+ }
1535
+ },
1536
+ "TrainerControl": {
1537
+ "args": {
1538
+ "should_epoch_stop": false,
1539
+ "should_evaluate": false,
1540
+ "should_log": false,
1541
+ "should_save": true,
1542
+ "should_training_stop": true
1543
+ },
1544
+ "attributes": {}
1545
+ }
1546
+ },
1547
+ "total_flos": 1.105066432512e+16,
1548
+ "train_batch_size": 8,
1549
+ "trial_name": null,
1550
+ "trial_params": null
1551
+ }
checkpoint-5250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde68a50149c82b824b2f2fa58252635f5c5013e6163ac9fc53a1a0f026f3869
3
+ size 5304
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-base",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "XLMRobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "not sexist",
16
+ "1": "sexist"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "not sexist": 0,
22
+ "sexist": 1
23
+ },
24
+ "layer_norm_eps": 1e-05,
25
+ "max_position_embeddings": 514,
26
+ "model_type": "xlm-roberta",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "output_past": true,
30
+ "pad_token_id": 1,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.46.2",
35
+ "type_vocab_size": 1,
36
+ "use_cache": true,
37
+ "vocab_size": 250002
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87084fda93cf119a255b14c1d9de25c2e208e872f9afaae0a31fb6465085f834
3
+ size 1112205008
runs/Nov11_20-10-40_r-xabackus-nlp-project-5ljfl65t-7f24b-65wx0/events.out.tfevents.1731355842.r-xabackus-nlp-project-5ljfl65t-7f24b-65wx0.195.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd35325207a5bed744f539194fb625e0913f4bdd89eb63cf8969752336f21b78
3
- size 50174
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c4e4461f0b67a26e85f16501621c0b79d9bf81a26dde0a7ceb362f401bd785
3
+ size 51469
runs/Nov11_20-10-40_r-xabackus-nlp-project-5ljfl65t-7f24b-65wx0/events.out.tfevents.1731490697.r-xabackus-nlp-project-5ljfl65t-7f24b-65wx0.195.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516417ead3f97f06bd0fa4abb15e3e3a65d2c5d9fedb1bd36b3f2ba08461b04a
3
+ size 607
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffb37461c391f096759f4a9bbbc329da0f36952f88bab061fcf84940c022e98
3
+ size 17082999
tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 512,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "tokenizer_class": "XLMRobertaTokenizer",
53
+ "unk_token": "<unk>"
54
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde68a50149c82b824b2f2fa58252635f5c5013e6163ac9fc53a1a0f026f3869
3
+ size 5304
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "NLP-project-training/autotrain-data",
3
+ "model": "FacebookAI/xlm-roberta-base",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 512,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "NLP-project-training",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "xabackus",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }