AdamLucek commited on
Commit
914035f
1 Parent(s): b1e44ac

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: FacebookAI/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.6081525683403015
17
+
18
+ f1_macro: 0.7293016589919367
19
+
20
+ f1_micro: 0.7567567567567568
21
+
22
+ f1_weighted: 0.7525753769969824
23
+
24
+ precision_macro: 0.7459781321674904
25
+
26
+ precision_micro: 0.7567567567567568
27
+
28
+ precision_weighted: 0.7607241180619724
29
+
30
+ recall_macro: 0.727181992488115
31
+
32
+ recall_micro: 0.7567567567567568
33
+
34
+ recall_weighted: 0.7567567567567568
35
+
36
+ accuracy: 0.7567567567567568
checkpoint-500/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/roberta-base",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
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": "negative",
16
+ "1": "neutral",
17
+ "2": "positive"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "negative": 0,
23
+ "neutral": 1,
24
+ "positive": 2
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.43.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 50265
39
+ }
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5aa8ff6a507964120c4c97aaab82d2790c755924c4738d826c0920e1b5446b
3
+ size 498615900
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6da33b32d352781be988c07f8344a4e8e5d19cd1195db3243807e0c956b05a2
3
+ size 997351674
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367b28d280931a703605ee8ee940940d8ea52024c8da75f917a462db2a14b170
3
+ size 14244
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c133e7e2d9c3eba5443128ed31a095ddedda08531ab3529dc1ebcbbdb9546f
3
+ size 1064
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6081525683403015,
3
+ "best_model_checkpoint": "autotrain-cwa7t-r6nu7/checkpoint-500",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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.048,
13
+ "grad_norm": 5.120242118835449,
14
+ "learning_rate": 4.800000000000001e-06,
15
+ "loss": 1.077,
16
+ "step": 12
17
+ },
18
+ {
19
+ "epoch": 0.096,
20
+ "grad_norm": 3.48054838180542,
21
+ "learning_rate": 9.600000000000001e-06,
22
+ "loss": 1.0941,
23
+ "step": 24
24
+ },
25
+ {
26
+ "epoch": 0.144,
27
+ "grad_norm": 4.692188262939453,
28
+ "learning_rate": 1.44e-05,
29
+ "loss": 1.0877,
30
+ "step": 36
31
+ },
32
+ {
33
+ "epoch": 0.192,
34
+ "grad_norm": 4.942972183227539,
35
+ "learning_rate": 1.9200000000000003e-05,
36
+ "loss": 1.0566,
37
+ "step": 48
38
+ },
39
+ {
40
+ "epoch": 0.24,
41
+ "grad_norm": 10.25078296661377,
42
+ "learning_rate": 2.36e-05,
43
+ "loss": 0.9183,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.288,
48
+ "grad_norm": 25.465534210205078,
49
+ "learning_rate": 2.8000000000000003e-05,
50
+ "loss": 0.9146,
51
+ "step": 72
52
+ },
53
+ {
54
+ "epoch": 0.336,
55
+ "grad_norm": 21.620311737060547,
56
+ "learning_rate": 3.2800000000000004e-05,
57
+ "loss": 0.8352,
58
+ "step": 84
59
+ },
60
+ {
61
+ "epoch": 0.384,
62
+ "grad_norm": 12.405364036560059,
63
+ "learning_rate": 3.76e-05,
64
+ "loss": 0.8715,
65
+ "step": 96
66
+ },
67
+ {
68
+ "epoch": 0.432,
69
+ "grad_norm": 20.498157501220703,
70
+ "learning_rate": 4.24e-05,
71
+ "loss": 0.7661,
72
+ "step": 108
73
+ },
74
+ {
75
+ "epoch": 0.48,
76
+ "grad_norm": 14.002096176147461,
77
+ "learning_rate": 4.72e-05,
78
+ "loss": 0.6987,
79
+ "step": 120
80
+ },
81
+ {
82
+ "epoch": 0.528,
83
+ "grad_norm": 15.950400352478027,
84
+ "learning_rate": 4.977777777777778e-05,
85
+ "loss": 0.7478,
86
+ "step": 132
87
+ },
88
+ {
89
+ "epoch": 0.576,
90
+ "grad_norm": 14.89918327331543,
91
+ "learning_rate": 4.928888888888889e-05,
92
+ "loss": 0.8167,
93
+ "step": 144
94
+ },
95
+ {
96
+ "epoch": 0.624,
97
+ "grad_norm": 21.52458381652832,
98
+ "learning_rate": 4.875555555555556e-05,
99
+ "loss": 0.8677,
100
+ "step": 156
101
+ },
102
+ {
103
+ "epoch": 0.672,
104
+ "grad_norm": 9.06266975402832,
105
+ "learning_rate": 4.8222222222222225e-05,
106
+ "loss": 0.7637,
107
+ "step": 168
108
+ },
109
+ {
110
+ "epoch": 0.72,
111
+ "grad_norm": 17.687030792236328,
112
+ "learning_rate": 4.768888888888889e-05,
113
+ "loss": 0.7588,
114
+ "step": 180
115
+ },
116
+ {
117
+ "epoch": 0.768,
118
+ "grad_norm": 18.937341690063477,
119
+ "learning_rate": 4.715555555555556e-05,
120
+ "loss": 0.7809,
121
+ "step": 192
122
+ },
123
+ {
124
+ "epoch": 0.816,
125
+ "grad_norm": 20.595829010009766,
126
+ "learning_rate": 4.662222222222222e-05,
127
+ "loss": 0.6525,
128
+ "step": 204
129
+ },
130
+ {
131
+ "epoch": 0.864,
132
+ "grad_norm": 14.021669387817383,
133
+ "learning_rate": 4.608888888888889e-05,
134
+ "loss": 0.7512,
135
+ "step": 216
136
+ },
137
+ {
138
+ "epoch": 0.912,
139
+ "grad_norm": 17.159658432006836,
140
+ "learning_rate": 4.555555555555556e-05,
141
+ "loss": 0.6444,
142
+ "step": 228
143
+ },
144
+ {
145
+ "epoch": 0.96,
146
+ "grad_norm": 15.096858978271484,
147
+ "learning_rate": 4.502222222222223e-05,
148
+ "loss": 0.7502,
149
+ "step": 240
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.7367367367367368,
154
+ "eval_f1_macro": 0.6780399587593059,
155
+ "eval_f1_micro": 0.7367367367367368,
156
+ "eval_f1_weighted": 0.7159182064227351,
157
+ "eval_loss": 0.7116303443908691,
158
+ "eval_precision_macro": 0.7407168006456986,
159
+ "eval_precision_micro": 0.7367367367367368,
160
+ "eval_precision_weighted": 0.738750739597193,
161
+ "eval_recall_macro": 0.6747808186254532,
162
+ "eval_recall_micro": 0.7367367367367368,
163
+ "eval_recall_weighted": 0.7367367367367368,
164
+ "eval_runtime": 1.2649,
165
+ "eval_samples_per_second": 789.799,
166
+ "eval_steps_per_second": 25.299,
167
+ "step": 250
168
+ },
169
+ {
170
+ "epoch": 1.008,
171
+ "grad_norm": 3.268965244293213,
172
+ "learning_rate": 4.448888888888889e-05,
173
+ "loss": 0.6109,
174
+ "step": 252
175
+ },
176
+ {
177
+ "epoch": 1.056,
178
+ "grad_norm": 9.524105072021484,
179
+ "learning_rate": 4.4000000000000006e-05,
180
+ "loss": 0.6676,
181
+ "step": 264
182
+ },
183
+ {
184
+ "epoch": 1.104,
185
+ "grad_norm": 13.357897758483887,
186
+ "learning_rate": 4.346666666666667e-05,
187
+ "loss": 0.6534,
188
+ "step": 276
189
+ },
190
+ {
191
+ "epoch": 1.152,
192
+ "grad_norm": 12.989001274108887,
193
+ "learning_rate": 4.293333333333334e-05,
194
+ "loss": 0.5564,
195
+ "step": 288
196
+ },
197
+ {
198
+ "epoch": 1.2,
199
+ "grad_norm": 13.040504455566406,
200
+ "learning_rate": 4.24e-05,
201
+ "loss": 0.5432,
202
+ "step": 300
203
+ },
204
+ {
205
+ "epoch": 1.248,
206
+ "grad_norm": 27.441036224365234,
207
+ "learning_rate": 4.186666666666667e-05,
208
+ "loss": 0.5495,
209
+ "step": 312
210
+ },
211
+ {
212
+ "epoch": 1.296,
213
+ "grad_norm": 12.519679069519043,
214
+ "learning_rate": 4.133333333333333e-05,
215
+ "loss": 0.548,
216
+ "step": 324
217
+ },
218
+ {
219
+ "epoch": 1.3439999999999999,
220
+ "grad_norm": 19.905864715576172,
221
+ "learning_rate": 4.08e-05,
222
+ "loss": 0.7036,
223
+ "step": 336
224
+ },
225
+ {
226
+ "epoch": 1.392,
227
+ "grad_norm": 19.19709014892578,
228
+ "learning_rate": 4.026666666666667e-05,
229
+ "loss": 0.6243,
230
+ "step": 348
231
+ },
232
+ {
233
+ "epoch": 1.44,
234
+ "grad_norm": 25.307151794433594,
235
+ "learning_rate": 3.9733333333333335e-05,
236
+ "loss": 0.5592,
237
+ "step": 360
238
+ },
239
+ {
240
+ "epoch": 1.488,
241
+ "grad_norm": 12.860663414001465,
242
+ "learning_rate": 3.9200000000000004e-05,
243
+ "loss": 0.5251,
244
+ "step": 372
245
+ },
246
+ {
247
+ "epoch": 1.536,
248
+ "grad_norm": 14.503999710083008,
249
+ "learning_rate": 3.866666666666667e-05,
250
+ "loss": 0.5004,
251
+ "step": 384
252
+ },
253
+ {
254
+ "epoch": 1.584,
255
+ "grad_norm": 16.512439727783203,
256
+ "learning_rate": 3.8133333333333336e-05,
257
+ "loss": 0.5418,
258
+ "step": 396
259
+ },
260
+ {
261
+ "epoch": 1.6320000000000001,
262
+ "grad_norm": 10.380609512329102,
263
+ "learning_rate": 3.76e-05,
264
+ "loss": 0.6202,
265
+ "step": 408
266
+ },
267
+ {
268
+ "epoch": 1.6800000000000002,
269
+ "grad_norm": 14.396175384521484,
270
+ "learning_rate": 3.706666666666667e-05,
271
+ "loss": 0.6095,
272
+ "step": 420
273
+ },
274
+ {
275
+ "epoch": 1.728,
276
+ "grad_norm": 15.407332420349121,
277
+ "learning_rate": 3.653333333333334e-05,
278
+ "loss": 0.6155,
279
+ "step": 432
280
+ },
281
+ {
282
+ "epoch": 1.776,
283
+ "grad_norm": 21.06899642944336,
284
+ "learning_rate": 3.6e-05,
285
+ "loss": 0.5009,
286
+ "step": 444
287
+ },
288
+ {
289
+ "epoch": 1.8239999999999998,
290
+ "grad_norm": 9.709734916687012,
291
+ "learning_rate": 3.546666666666667e-05,
292
+ "loss": 0.4664,
293
+ "step": 456
294
+ },
295
+ {
296
+ "epoch": 1.8719999999999999,
297
+ "grad_norm": 30.69609260559082,
298
+ "learning_rate": 3.493333333333333e-05,
299
+ "loss": 0.6268,
300
+ "step": 468
301
+ },
302
+ {
303
+ "epoch": 1.92,
304
+ "grad_norm": 10.711507797241211,
305
+ "learning_rate": 3.4399999999999996e-05,
306
+ "loss": 0.5064,
307
+ "step": 480
308
+ },
309
+ {
310
+ "epoch": 1.968,
311
+ "grad_norm": 10.850369453430176,
312
+ "learning_rate": 3.3866666666666665e-05,
313
+ "loss": 0.5403,
314
+ "step": 492
315
+ },
316
+ {
317
+ "epoch": 2.0,
318
+ "eval_accuracy": 0.7567567567567568,
319
+ "eval_f1_macro": 0.7293016589919367,
320
+ "eval_f1_micro": 0.7567567567567568,
321
+ "eval_f1_weighted": 0.7525753769969824,
322
+ "eval_loss": 0.6081525683403015,
323
+ "eval_precision_macro": 0.7459781321674904,
324
+ "eval_precision_micro": 0.7567567567567568,
325
+ "eval_precision_weighted": 0.7607241180619724,
326
+ "eval_recall_macro": 0.727181992488115,
327
+ "eval_recall_micro": 0.7567567567567568,
328
+ "eval_recall_weighted": 0.7567567567567568,
329
+ "eval_runtime": 1.2636,
330
+ "eval_samples_per_second": 790.605,
331
+ "eval_steps_per_second": 25.325,
332
+ "step": 500
333
+ }
334
+ ],
335
+ "logging_steps": 12,
336
+ "max_steps": 1250,
337
+ "num_input_tokens_seen": 0,
338
+ "num_train_epochs": 5,
339
+ "save_steps": 500,
340
+ "stateful_callbacks": {
341
+ "EarlyStoppingCallback": {
342
+ "args": {
343
+ "early_stopping_patience": 5,
344
+ "early_stopping_threshold": 0.01
345
+ },
346
+ "attributes": {
347
+ "early_stopping_patience_counter": 0
348
+ }
349
+ },
350
+ "TrainerControl": {
351
+ "args": {
352
+ "should_epoch_stop": false,
353
+ "should_evaluate": false,
354
+ "should_log": false,
355
+ "should_save": true,
356
+ "should_training_stop": false
357
+ },
358
+ "attributes": {}
359
+ }
360
+ },
361
+ "total_flos": 525305938493952.0,
362
+ "train_batch_size": 16,
363
+ "trial_name": null,
364
+ "trial_params": null
365
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69dc0c7701ff0b516e1fd3fddf224fa8633958e13e996e7d91698a9d753b538b
3
+ size 5240
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/roberta-base",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
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": "negative",
16
+ "1": "neutral",
17
+ "2": "positive"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "negative": 0,
23
+ "neutral": 1,
24
+ "positive": 2
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.43.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 50265
39
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5aa8ff6a507964120c4c97aaab82d2790c755924c4738d826c0920e1b5446b
3
+ size 498615900
runs/Aug02_22-49-19_r-adamlucek-autotrain-advanced-roberta-llama-pplv1kej-ae6ff-jpn/events.out.tfevents.1722638960.r-adamlucek-autotrain-advanced-roberta-llama-pplv1kej-ae6ff-jpn.74.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90e7c2c406a89c4f05ec5cd2ae3ab75af6465d635b5db26cfce582cfef3aae7c
3
- size 5155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1893be209807ef2d2d6bfc9a719e1cfa207aab5986143e68cfc43a42ff76a29
3
+ size 31578
runs/Aug02_22-49-19_r-adamlucek-autotrain-advanced-roberta-llama-pplv1kej-ae6ff-jpn/events.out.tfevents.1722639081.r-adamlucek-autotrain-advanced-roberta-llama-pplv1kej-ae6ff-jpn.74.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6e13c56609e3f098c402493bdb85dec592dcaa6875526d0b69abe738a737e9
3
+ size 921
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
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69dc0c7701ff0b516e1fd3fddf224fa8633958e13e996e7d91698a9d753b538b
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-cwa7t-r6nu7/autotrain-data",
3
+ "model": "FacebookAI/roberta-base",
4
+ "lr": 5e-05,
5
+ "epochs": 5,
6
+ "max_seq_length": 128,
7
+ "batch_size": 16,
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": "autotrain-cwa7t-r6nu7",
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": "AdamLucek",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff