Konark-HC commited on
Commit
7beb45d
1 Parent(s): 41c79d4

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,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ widget:
7
+ - text: "I love AutoTrain"
8
+ datasets:
9
+ - autotrain-hyyfj-borac/autotrain-data
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.2939682602882385
18
+
19
+ f1: 0.0
20
+
21
+ precision: 0.0
22
+
23
+ recall: 0.0
24
+
25
+ auc: 0.6833578792341679
26
+
27
+ accuracy: 0.9326923076923077
checkpoint-104/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-xlm-roberta-base-sentiment-multilingual",
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
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Negative",
17
+ "1": "Positive"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Negative": 0,
23
+ "Positive": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "xlm-roberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.40.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 250002
39
+ }
checkpoint-104/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad30a2079faddaaa3f7368dc01178138d8286e06857778491bd0e38116ac747
3
+ size 1112205008
checkpoint-104/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc8b19150aa365c5dccc3bf5f3b5b4f26630b8d8c4497fa0e44df288ca578ef
3
+ size 2224524026
checkpoint-104/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06e55bfc8723f269a626afca0be6f7def5753f3bb265436b94c5580b703cfcc7
3
+ size 13990
checkpoint-104/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e3d4a288a4a7fe6bbc9150ba1af80bbe29dd33c8b10770becd1f9148ef1b184
3
+ size 1064
checkpoint-104/trainer_state.json ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2939682602882385,
3
+ "best_model_checkpoint": "autotrain-hyyfj-borac/checkpoint-104",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 104,
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.038461538461538464,
13
+ "grad_norm": 6.025815963745117,
14
+ "learning_rate": 6.25e-06,
15
+ "loss": 0.5818,
16
+ "step": 2
17
+ },
18
+ {
19
+ "epoch": 0.07692307692307693,
20
+ "grad_norm": 9.179534912109375,
21
+ "learning_rate": 1.25e-05,
22
+ "loss": 0.584,
23
+ "step": 4
24
+ },
25
+ {
26
+ "epoch": 0.11538461538461539,
27
+ "grad_norm": 4.207178115844727,
28
+ "learning_rate": 1.8750000000000002e-05,
29
+ "loss": 0.5044,
30
+ "step": 6
31
+ },
32
+ {
33
+ "epoch": 0.15384615384615385,
34
+ "grad_norm": 5.58507776260376,
35
+ "learning_rate": 2.5e-05,
36
+ "loss": 0.3244,
37
+ "step": 8
38
+ },
39
+ {
40
+ "epoch": 0.19230769230769232,
41
+ "grad_norm": 2.5677101612091064,
42
+ "learning_rate": 3.125e-05,
43
+ "loss": 0.2411,
44
+ "step": 10
45
+ },
46
+ {
47
+ "epoch": 0.23076923076923078,
48
+ "grad_norm": 3.239185094833374,
49
+ "learning_rate": 3.7500000000000003e-05,
50
+ "loss": 0.2572,
51
+ "step": 12
52
+ },
53
+ {
54
+ "epoch": 0.2692307692307692,
55
+ "grad_norm": 1.5567970275878906,
56
+ "learning_rate": 4.375e-05,
57
+ "loss": 0.0463,
58
+ "step": 14
59
+ },
60
+ {
61
+ "epoch": 0.3076923076923077,
62
+ "grad_norm": 0.34924909472465515,
63
+ "learning_rate": 5e-05,
64
+ "loss": 0.0205,
65
+ "step": 16
66
+ },
67
+ {
68
+ "epoch": 0.34615384615384615,
69
+ "grad_norm": 1.1856858730316162,
70
+ "learning_rate": 4.928571428571429e-05,
71
+ "loss": 0.2883,
72
+ "step": 18
73
+ },
74
+ {
75
+ "epoch": 0.38461538461538464,
76
+ "grad_norm": 9.244117736816406,
77
+ "learning_rate": 4.8571428571428576e-05,
78
+ "loss": 0.6795,
79
+ "step": 20
80
+ },
81
+ {
82
+ "epoch": 0.4230769230769231,
83
+ "grad_norm": 3.249788522720337,
84
+ "learning_rate": 4.785714285714286e-05,
85
+ "loss": 0.2357,
86
+ "step": 22
87
+ },
88
+ {
89
+ "epoch": 0.46153846153846156,
90
+ "grad_norm": 1.3072822093963623,
91
+ "learning_rate": 4.714285714285714e-05,
92
+ "loss": 0.0682,
93
+ "step": 24
94
+ },
95
+ {
96
+ "epoch": 0.5,
97
+ "grad_norm": 3.7042837142944336,
98
+ "learning_rate": 4.642857142857143e-05,
99
+ "loss": 0.4232,
100
+ "step": 26
101
+ },
102
+ {
103
+ "epoch": 0.5384615384615384,
104
+ "grad_norm": 1.0529388189315796,
105
+ "learning_rate": 4.5714285714285716e-05,
106
+ "loss": 0.0337,
107
+ "step": 28
108
+ },
109
+ {
110
+ "epoch": 0.5769230769230769,
111
+ "grad_norm": 0.3905356228351593,
112
+ "learning_rate": 4.5e-05,
113
+ "loss": 0.2535,
114
+ "step": 30
115
+ },
116
+ {
117
+ "epoch": 0.6153846153846154,
118
+ "grad_norm": 4.982702255249023,
119
+ "learning_rate": 4.428571428571428e-05,
120
+ "loss": 0.3307,
121
+ "step": 32
122
+ },
123
+ {
124
+ "epoch": 0.6538461538461539,
125
+ "grad_norm": 0.19216814637184143,
126
+ "learning_rate": 4.3571428571428576e-05,
127
+ "loss": 0.3452,
128
+ "step": 34
129
+ },
130
+ {
131
+ "epoch": 0.6923076923076923,
132
+ "grad_norm": 4.820222854614258,
133
+ "learning_rate": 4.2857142857142856e-05,
134
+ "loss": 0.5677,
135
+ "step": 36
136
+ },
137
+ {
138
+ "epoch": 0.7307692307692307,
139
+ "grad_norm": 1.0272815227508545,
140
+ "learning_rate": 4.214285714285714e-05,
141
+ "loss": 0.4791,
142
+ "step": 38
143
+ },
144
+ {
145
+ "epoch": 0.7692307692307693,
146
+ "grad_norm": 1.5378814935684204,
147
+ "learning_rate": 4.1428571428571437e-05,
148
+ "loss": 0.0582,
149
+ "step": 40
150
+ },
151
+ {
152
+ "epoch": 0.8076923076923077,
153
+ "grad_norm": 0.989844560623169,
154
+ "learning_rate": 4.0714285714285717e-05,
155
+ "loss": 0.2427,
156
+ "step": 42
157
+ },
158
+ {
159
+ "epoch": 0.8461538461538461,
160
+ "grad_norm": 17.12215232849121,
161
+ "learning_rate": 4e-05,
162
+ "loss": 0.7269,
163
+ "step": 44
164
+ },
165
+ {
166
+ "epoch": 0.8846153846153846,
167
+ "grad_norm": 0.5058056712150574,
168
+ "learning_rate": 3.928571428571429e-05,
169
+ "loss": 0.2946,
170
+ "step": 46
171
+ },
172
+ {
173
+ "epoch": 0.9230769230769231,
174
+ "grad_norm": 11.418269157409668,
175
+ "learning_rate": 3.857142857142858e-05,
176
+ "loss": 0.6127,
177
+ "step": 48
178
+ },
179
+ {
180
+ "epoch": 0.9615384615384616,
181
+ "grad_norm": 0.5562339425086975,
182
+ "learning_rate": 3.785714285714286e-05,
183
+ "loss": 0.3462,
184
+ "step": 50
185
+ },
186
+ {
187
+ "epoch": 1.0,
188
+ "grad_norm": 0.3832690119743347,
189
+ "learning_rate": 3.7142857142857143e-05,
190
+ "loss": 0.0145,
191
+ "step": 52
192
+ },
193
+ {
194
+ "epoch": 1.0,
195
+ "eval_accuracy": 0.9326923076923077,
196
+ "eval_auc": 0.49926362297496313,
197
+ "eval_f1": 0.0,
198
+ "eval_loss": 0.31564611196517944,
199
+ "eval_precision": 0.0,
200
+ "eval_recall": 0.0,
201
+ "eval_runtime": 1.4422,
202
+ "eval_samples_per_second": 72.114,
203
+ "eval_steps_per_second": 4.854,
204
+ "step": 52
205
+ },
206
+ {
207
+ "epoch": 1.0384615384615385,
208
+ "grad_norm": 0.30034294724464417,
209
+ "learning_rate": 3.642857142857143e-05,
210
+ "loss": 0.0115,
211
+ "step": 54
212
+ },
213
+ {
214
+ "epoch": 1.0769230769230769,
215
+ "grad_norm": 4.174347877502441,
216
+ "learning_rate": 3.571428571428572e-05,
217
+ "loss": 0.3074,
218
+ "step": 56
219
+ },
220
+ {
221
+ "epoch": 1.1153846153846154,
222
+ "grad_norm": 4.107996940612793,
223
+ "learning_rate": 3.5e-05,
224
+ "loss": 0.658,
225
+ "step": 58
226
+ },
227
+ {
228
+ "epoch": 1.1538461538461537,
229
+ "grad_norm": 3.2274246215820312,
230
+ "learning_rate": 3.428571428571429e-05,
231
+ "loss": 0.3278,
232
+ "step": 60
233
+ },
234
+ {
235
+ "epoch": 1.1923076923076923,
236
+ "grad_norm": 3.1883745193481445,
237
+ "learning_rate": 3.357142857142857e-05,
238
+ "loss": 0.6058,
239
+ "step": 62
240
+ },
241
+ {
242
+ "epoch": 1.2307692307692308,
243
+ "grad_norm": 0.4613792598247528,
244
+ "learning_rate": 3.285714285714286e-05,
245
+ "loss": 0.0172,
246
+ "step": 64
247
+ },
248
+ {
249
+ "epoch": 1.2692307692307692,
250
+ "grad_norm": 0.6901736855506897,
251
+ "learning_rate": 3.2142857142857144e-05,
252
+ "loss": 0.0238,
253
+ "step": 66
254
+ },
255
+ {
256
+ "epoch": 1.3076923076923077,
257
+ "grad_norm": 0.6056439876556396,
258
+ "learning_rate": 3.142857142857143e-05,
259
+ "loss": 0.2596,
260
+ "step": 68
261
+ },
262
+ {
263
+ "epoch": 1.3461538461538463,
264
+ "grad_norm": 0.6580448746681213,
265
+ "learning_rate": 3.071428571428572e-05,
266
+ "loss": 0.649,
267
+ "step": 70
268
+ },
269
+ {
270
+ "epoch": 1.3846153846153846,
271
+ "grad_norm": 0.5795997381210327,
272
+ "learning_rate": 3e-05,
273
+ "loss": 0.0279,
274
+ "step": 72
275
+ },
276
+ {
277
+ "epoch": 1.4230769230769231,
278
+ "grad_norm": 3.1971044540405273,
279
+ "learning_rate": 2.9285714285714288e-05,
280
+ "loss": 0.471,
281
+ "step": 74
282
+ },
283
+ {
284
+ "epoch": 1.4615384615384617,
285
+ "grad_norm": 0.772407054901123,
286
+ "learning_rate": 2.857142857142857e-05,
287
+ "loss": 0.2271,
288
+ "step": 76
289
+ },
290
+ {
291
+ "epoch": 1.5,
292
+ "grad_norm": 0.8196155428886414,
293
+ "learning_rate": 2.785714285714286e-05,
294
+ "loss": 0.2429,
295
+ "step": 78
296
+ },
297
+ {
298
+ "epoch": 1.5384615384615383,
299
+ "grad_norm": 1.0081214904785156,
300
+ "learning_rate": 2.714285714285714e-05,
301
+ "loss": 0.2523,
302
+ "step": 80
303
+ },
304
+ {
305
+ "epoch": 1.5769230769230769,
306
+ "grad_norm": 0.9642893075942993,
307
+ "learning_rate": 2.642857142857143e-05,
308
+ "loss": 0.4355,
309
+ "step": 82
310
+ },
311
+ {
312
+ "epoch": 1.6153846153846154,
313
+ "grad_norm": 2.410957098007202,
314
+ "learning_rate": 2.5714285714285714e-05,
315
+ "loss": 0.213,
316
+ "step": 84
317
+ },
318
+ {
319
+ "epoch": 1.6538461538461537,
320
+ "grad_norm": 0.9146873950958252,
321
+ "learning_rate": 2.5e-05,
322
+ "loss": 0.1876,
323
+ "step": 86
324
+ },
325
+ {
326
+ "epoch": 1.6923076923076923,
327
+ "grad_norm": 1.0689085721969604,
328
+ "learning_rate": 2.4285714285714288e-05,
329
+ "loss": 0.0379,
330
+ "step": 88
331
+ },
332
+ {
333
+ "epoch": 1.7307692307692308,
334
+ "grad_norm": 5.386611461639404,
335
+ "learning_rate": 2.357142857142857e-05,
336
+ "loss": 0.6832,
337
+ "step": 90
338
+ },
339
+ {
340
+ "epoch": 1.7692307692307692,
341
+ "grad_norm": 6.125481605529785,
342
+ "learning_rate": 2.2857142857142858e-05,
343
+ "loss": 0.519,
344
+ "step": 92
345
+ },
346
+ {
347
+ "epoch": 1.8076923076923077,
348
+ "grad_norm": 10.108115196228027,
349
+ "learning_rate": 2.214285714285714e-05,
350
+ "loss": 0.4923,
351
+ "step": 94
352
+ },
353
+ {
354
+ "epoch": 1.8461538461538463,
355
+ "grad_norm": 1.2555135488510132,
356
+ "learning_rate": 2.1428571428571428e-05,
357
+ "loss": 0.0383,
358
+ "step": 96
359
+ },
360
+ {
361
+ "epoch": 1.8846153846153846,
362
+ "grad_norm": 2.7871651649475098,
363
+ "learning_rate": 2.0714285714285718e-05,
364
+ "loss": 0.2861,
365
+ "step": 98
366
+ },
367
+ {
368
+ "epoch": 1.9230769230769231,
369
+ "grad_norm": 3.00709867477417,
370
+ "learning_rate": 2e-05,
371
+ "loss": 0.2901,
372
+ "step": 100
373
+ },
374
+ {
375
+ "epoch": 1.9615384615384617,
376
+ "grad_norm": 0.6466115713119507,
377
+ "learning_rate": 1.928571428571429e-05,
378
+ "loss": 0.021,
379
+ "step": 102
380
+ },
381
+ {
382
+ "epoch": 2.0,
383
+ "grad_norm": 0.5404049158096313,
384
+ "learning_rate": 1.8571428571428572e-05,
385
+ "loss": 0.2653,
386
+ "step": 104
387
+ },
388
+ {
389
+ "epoch": 2.0,
390
+ "eval_accuracy": 0.9326923076923077,
391
+ "eval_auc": 0.6833578792341679,
392
+ "eval_f1": 0.0,
393
+ "eval_loss": 0.2939682602882385,
394
+ "eval_precision": 0.0,
395
+ "eval_recall": 0.0,
396
+ "eval_runtime": 1.3953,
397
+ "eval_samples_per_second": 74.536,
398
+ "eval_steps_per_second": 5.017,
399
+ "step": 104
400
+ }
401
+ ],
402
+ "logging_steps": 2,
403
+ "max_steps": 156,
404
+ "num_input_tokens_seen": 0,
405
+ "num_train_epochs": 3,
406
+ "save_steps": 500,
407
+ "total_flos": 54595543987200.0,
408
+ "train_batch_size": 8,
409
+ "trial_name": null,
410
+ "trial_params": null
411
+ }
checkpoint-104/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3179811e30141ba8feb6ae3c03dfead02edf3d828e7bef399c08679ec33bee57
3
+ size 4984
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-xlm-roberta-base-sentiment-multilingual",
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
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Negative",
17
+ "1": "Positive"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Negative": 0,
23
+ "Positive": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "xlm-roberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.40.1",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 250002
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad30a2079faddaaa3f7368dc01178138d8286e06857778491bd0e38116ac747
3
+ size 1112205008
runs/May02_20-07-38_Sakshis-MBP/events.out.tfevents.1714666058.Sakshis-MBP.5149.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9d052eaa5eb93d5847cac642776a8df22468d0ca46f655ad7c69c52341212dd
3
- size 5025
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3029a9de050aecab4a36d0a3273b85ecf4915ad101ec982bdca756aece8e99c5
3
+ size 23122
runs/May02_20-07-38_Sakshis-MBP/events.out.tfevents.1714666182.Sakshis-MBP.5149.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21491cd292dbb0ad02c8304d31c357a12b1e41fac639da22fde321e23976f605
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,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c088c06cf975b7097e469bd69630cdb0d675c6db1ce3af1042b6e19c6d01f22
3
+ size 17082999
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "max_length": 128,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_to_multiple_of": null,
52
+ "pad_token": "<pad>",
53
+ "pad_token_type_id": 0,
54
+ "padding_side": "right",
55
+ "sep_token": "</s>",
56
+ "stride": 0,
57
+ "tokenizer_class": "XLMRobertaTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
+ "unk_token": "<unk>"
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3179811e30141ba8feb6ae3c03dfead02edf3d828e7bef399c08679ec33bee57
3
+ size 4984
training_params.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-hyyfj-borac/autotrain-data",
3
+ "model": "cardiffnlp/twitter-xlm-roberta-base-sentiment-multilingual",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 128,
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": "autotrain-hyyfj-borac",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": null,
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "evaluation_strategy": "epoch",
26
+ "username": "Konark-HC",
27
+ "log": "tensorboard"
28
+ }