dzd828 commited on
Commit
4a3ca35
·
verified ·
1 Parent(s): b8f8b76

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,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: FacebookAI/xlm-roberta-large
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: 2.0163416862487793
17
+
18
+ f1_macro: 0.17560544673032039
19
+
20
+ f1_micro: 0.234
21
+
22
+ f1_weighted: 0.17560544673032036
23
+
24
+ precision_macro: 0.3230402136577736
25
+
26
+ precision_micro: 0.234
27
+
28
+ precision_weighted: 0.3230402136577736
29
+
30
+ recall_macro: 0.23400000000000004
31
+
32
+ recall_micro: 0.234
33
+
34
+ recall_weighted: 0.234
35
+
36
+ accuracy: 0.234
checkpoint-750/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-large",
3
+ "_num_labels": 10,
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": 1024,
14
+ "id2label": {
15
+ "0": "AR",
16
+ "1": "BR",
17
+ "2": "CN",
18
+ "3": "FR",
19
+ "4": "IL",
20
+ "5": "IQ",
21
+ "6": "IT",
22
+ "7": "JP",
23
+ "8": "KR",
24
+ "9": "RU"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
+ "label2id": {
29
+ "AR": 0,
30
+ "BR": 1,
31
+ "CN": 2,
32
+ "FR": 3,
33
+ "IL": 4,
34
+ "IQ": 5,
35
+ "IT": 6,
36
+ "JP": 7,
37
+ "KR": 8,
38
+ "RU": 9
39
+ },
40
+ "layer_norm_eps": 1e-05,
41
+ "max_position_embeddings": 514,
42
+ "model_type": "xlm-roberta",
43
+ "num_attention_heads": 16,
44
+ "num_hidden_layers": 24,
45
+ "output_past": true,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.44.1",
51
+ "type_vocab_size": 1,
52
+ "use_cache": true,
53
+ "vocab_size": 250002
54
+ }
checkpoint-750/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b54fc65585891e0a96fc4e750f2cd7fede7dba2feb83a7a6c0237f998cc755c
3
+ size 2239651472
checkpoint-750/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d6add3d2caeae21aee3c8bea2d06c34d9d78653ac8bcaf9e3fefebb4a1ee48
3
+ size 4479538321
checkpoint-750/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe1c1b51385bc8d6cbefc8e1ef280e091092646ec858a1f4ce182968bf9f76f
3
+ size 14512
checkpoint-750/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0016d965aaaea2bb8a9108508f5e0bf3cbaaa4b01512432612f20846d52ba2c1
3
+ size 14512
checkpoint-750/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feb973e535a321245a557f9c15d0ea755e12d349c68f2fb246881a74875cb21f
3
+ size 1064
checkpoint-750/trainer_state.json ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 2.0163416862487793,
3
+ "best_model_checkpoint": "910-3-roberta-10/checkpoint-750",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 750,
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.1,
13
+ "grad_norm": 23.742645263671875,
14
+ "learning_rate": 1.6666666666666667e-06,
15
+ "loss": 2.3895,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.2,
20
+ "grad_norm": 11.274296760559082,
21
+ "learning_rate": 3.3333333333333333e-06,
22
+ "loss": 2.3348,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.3,
27
+ "grad_norm": 7.359958171844482,
28
+ "learning_rate": 5e-06,
29
+ "loss": 2.3217,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.4,
34
+ "grad_norm": 8.179986000061035,
35
+ "learning_rate": 6.666666666666667e-06,
36
+ "loss": 2.3207,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.5,
41
+ "grad_norm": 18.304018020629883,
42
+ "learning_rate": 8.333333333333334e-06,
43
+ "loss": 2.2965,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.6,
48
+ "grad_norm": 12.443976402282715,
49
+ "learning_rate": 1e-05,
50
+ "loss": 2.3036,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.7,
55
+ "grad_norm": 14.003621101379395,
56
+ "learning_rate": 1.1666666666666668e-05,
57
+ "loss": 2.2321,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.8,
62
+ "grad_norm": 12.123735427856445,
63
+ "learning_rate": 1.3333333333333333e-05,
64
+ "loss": 2.218,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.9,
69
+ "grad_norm": 26.824359893798828,
70
+ "learning_rate": 1.5e-05,
71
+ "loss": 2.1573,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "grad_norm": 12.286924362182617,
77
+ "learning_rate": 1.6666666666666667e-05,
78
+ "loss": 2.146,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "eval_accuracy": 0.1845,
84
+ "eval_f1_macro": 0.0987979652095434,
85
+ "eval_f1_micro": 0.1845,
86
+ "eval_f1_weighted": 0.09879796520954343,
87
+ "eval_loss": 2.1069414615631104,
88
+ "eval_precision_macro": 0.10847279767673075,
89
+ "eval_precision_micro": 0.1845,
90
+ "eval_precision_weighted": 0.10847279767673075,
91
+ "eval_recall_macro": 0.1845,
92
+ "eval_recall_micro": 0.1845,
93
+ "eval_recall_weighted": 0.1845,
94
+ "eval_runtime": 5.8665,
95
+ "eval_samples_per_second": 340.92,
96
+ "eval_steps_per_second": 5.455,
97
+ "step": 250
98
+ },
99
+ {
100
+ "epoch": 1.1,
101
+ "grad_norm": 13.818865776062012,
102
+ "learning_rate": 1.8333333333333333e-05,
103
+ "loss": 2.1453,
104
+ "step": 275
105
+ },
106
+ {
107
+ "epoch": 1.2,
108
+ "grad_norm": 16.149505615234375,
109
+ "learning_rate": 2e-05,
110
+ "loss": 2.1011,
111
+ "step": 300
112
+ },
113
+ {
114
+ "epoch": 1.3,
115
+ "grad_norm": 24.287403106689453,
116
+ "learning_rate": 2.1666666666666667e-05,
117
+ "loss": 2.087,
118
+ "step": 325
119
+ },
120
+ {
121
+ "epoch": 1.4,
122
+ "grad_norm": 8.6444673538208,
123
+ "learning_rate": 2.3333333333333336e-05,
124
+ "loss": 2.11,
125
+ "step": 350
126
+ },
127
+ {
128
+ "epoch": 1.5,
129
+ "grad_norm": 18.66366195678711,
130
+ "learning_rate": 2.5e-05,
131
+ "loss": 2.0991,
132
+ "step": 375
133
+ },
134
+ {
135
+ "epoch": 1.6,
136
+ "grad_norm": 8.785151481628418,
137
+ "learning_rate": 2.6666666666666667e-05,
138
+ "loss": 2.0281,
139
+ "step": 400
140
+ },
141
+ {
142
+ "epoch": 1.7,
143
+ "grad_norm": 9.933465957641602,
144
+ "learning_rate": 2.8333333333333335e-05,
145
+ "loss": 2.0634,
146
+ "step": 425
147
+ },
148
+ {
149
+ "epoch": 1.8,
150
+ "grad_norm": 13.846152305603027,
151
+ "learning_rate": 3e-05,
152
+ "loss": 2.0504,
153
+ "step": 450
154
+ },
155
+ {
156
+ "epoch": 1.9,
157
+ "grad_norm": 24.698633193969727,
158
+ "learning_rate": 3.1666666666666666e-05,
159
+ "loss": 2.0754,
160
+ "step": 475
161
+ },
162
+ {
163
+ "epoch": 2.0,
164
+ "grad_norm": 13.607393264770508,
165
+ "learning_rate": 3.3333333333333335e-05,
166
+ "loss": 2.0,
167
+ "step": 500
168
+ },
169
+ {
170
+ "epoch": 2.0,
171
+ "eval_accuracy": 0.224,
172
+ "eval_f1_macro": 0.15699864365105617,
173
+ "eval_f1_micro": 0.224,
174
+ "eval_f1_weighted": 0.15699864365105617,
175
+ "eval_loss": 2.0973894596099854,
176
+ "eval_precision_macro": 0.17293733079797044,
177
+ "eval_precision_micro": 0.224,
178
+ "eval_precision_weighted": 0.17293733079797044,
179
+ "eval_recall_macro": 0.22400000000000003,
180
+ "eval_recall_micro": 0.224,
181
+ "eval_recall_weighted": 0.224,
182
+ "eval_runtime": 5.9646,
183
+ "eval_samples_per_second": 335.311,
184
+ "eval_steps_per_second": 5.365,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 2.1,
189
+ "grad_norm": 10.633151054382324,
190
+ "learning_rate": 3.5e-05,
191
+ "loss": 1.9934,
192
+ "step": 525
193
+ },
194
+ {
195
+ "epoch": 2.2,
196
+ "grad_norm": 11.844949722290039,
197
+ "learning_rate": 3.6666666666666666e-05,
198
+ "loss": 1.9635,
199
+ "step": 550
200
+ },
201
+ {
202
+ "epoch": 2.3,
203
+ "grad_norm": 11.696029663085938,
204
+ "learning_rate": 3.8333333333333334e-05,
205
+ "loss": 1.9717,
206
+ "step": 575
207
+ },
208
+ {
209
+ "epoch": 2.4,
210
+ "grad_norm": 10.775115966796875,
211
+ "learning_rate": 4e-05,
212
+ "loss": 1.99,
213
+ "step": 600
214
+ },
215
+ {
216
+ "epoch": 2.5,
217
+ "grad_norm": 12.655854225158691,
218
+ "learning_rate": 4.166666666666667e-05,
219
+ "loss": 1.9839,
220
+ "step": 625
221
+ },
222
+ {
223
+ "epoch": 2.6,
224
+ "grad_norm": 11.810218811035156,
225
+ "learning_rate": 4.3333333333333334e-05,
226
+ "loss": 1.9982,
227
+ "step": 650
228
+ },
229
+ {
230
+ "epoch": 2.7,
231
+ "grad_norm": 8.966118812561035,
232
+ "learning_rate": 4.5e-05,
233
+ "loss": 1.9561,
234
+ "step": 675
235
+ },
236
+ {
237
+ "epoch": 2.8,
238
+ "grad_norm": 14.116168975830078,
239
+ "learning_rate": 4.666666666666667e-05,
240
+ "loss": 1.9757,
241
+ "step": 700
242
+ },
243
+ {
244
+ "epoch": 2.9,
245
+ "grad_norm": 26.801786422729492,
246
+ "learning_rate": 4.8333333333333334e-05,
247
+ "loss": 2.0137,
248
+ "step": 725
249
+ },
250
+ {
251
+ "epoch": 3.0,
252
+ "grad_norm": 21.48545265197754,
253
+ "learning_rate": 5e-05,
254
+ "loss": 2.0136,
255
+ "step": 750
256
+ },
257
+ {
258
+ "epoch": 3.0,
259
+ "eval_accuracy": 0.234,
260
+ "eval_f1_macro": 0.17560544673032039,
261
+ "eval_f1_micro": 0.234,
262
+ "eval_f1_weighted": 0.17560544673032036,
263
+ "eval_loss": 2.0163416862487793,
264
+ "eval_precision_macro": 0.3230402136577736,
265
+ "eval_precision_micro": 0.234,
266
+ "eval_precision_weighted": 0.3230402136577736,
267
+ "eval_recall_macro": 0.23400000000000004,
268
+ "eval_recall_micro": 0.234,
269
+ "eval_recall_weighted": 0.234,
270
+ "eval_runtime": 5.9722,
271
+ "eval_samples_per_second": 334.883,
272
+ "eval_steps_per_second": 5.358,
273
+ "step": 750
274
+ }
275
+ ],
276
+ "logging_steps": 25,
277
+ "max_steps": 7500,
278
+ "num_input_tokens_seen": 0,
279
+ "num_train_epochs": 30,
280
+ "save_steps": 500,
281
+ "stateful_callbacks": {
282
+ "EarlyStoppingCallback": {
283
+ "args": {
284
+ "early_stopping_patience": 5,
285
+ "early_stopping_threshold": 0.01
286
+ },
287
+ "attributes": {
288
+ "early_stopping_patience_counter": 0
289
+ }
290
+ },
291
+ "TrainerControl": {
292
+ "args": {
293
+ "should_epoch_stop": false,
294
+ "should_evaluate": false,
295
+ "should_log": false,
296
+ "should_save": true,
297
+ "should_training_stop": false
298
+ },
299
+ "attributes": {}
300
+ }
301
+ },
302
+ "total_flos": 5591739389706240.0,
303
+ "train_batch_size": 16,
304
+ "trial_name": null,
305
+ "trial_params": null
306
+ }
checkpoint-750/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434f572b9ba41a9bce30f07ae3bc12b581eb66be4c641233e031b89b375065a8
3
+ size 5176
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/xlm-roberta-large",
3
+ "_num_labels": 10,
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": 1024,
14
+ "id2label": {
15
+ "0": "AR",
16
+ "1": "BR",
17
+ "2": "CN",
18
+ "3": "FR",
19
+ "4": "IL",
20
+ "5": "IQ",
21
+ "6": "IT",
22
+ "7": "JP",
23
+ "8": "KR",
24
+ "9": "RU"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
+ "label2id": {
29
+ "AR": 0,
30
+ "BR": 1,
31
+ "CN": 2,
32
+ "FR": 3,
33
+ "IL": 4,
34
+ "IQ": 5,
35
+ "IT": 6,
36
+ "JP": 7,
37
+ "KR": 8,
38
+ "RU": 9
39
+ },
40
+ "layer_norm_eps": 1e-05,
41
+ "max_position_embeddings": 514,
42
+ "model_type": "xlm-roberta",
43
+ "num_attention_heads": 16,
44
+ "num_hidden_layers": 24,
45
+ "output_past": true,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.44.1",
51
+ "type_vocab_size": 1,
52
+ "use_cache": true,
53
+ "vocab_size": 250002
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b54fc65585891e0a96fc4e750f2cd7fede7dba2feb83a7a6c0237f998cc755c
3
+ size 2239651472
runs/Sep10_22-03-10_irl-24/events.out.tfevents.1725973393.irl-24.215584.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2712e808e4bfa8f450073fefb15f92c0e2865d3ed6eab5820b9df1f7b26aeac5
3
- size 17684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493847c464fafc507eff6ccf4905fcef1812788299a438682d13e338e1fae161
3
+ size 29177
runs/Sep10_22-03-10_irl-24/events.out.tfevents.1725974543.irl-24.215584.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad1c7d3a7de5b292745c18f5a8beb59f2677c5943d81817dac7055acdca5353d
3
+ size 921
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:3c088c06cf975b7097e469bd69630cdb0d675c6db1ce3af1042b6e19c6d01f22
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": true,
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:434f572b9ba41a9bce30f07ae3bc12b581eb66be4c641233e031b89b375065a8
3
+ size 5176
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "910-3-roberta-10/autotrain-data",
3
+ "model": "FacebookAI/xlm-roberta-large",
4
+ "lr": 5e-05,
5
+ "epochs": 30,
6
+ "max_seq_length": 128,
7
+ "batch_size": 16,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "cosine_with_restarts",
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": "910-3-roberta-10",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "none",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "dzd828",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }