zkava01 commited on
Commit
dbc716a
·
verified ·
1 Parent(s): 259343b

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: google-bert/bert-base-uncased
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.799523115158081
17
+
18
+ f1_macro: 0.4213571908203974
19
+
20
+ f1_micro: 0.6363636363636364
21
+
22
+ f1_weighted: 0.5894579459723435
23
+
24
+ precision_macro: 0.7132756132756133
25
+
26
+ precision_micro: 0.6363636363636364
27
+
28
+ precision_weighted: 0.6391250163977437
29
+
30
+ recall_macro: 0.41007566007566004
31
+
32
+ recall_micro: 0.6363636363636364
33
+
34
+ recall_weighted: 0.6363636363636364
35
+
36
+ accuracy: 0.6363636363636364
checkpoint-132/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "0",
15
+ "1": "1",
16
+ "2": "2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1,
23
+ "2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.47.1",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
checkpoint-132/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057d57f4585c4c1281a61de6da39e3fd5864cfbe14f90058a86befdaf3cb695f
3
+ size 437961724
checkpoint-132/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b19468ce179fde653207087ea03c1dece061c74dd7fd0c688717777426e21293
3
+ size 876038906
checkpoint-132/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60eda8ba0bce81eec69d5c5104d3e5140f7eb59de40ce34a84ba9fc7e0f59f12
3
+ size 13990
checkpoint-132/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6ae674d8e9431da0fc9aebc0f06f3a41974a0580b83ac33049745588218c6b
3
+ size 1064
checkpoint-132/trainer_state.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.799523115158081,
3
+ "best_model_checkpoint": "autotrain-v6j0j-vgrze/checkpoint-132",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 132,
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.045454545454545456,
13
+ "grad_norm": 12.215251922607422,
14
+ "learning_rate": 7.5e-06,
15
+ "loss": 1.0564,
16
+ "step": 3
17
+ },
18
+ {
19
+ "epoch": 0.09090909090909091,
20
+ "grad_norm": 5.544069290161133,
21
+ "learning_rate": 1.5e-05,
22
+ "loss": 1.0358,
23
+ "step": 6
24
+ },
25
+ {
26
+ "epoch": 0.13636363636363635,
27
+ "grad_norm": 5.212268352508545,
28
+ "learning_rate": 2.25e-05,
29
+ "loss": 1.0246,
30
+ "step": 9
31
+ },
32
+ {
33
+ "epoch": 0.18181818181818182,
34
+ "grad_norm": 7.0390214920043945,
35
+ "learning_rate": 3e-05,
36
+ "loss": 1.0396,
37
+ "step": 12
38
+ },
39
+ {
40
+ "epoch": 0.22727272727272727,
41
+ "grad_norm": 6.967841148376465,
42
+ "learning_rate": 3.7500000000000003e-05,
43
+ "loss": 0.9888,
44
+ "step": 15
45
+ },
46
+ {
47
+ "epoch": 0.2727272727272727,
48
+ "grad_norm": 4.944703102111816,
49
+ "learning_rate": 4.5e-05,
50
+ "loss": 0.8724,
51
+ "step": 18
52
+ },
53
+ {
54
+ "epoch": 0.3181818181818182,
55
+ "grad_norm": 8.376965522766113,
56
+ "learning_rate": 4.971910112359551e-05,
57
+ "loss": 1.0079,
58
+ "step": 21
59
+ },
60
+ {
61
+ "epoch": 0.36363636363636365,
62
+ "grad_norm": 4.520912170410156,
63
+ "learning_rate": 4.8876404494382024e-05,
64
+ "loss": 0.7559,
65
+ "step": 24
66
+ },
67
+ {
68
+ "epoch": 0.4090909090909091,
69
+ "grad_norm": 5.39162540435791,
70
+ "learning_rate": 4.803370786516854e-05,
71
+ "loss": 0.8449,
72
+ "step": 27
73
+ },
74
+ {
75
+ "epoch": 0.45454545454545453,
76
+ "grad_norm": 5.5604400634765625,
77
+ "learning_rate": 4.719101123595506e-05,
78
+ "loss": 0.7637,
79
+ "step": 30
80
+ },
81
+ {
82
+ "epoch": 0.5,
83
+ "grad_norm": 8.486992835998535,
84
+ "learning_rate": 4.6348314606741575e-05,
85
+ "loss": 0.7665,
86
+ "step": 33
87
+ },
88
+ {
89
+ "epoch": 0.5454545454545454,
90
+ "grad_norm": 7.629758834838867,
91
+ "learning_rate": 4.550561797752809e-05,
92
+ "loss": 0.7202,
93
+ "step": 36
94
+ },
95
+ {
96
+ "epoch": 0.5909090909090909,
97
+ "grad_norm": 5.846027851104736,
98
+ "learning_rate": 4.4662921348314605e-05,
99
+ "loss": 0.9322,
100
+ "step": 39
101
+ },
102
+ {
103
+ "epoch": 0.6363636363636364,
104
+ "grad_norm": 6.9962944984436035,
105
+ "learning_rate": 4.3820224719101126e-05,
106
+ "loss": 0.9569,
107
+ "step": 42
108
+ },
109
+ {
110
+ "epoch": 0.6818181818181818,
111
+ "grad_norm": 3.9776809215545654,
112
+ "learning_rate": 4.297752808988764e-05,
113
+ "loss": 0.932,
114
+ "step": 45
115
+ },
116
+ {
117
+ "epoch": 0.7272727272727273,
118
+ "grad_norm": 4.758964538574219,
119
+ "learning_rate": 4.2134831460674156e-05,
120
+ "loss": 0.9228,
121
+ "step": 48
122
+ },
123
+ {
124
+ "epoch": 0.7727272727272727,
125
+ "grad_norm": 7.231476783752441,
126
+ "learning_rate": 4.129213483146068e-05,
127
+ "loss": 0.8918,
128
+ "step": 51
129
+ },
130
+ {
131
+ "epoch": 0.8181818181818182,
132
+ "grad_norm": 6.340668201446533,
133
+ "learning_rate": 4.044943820224719e-05,
134
+ "loss": 0.8245,
135
+ "step": 54
136
+ },
137
+ {
138
+ "epoch": 0.8636363636363636,
139
+ "grad_norm": 8.802640914916992,
140
+ "learning_rate": 3.960674157303371e-05,
141
+ "loss": 0.8416,
142
+ "step": 57
143
+ },
144
+ {
145
+ "epoch": 0.9090909090909091,
146
+ "grad_norm": 7.027118682861328,
147
+ "learning_rate": 3.876404494382023e-05,
148
+ "loss": 1.0161,
149
+ "step": 60
150
+ },
151
+ {
152
+ "epoch": 0.9545454545454546,
153
+ "grad_norm": 4.328710079193115,
154
+ "learning_rate": 3.792134831460674e-05,
155
+ "loss": 0.6521,
156
+ "step": 63
157
+ },
158
+ {
159
+ "epoch": 1.0,
160
+ "grad_norm": 7.209197044372559,
161
+ "learning_rate": 3.7078651685393264e-05,
162
+ "loss": 0.6134,
163
+ "step": 66
164
+ },
165
+ {
166
+ "epoch": 1.0,
167
+ "eval_accuracy": 0.6363636363636364,
168
+ "eval_f1_macro": 0.25925925925925924,
169
+ "eval_f1_micro": 0.6363636363636364,
170
+ "eval_f1_weighted": 0.4949494949494949,
171
+ "eval_loss": 0.9124495983123779,
172
+ "eval_precision_macro": 0.21212121212121213,
173
+ "eval_precision_micro": 0.6363636363636364,
174
+ "eval_precision_weighted": 0.4049586776859504,
175
+ "eval_recall_macro": 0.3333333333333333,
176
+ "eval_recall_micro": 0.6363636363636364,
177
+ "eval_recall_weighted": 0.6363636363636364,
178
+ "eval_runtime": 21.8205,
179
+ "eval_samples_per_second": 6.049,
180
+ "eval_steps_per_second": 0.412,
181
+ "step": 66
182
+ },
183
+ {
184
+ "epoch": 1.0454545454545454,
185
+ "grad_norm": 11.193312644958496,
186
+ "learning_rate": 3.623595505617978e-05,
187
+ "loss": 1.0391,
188
+ "step": 69
189
+ },
190
+ {
191
+ "epoch": 1.0909090909090908,
192
+ "grad_norm": 7.203339576721191,
193
+ "learning_rate": 3.5393258426966294e-05,
194
+ "loss": 0.8899,
195
+ "step": 72
196
+ },
197
+ {
198
+ "epoch": 1.1363636363636362,
199
+ "grad_norm": 7.495086669921875,
200
+ "learning_rate": 3.455056179775281e-05,
201
+ "loss": 0.8276,
202
+ "step": 75
203
+ },
204
+ {
205
+ "epoch": 1.1818181818181819,
206
+ "grad_norm": 6.776193141937256,
207
+ "learning_rate": 3.370786516853933e-05,
208
+ "loss": 0.5918,
209
+ "step": 78
210
+ },
211
+ {
212
+ "epoch": 1.2272727272727273,
213
+ "grad_norm": 5.164544105529785,
214
+ "learning_rate": 3.2865168539325845e-05,
215
+ "loss": 0.4893,
216
+ "step": 81
217
+ },
218
+ {
219
+ "epoch": 1.2727272727272727,
220
+ "grad_norm": 9.09774398803711,
221
+ "learning_rate": 3.202247191011236e-05,
222
+ "loss": 0.7136,
223
+ "step": 84
224
+ },
225
+ {
226
+ "epoch": 1.3181818181818181,
227
+ "grad_norm": 10.055578231811523,
228
+ "learning_rate": 3.1179775280898874e-05,
229
+ "loss": 0.7248,
230
+ "step": 87
231
+ },
232
+ {
233
+ "epoch": 1.3636363636363638,
234
+ "grad_norm": 15.217818260192871,
235
+ "learning_rate": 3.0337078651685396e-05,
236
+ "loss": 0.621,
237
+ "step": 90
238
+ },
239
+ {
240
+ "epoch": 1.4090909090909092,
241
+ "grad_norm": 5.431407451629639,
242
+ "learning_rate": 2.949438202247191e-05,
243
+ "loss": 0.5777,
244
+ "step": 93
245
+ },
246
+ {
247
+ "epoch": 1.4545454545454546,
248
+ "grad_norm": 8.047085762023926,
249
+ "learning_rate": 2.8651685393258425e-05,
250
+ "loss": 0.5288,
251
+ "step": 96
252
+ },
253
+ {
254
+ "epoch": 1.5,
255
+ "grad_norm": 9.707415580749512,
256
+ "learning_rate": 2.7808988764044946e-05,
257
+ "loss": 0.8544,
258
+ "step": 99
259
+ },
260
+ {
261
+ "epoch": 1.5454545454545454,
262
+ "grad_norm": 10.858566284179688,
263
+ "learning_rate": 2.696629213483146e-05,
264
+ "loss": 0.7871,
265
+ "step": 102
266
+ },
267
+ {
268
+ "epoch": 1.5909090909090908,
269
+ "grad_norm": 11.408150672912598,
270
+ "learning_rate": 2.6123595505617983e-05,
271
+ "loss": 0.9048,
272
+ "step": 105
273
+ },
274
+ {
275
+ "epoch": 1.6363636363636362,
276
+ "grad_norm": 8.766745567321777,
277
+ "learning_rate": 2.5280898876404497e-05,
278
+ "loss": 0.664,
279
+ "step": 108
280
+ },
281
+ {
282
+ "epoch": 1.6818181818181817,
283
+ "grad_norm": 6.080604076385498,
284
+ "learning_rate": 2.4438202247191012e-05,
285
+ "loss": 0.6889,
286
+ "step": 111
287
+ },
288
+ {
289
+ "epoch": 1.7272727272727273,
290
+ "grad_norm": 9.023200988769531,
291
+ "learning_rate": 2.359550561797753e-05,
292
+ "loss": 0.6637,
293
+ "step": 114
294
+ },
295
+ {
296
+ "epoch": 1.7727272727272727,
297
+ "grad_norm": 21.281618118286133,
298
+ "learning_rate": 2.2752808988764045e-05,
299
+ "loss": 0.993,
300
+ "step": 117
301
+ },
302
+ {
303
+ "epoch": 1.8181818181818183,
304
+ "grad_norm": 9.379054069519043,
305
+ "learning_rate": 2.1910112359550563e-05,
306
+ "loss": 0.641,
307
+ "step": 120
308
+ },
309
+ {
310
+ "epoch": 1.8636363636363638,
311
+ "grad_norm": 8.74691104888916,
312
+ "learning_rate": 2.1067415730337078e-05,
313
+ "loss": 0.9741,
314
+ "step": 123
315
+ },
316
+ {
317
+ "epoch": 1.9090909090909092,
318
+ "grad_norm": 8.757966041564941,
319
+ "learning_rate": 2.0224719101123596e-05,
320
+ "loss": 0.7756,
321
+ "step": 126
322
+ },
323
+ {
324
+ "epoch": 1.9545454545454546,
325
+ "grad_norm": 9.220254898071289,
326
+ "learning_rate": 1.9382022471910114e-05,
327
+ "loss": 0.5357,
328
+ "step": 129
329
+ },
330
+ {
331
+ "epoch": 2.0,
332
+ "grad_norm": 7.899024963378906,
333
+ "learning_rate": 1.8539325842696632e-05,
334
+ "loss": 0.4709,
335
+ "step": 132
336
+ },
337
+ {
338
+ "epoch": 2.0,
339
+ "eval_accuracy": 0.6363636363636364,
340
+ "eval_f1_macro": 0.4213571908203974,
341
+ "eval_f1_micro": 0.6363636363636364,
342
+ "eval_f1_weighted": 0.5894579459723435,
343
+ "eval_loss": 0.799523115158081,
344
+ "eval_precision_macro": 0.7132756132756133,
345
+ "eval_precision_micro": 0.6363636363636364,
346
+ "eval_precision_weighted": 0.6391250163977437,
347
+ "eval_recall_macro": 0.41007566007566004,
348
+ "eval_recall_micro": 0.6363636363636364,
349
+ "eval_recall_weighted": 0.6363636363636364,
350
+ "eval_runtime": 22.9495,
351
+ "eval_samples_per_second": 5.752,
352
+ "eval_steps_per_second": 0.392,
353
+ "step": 132
354
+ }
355
+ ],
356
+ "logging_steps": 3,
357
+ "max_steps": 198,
358
+ "num_input_tokens_seen": 0,
359
+ "num_train_epochs": 3,
360
+ "save_steps": 500,
361
+ "stateful_callbacks": {
362
+ "EarlyStoppingCallback": {
363
+ "args": {
364
+ "early_stopping_patience": 5,
365
+ "early_stopping_threshold": 0.01
366
+ },
367
+ "attributes": {
368
+ "early_stopping_patience_counter": 0
369
+ }
370
+ },
371
+ "TrainerControl": {
372
+ "args": {
373
+ "should_epoch_stop": false,
374
+ "should_evaluate": false,
375
+ "should_log": false,
376
+ "should_save": true,
377
+ "should_training_stop": false
378
+ },
379
+ "attributes": {}
380
+ }
381
+ },
382
+ "total_flos": 69330385571328.0,
383
+ "train_batch_size": 8,
384
+ "trial_name": null,
385
+ "trial_params": null
386
+ }
checkpoint-132/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27aa73565d96fdaa634518a4591b859251b1d16e6afcf363961834e22baf3406
3
+ size 5368
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "0",
15
+ "1": "1",
16
+ "2": "2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1,
23
+ "2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.47.1",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057d57f4585c4c1281a61de6da39e3fd5864cfbe14f90058a86befdaf3cb695f
3
+ size 437961724
runs/Jan08_15-14-57_r-zkava01-updatedtone-821a8nhg-29aa1-l3ncu/events.out.tfevents.1736349299.r-zkava01-updatedtone-821a8nhg-29aa1-l3ncu.104.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3abf9fe50e52b4fca71fbdf84ec4b2e1a56ce71bf7f980e8abd712e8db941b90
3
- size 13908
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272c2333f1b387885240a5a218654e2a87feab3c0ac0e356f5578d16e8182b76
3
+ size 21820
runs/Jan08_15-14-57_r-zkava01-updatedtone-821a8nhg-29aa1-l3ncu/events.out.tfevents.1736350403.r-zkava01-updatedtone-821a8nhg-29aa1-l3ncu.104.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363d18fd229484f62d57daaf1a6e4b47ca35bd1e04dba1c5290c9dc7bf078021
3
+ size 921
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27aa73565d96fdaa634518a4591b859251b1d16e6afcf363961834e22baf3406
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-v6j0j-vgrze/autotrain-data",
3
+ "model": "google-bert/bert-base-uncased",
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-v6j0j-vgrze",
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": "zkava01",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff