wangrongsheng commited on
Commit
1723285
1 Parent(s): e34b97c

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.6774867177009583
17
+
18
+ f1_macro: 0.6839774417313933
19
+
20
+ f1_micro: 0.7177177177177178
21
+
22
+ f1_weighted: 0.7107988255501857
23
+
24
+ precision_macro: 0.7089199316136637
25
+
26
+ precision_micro: 0.7177177177177178
27
+
28
+ precision_weighted: 0.7240729310198633
29
+
30
+ recall_macro: 0.6773815101662369
31
+
32
+ recall_micro: 0.7177177177177178
33
+
34
+ recall_weighted: 0.7177177177177178
35
+
36
+ accuracy: 0.7177177177177178
checkpoint-1000/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.45.0",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 50265
39
+ }
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fee1feee5845ef055879b996ffc2d6165dadbcc33308345edf32e6065f0bf77
3
+ size 498615900
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390128b24867d70f7b745270cce00675e98764d9adce1b6b53423c10e3780b0b
3
+ size 997351674
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b66eb8462f26ee453a8310396c637436290a60feb26e1c8e9baf9df72fb0490
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f84afb97863d979f20ce12ae5c712aa2e97571255a1443e24a47949a68da3bae
3
+ size 1064
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6774867177009583,
3
+ "best_model_checkpoint": "autotrain-xt6nb-pf6ri/checkpoint-1000",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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": 4.167473793029785,
14
+ "learning_rate": 8.000000000000001e-06,
15
+ "loss": 1.0876,
16
+ "step": 24
17
+ },
18
+ {
19
+ "epoch": 0.096,
20
+ "grad_norm": 5.14194917678833,
21
+ "learning_rate": 1.5666666666666667e-05,
22
+ "loss": 1.1048,
23
+ "step": 48
24
+ },
25
+ {
26
+ "epoch": 0.144,
27
+ "grad_norm": 8.47073745727539,
28
+ "learning_rate": 2.3666666666666668e-05,
29
+ "loss": 1.085,
30
+ "step": 72
31
+ },
32
+ {
33
+ "epoch": 0.192,
34
+ "grad_norm": 6.285531997680664,
35
+ "learning_rate": 3.1e-05,
36
+ "loss": 1.0327,
37
+ "step": 96
38
+ },
39
+ {
40
+ "epoch": 0.24,
41
+ "grad_norm": 10.787246704101562,
42
+ "learning_rate": 3.9000000000000006e-05,
43
+ "loss": 1.0035,
44
+ "step": 120
45
+ },
46
+ {
47
+ "epoch": 0.288,
48
+ "grad_norm": 11.439258575439453,
49
+ "learning_rate": 4.7e-05,
50
+ "loss": 1.0177,
51
+ "step": 144
52
+ },
53
+ {
54
+ "epoch": 0.336,
55
+ "grad_norm": 6.169108867645264,
56
+ "learning_rate": 4.9444444444444446e-05,
57
+ "loss": 0.8407,
58
+ "step": 168
59
+ },
60
+ {
61
+ "epoch": 0.384,
62
+ "grad_norm": 7.220673084259033,
63
+ "learning_rate": 4.8592592592592596e-05,
64
+ "loss": 1.0002,
65
+ "step": 192
66
+ },
67
+ {
68
+ "epoch": 0.432,
69
+ "grad_norm": 8.805166244506836,
70
+ "learning_rate": 4.770370370370371e-05,
71
+ "loss": 0.8377,
72
+ "step": 216
73
+ },
74
+ {
75
+ "epoch": 0.48,
76
+ "grad_norm": 15.92953872680664,
77
+ "learning_rate": 4.681481481481482e-05,
78
+ "loss": 0.975,
79
+ "step": 240
80
+ },
81
+ {
82
+ "epoch": 0.528,
83
+ "grad_norm": 12.280447006225586,
84
+ "learning_rate": 4.592592592592593e-05,
85
+ "loss": 0.8324,
86
+ "step": 264
87
+ },
88
+ {
89
+ "epoch": 0.576,
90
+ "grad_norm": 7.390661716461182,
91
+ "learning_rate": 4.503703703703704e-05,
92
+ "loss": 0.8676,
93
+ "step": 288
94
+ },
95
+ {
96
+ "epoch": 0.624,
97
+ "grad_norm": 3.326416492462158,
98
+ "learning_rate": 4.414814814814815e-05,
99
+ "loss": 1.0311,
100
+ "step": 312
101
+ },
102
+ {
103
+ "epoch": 0.672,
104
+ "grad_norm": 1.4128365516662598,
105
+ "learning_rate": 4.325925925925926e-05,
106
+ "loss": 0.9408,
107
+ "step": 336
108
+ },
109
+ {
110
+ "epoch": 0.72,
111
+ "grad_norm": 1.4254629611968994,
112
+ "learning_rate": 4.237037037037037e-05,
113
+ "loss": 0.9534,
114
+ "step": 360
115
+ },
116
+ {
117
+ "epoch": 0.768,
118
+ "grad_norm": 5.265137195587158,
119
+ "learning_rate": 4.148148148148148e-05,
120
+ "loss": 0.8517,
121
+ "step": 384
122
+ },
123
+ {
124
+ "epoch": 0.816,
125
+ "grad_norm": 139.75430297851562,
126
+ "learning_rate": 4.059259259259259e-05,
127
+ "loss": 0.9692,
128
+ "step": 408
129
+ },
130
+ {
131
+ "epoch": 0.864,
132
+ "grad_norm": 172.7858123779297,
133
+ "learning_rate": 3.97037037037037e-05,
134
+ "loss": 0.9143,
135
+ "step": 432
136
+ },
137
+ {
138
+ "epoch": 0.912,
139
+ "grad_norm": 42.714324951171875,
140
+ "learning_rate": 3.885185185185186e-05,
141
+ "loss": 0.8104,
142
+ "step": 456
143
+ },
144
+ {
145
+ "epoch": 0.96,
146
+ "grad_norm": 7.165309906005859,
147
+ "learning_rate": 3.7962962962962964e-05,
148
+ "loss": 0.9425,
149
+ "step": 480
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.6906906906906907,
154
+ "eval_f1_macro": 0.6632603879089224,
155
+ "eval_f1_micro": 0.6906906906906907,
156
+ "eval_f1_weighted": 0.6878712561273783,
157
+ "eval_loss": 0.8078358769416809,
158
+ "eval_precision_macro": 0.6746375251220212,
159
+ "eval_precision_micro": 0.6906906906906907,
160
+ "eval_precision_weighted": 0.6963016741978844,
161
+ "eval_recall_macro": 0.6637361051449268,
162
+ "eval_recall_micro": 0.6906906906906907,
163
+ "eval_recall_weighted": 0.6906906906906907,
164
+ "eval_runtime": 2.1598,
165
+ "eval_samples_per_second": 462.551,
166
+ "eval_steps_per_second": 29.17,
167
+ "step": 500
168
+ },
169
+ {
170
+ "epoch": 1.008,
171
+ "grad_norm": 40.330535888671875,
172
+ "learning_rate": 3.7074074074074075e-05,
173
+ "loss": 0.8571,
174
+ "step": 504
175
+ },
176
+ {
177
+ "epoch": 1.056,
178
+ "grad_norm": 18.710975646972656,
179
+ "learning_rate": 3.6185185185185186e-05,
180
+ "loss": 0.8107,
181
+ "step": 528
182
+ },
183
+ {
184
+ "epoch": 1.104,
185
+ "grad_norm": 7.848007678985596,
186
+ "learning_rate": 3.52962962962963e-05,
187
+ "loss": 0.8219,
188
+ "step": 552
189
+ },
190
+ {
191
+ "epoch": 1.152,
192
+ "grad_norm": 12.77737808227539,
193
+ "learning_rate": 3.440740740740741e-05,
194
+ "loss": 0.6249,
195
+ "step": 576
196
+ },
197
+ {
198
+ "epoch": 1.2,
199
+ "grad_norm": 4.067225456237793,
200
+ "learning_rate": 3.351851851851852e-05,
201
+ "loss": 0.7372,
202
+ "step": 600
203
+ },
204
+ {
205
+ "epoch": 1.248,
206
+ "grad_norm": 22.771604537963867,
207
+ "learning_rate": 3.262962962962963e-05,
208
+ "loss": 0.6791,
209
+ "step": 624
210
+ },
211
+ {
212
+ "epoch": 1.296,
213
+ "grad_norm": 32.429100036621094,
214
+ "learning_rate": 3.174074074074074e-05,
215
+ "loss": 0.7434,
216
+ "step": 648
217
+ },
218
+ {
219
+ "epoch": 1.3439999999999999,
220
+ "grad_norm": 7.296426773071289,
221
+ "learning_rate": 3.0851851851851854e-05,
222
+ "loss": 0.7742,
223
+ "step": 672
224
+ },
225
+ {
226
+ "epoch": 1.392,
227
+ "grad_norm": 52.18477249145508,
228
+ "learning_rate": 2.9962962962962966e-05,
229
+ "loss": 0.7379,
230
+ "step": 696
231
+ },
232
+ {
233
+ "epoch": 1.44,
234
+ "grad_norm": 47.735477447509766,
235
+ "learning_rate": 2.9074074074074077e-05,
236
+ "loss": 0.7652,
237
+ "step": 720
238
+ },
239
+ {
240
+ "epoch": 1.488,
241
+ "grad_norm": 214.20318603515625,
242
+ "learning_rate": 2.8185185185185185e-05,
243
+ "loss": 0.6941,
244
+ "step": 744
245
+ },
246
+ {
247
+ "epoch": 1.536,
248
+ "grad_norm": 20.468931198120117,
249
+ "learning_rate": 2.7296296296296296e-05,
250
+ "loss": 0.7389,
251
+ "step": 768
252
+ },
253
+ {
254
+ "epoch": 1.584,
255
+ "grad_norm": 4.2643866539001465,
256
+ "learning_rate": 2.6407407407407408e-05,
257
+ "loss": 0.7372,
258
+ "step": 792
259
+ },
260
+ {
261
+ "epoch": 1.6320000000000001,
262
+ "grad_norm": 18.783554077148438,
263
+ "learning_rate": 2.551851851851852e-05,
264
+ "loss": 0.711,
265
+ "step": 816
266
+ },
267
+ {
268
+ "epoch": 1.6800000000000002,
269
+ "grad_norm": 28.915599822998047,
270
+ "learning_rate": 2.462962962962963e-05,
271
+ "loss": 0.7423,
272
+ "step": 840
273
+ },
274
+ {
275
+ "epoch": 1.728,
276
+ "grad_norm": 4.792373180389404,
277
+ "learning_rate": 2.3740740740740742e-05,
278
+ "loss": 0.6692,
279
+ "step": 864
280
+ },
281
+ {
282
+ "epoch": 1.776,
283
+ "grad_norm": 19.33057975769043,
284
+ "learning_rate": 2.2851851851851853e-05,
285
+ "loss": 0.631,
286
+ "step": 888
287
+ },
288
+ {
289
+ "epoch": 1.8239999999999998,
290
+ "grad_norm": 18.55846405029297,
291
+ "learning_rate": 2.1962962962962964e-05,
292
+ "loss": 0.6367,
293
+ "step": 912
294
+ },
295
+ {
296
+ "epoch": 1.8719999999999999,
297
+ "grad_norm": 5.190149784088135,
298
+ "learning_rate": 2.1074074074074072e-05,
299
+ "loss": 0.6872,
300
+ "step": 936
301
+ },
302
+ {
303
+ "epoch": 1.92,
304
+ "grad_norm": 38.714290618896484,
305
+ "learning_rate": 2.0185185185185187e-05,
306
+ "loss": 0.6252,
307
+ "step": 960
308
+ },
309
+ {
310
+ "epoch": 1.968,
311
+ "grad_norm": 20.541481018066406,
312
+ "learning_rate": 1.92962962962963e-05,
313
+ "loss": 0.6303,
314
+ "step": 984
315
+ },
316
+ {
317
+ "epoch": 2.0,
318
+ "eval_accuracy": 0.7177177177177178,
319
+ "eval_f1_macro": 0.6839774417313933,
320
+ "eval_f1_micro": 0.7177177177177178,
321
+ "eval_f1_weighted": 0.7107988255501857,
322
+ "eval_loss": 0.6774867177009583,
323
+ "eval_precision_macro": 0.7089199316136637,
324
+ "eval_precision_micro": 0.7177177177177178,
325
+ "eval_precision_weighted": 0.7240729310198633,
326
+ "eval_recall_macro": 0.6773815101662369,
327
+ "eval_recall_micro": 0.7177177177177178,
328
+ "eval_recall_weighted": 0.7177177177177178,
329
+ "eval_runtime": 2.1078,
330
+ "eval_samples_per_second": 473.965,
331
+ "eval_steps_per_second": 29.89,
332
+ "step": 1000
333
+ }
334
+ ],
335
+ "logging_steps": 24,
336
+ "max_steps": 1500,
337
+ "num_input_tokens_seen": 0,
338
+ "num_train_epochs": 3,
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": 8,
363
+ "trial_name": null,
364
+ "trial_params": null
365
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbef626c6609bae40dbb92611a35f5e4807ae1cc6704fcdfb0b6be6ade4deb57
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.45.0",
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:9fee1feee5845ef055879b996ffc2d6165dadbcc33308345edf32e6065f0bf77
3
+ size 498615900
runs/Oct08_13-38-18_488e8b10b557/events.out.tfevents.1728394700.488e8b10b557.3615.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d36c417c13b076f6a41e1b95b975b1d58c0f2cd906af6974318ad6ab3037b649
3
- size 4184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f683fa050a62c762a3e82ffe3aa461657ab6109c8d58165f3f60268de496ea3d
3
+ size 21047
runs/Oct08_13-38-18_488e8b10b557/events.out.tfevents.1728394904.488e8b10b557.3615.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2da90488bf5210e326d45186e88c2e90d2bd2f8ee2c53e96d53c5a95c83c84e
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:bbef626c6609bae40dbb92611a35f5e4807ae1cc6704fcdfb0b6be6ade4deb57
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-xt6nb-pf6ri/autotrain-data",
3
+ "model": "FacebookAI/roberta-base",
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-xt6nb-pf6ri",
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": "wangrongsheng",
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