kafikani commited on
Commit
69795b7
·
verified ·
1 Parent(s): 15254a3

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.20468038320541382
17
+
18
+ f1_macro: 0.5346970986126391
19
+
20
+ f1_micro: 0.9440559440559441
21
+
22
+ f1_weighted: 0.9410445215583293
23
+
24
+ precision_macro: 0.5573908674461452
25
+
26
+ precision_micro: 0.9440559440559441
27
+
28
+ precision_weighted: 0.9419302500177272
29
+
30
+ recall_macro: 0.5198802592658838
31
+
32
+ recall_micro: 0.9440559440559441
33
+
34
+ recall_weighted: 0.9440559440559441
35
+
36
+ accuracy: 0.9440559440559441
checkpoint-753/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 5,
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": "16",
15
+ "1": "nan",
16
+ "2": "negative",
17
+ "3": "neutral",
18
+ "4": "positive"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "16": 0,
24
+ "nan": 1,
25
+ "negative": 2,
26
+ "neutral": 3,
27
+ "positive": 4
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
+ "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.45.0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 30522
42
+ }
checkpoint-753/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2622cb6fce647d749ff91990e9991b1c1da9144960f862c78806a41b63423213
3
+ size 437967876
checkpoint-753/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11325d35e504142f3a380bd2221068c512ceddfab9cb5b8243152f8ec55ebd0f
3
+ size 876051194
checkpoint-753/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a66866a018df1097dc9ce6063814a9951f38a2f59f78f8c285acd273c4467b5f
3
+ size 13990
checkpoint-753/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6f2b87db404cfebc70e7cab2d10769b0e1d9d8dc10a01cf280626b95d54b1b
3
+ size 1064
checkpoint-753/trainer_state.json ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.20468038320541382,
3
+ "best_model_checkpoint": "autotrain-o5mxr-bsop6/checkpoint-753",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 753,
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.099601593625498,
13
+ "grad_norm": 5.523846626281738,
14
+ "learning_rate": 1.6447368421052635e-05,
15
+ "loss": 1.3608,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.199203187250996,
20
+ "grad_norm": 4.111423969268799,
21
+ "learning_rate": 3.289473684210527e-05,
22
+ "loss": 1.0428,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.29880478087649404,
27
+ "grad_norm": 5.932701110839844,
28
+ "learning_rate": 4.9342105263157894e-05,
29
+ "loss": 0.824,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.398406374501992,
34
+ "grad_norm": 14.16284465789795,
35
+ "learning_rate": 4.82274741506647e-05,
36
+ "loss": 0.8565,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.49800796812749004,
41
+ "grad_norm": 7.437353610992432,
42
+ "learning_rate": 4.638109305760709e-05,
43
+ "loss": 0.7849,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.5976095617529881,
48
+ "grad_norm": 14.002378463745117,
49
+ "learning_rate": 4.453471196454949e-05,
50
+ "loss": 0.6819,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.6972111553784861,
55
+ "grad_norm": 7.128929138183594,
56
+ "learning_rate": 4.2688330871491875e-05,
57
+ "loss": 0.9145,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.796812749003984,
62
+ "grad_norm": 7.11976432800293,
63
+ "learning_rate": 4.084194977843427e-05,
64
+ "loss": 0.7596,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.896414342629482,
69
+ "grad_norm": 10.390266418457031,
70
+ "learning_rate": 3.8995568685376664e-05,
71
+ "loss": 0.704,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.9960159362549801,
76
+ "grad_norm": 8.346457481384277,
77
+ "learning_rate": 3.714918759231906e-05,
78
+ "loss": 0.6437,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "eval_accuracy": 0.8041958041958042,
84
+ "eval_f1_macro": 0.36845586105500655,
85
+ "eval_f1_micro": 0.8041958041958042,
86
+ "eval_f1_weighted": 0.7771738216042354,
87
+ "eval_loss": 0.5281614065170288,
88
+ "eval_precision_macro": 0.4761472822311331,
89
+ "eval_precision_micro": 0.8041958041958042,
90
+ "eval_precision_weighted": 0.80077693322795,
91
+ "eval_recall_macro": 0.36810085833863637,
92
+ "eval_recall_micro": 0.8041958041958042,
93
+ "eval_recall_weighted": 0.8041958041958042,
94
+ "eval_runtime": 359.8505,
95
+ "eval_samples_per_second": 5.563,
96
+ "eval_steps_per_second": 0.35,
97
+ "step": 251
98
+ },
99
+ {
100
+ "epoch": 1.095617529880478,
101
+ "grad_norm": 4.572272300720215,
102
+ "learning_rate": 3.5302806499261446e-05,
103
+ "loss": 0.6044,
104
+ "step": 275
105
+ },
106
+ {
107
+ "epoch": 1.1952191235059761,
108
+ "grad_norm": 3.9493234157562256,
109
+ "learning_rate": 3.345642540620384e-05,
110
+ "loss": 0.6022,
111
+ "step": 300
112
+ },
113
+ {
114
+ "epoch": 1.294820717131474,
115
+ "grad_norm": 6.116109848022461,
116
+ "learning_rate": 3.1610044313146235e-05,
117
+ "loss": 0.494,
118
+ "step": 325
119
+ },
120
+ {
121
+ "epoch": 1.3944223107569722,
122
+ "grad_norm": 11.72847843170166,
123
+ "learning_rate": 2.976366322008863e-05,
124
+ "loss": 0.5509,
125
+ "step": 350
126
+ },
127
+ {
128
+ "epoch": 1.4940239043824701,
129
+ "grad_norm": 6.265529632568359,
130
+ "learning_rate": 2.791728212703102e-05,
131
+ "loss": 0.5268,
132
+ "step": 375
133
+ },
134
+ {
135
+ "epoch": 1.593625498007968,
136
+ "grad_norm": 5.475246906280518,
137
+ "learning_rate": 2.6070901033973415e-05,
138
+ "loss": 0.6499,
139
+ "step": 400
140
+ },
141
+ {
142
+ "epoch": 1.6932270916334662,
143
+ "grad_norm": 5.1211256980896,
144
+ "learning_rate": 2.4224519940915806e-05,
145
+ "loss": 0.5373,
146
+ "step": 425
147
+ },
148
+ {
149
+ "epoch": 1.792828685258964,
150
+ "grad_norm": 2.6638262271881104,
151
+ "learning_rate": 2.23781388478582e-05,
152
+ "loss": 0.4476,
153
+ "step": 450
154
+ },
155
+ {
156
+ "epoch": 1.8924302788844622,
157
+ "grad_norm": 45.47649383544922,
158
+ "learning_rate": 2.053175775480059e-05,
159
+ "loss": 0.5096,
160
+ "step": 475
161
+ },
162
+ {
163
+ "epoch": 1.9920318725099602,
164
+ "grad_norm": 6.048641204833984,
165
+ "learning_rate": 1.8685376661742986e-05,
166
+ "loss": 0.424,
167
+ "step": 500
168
+ },
169
+ {
170
+ "epoch": 2.0,
171
+ "eval_accuracy": 0.9100899100899101,
172
+ "eval_f1_macro": 0.4902522309112827,
173
+ "eval_f1_micro": 0.9100899100899101,
174
+ "eval_f1_weighted": 0.9024494723879539,
175
+ "eval_loss": 0.2924034893512726,
176
+ "eval_precision_macro": 0.5296504253394911,
177
+ "eval_precision_micro": 0.9100899100899101,
178
+ "eval_precision_weighted": 0.9052689915360643,
179
+ "eval_recall_macro": 0.4726016384805666,
180
+ "eval_recall_micro": 0.9100899100899101,
181
+ "eval_recall_weighted": 0.9100899100899101,
182
+ "eval_runtime": 365.8456,
183
+ "eval_samples_per_second": 5.472,
184
+ "eval_steps_per_second": 0.344,
185
+ "step": 502
186
+ },
187
+ {
188
+ "epoch": 2.091633466135458,
189
+ "grad_norm": 2.1055290699005127,
190
+ "learning_rate": 1.6838995568685377e-05,
191
+ "loss": 0.4131,
192
+ "step": 525
193
+ },
194
+ {
195
+ "epoch": 2.191235059760956,
196
+ "grad_norm": 22.558122634887695,
197
+ "learning_rate": 1.499261447562777e-05,
198
+ "loss": 0.3949,
199
+ "step": 550
200
+ },
201
+ {
202
+ "epoch": 2.2908366533864544,
203
+ "grad_norm": 9.2990083694458,
204
+ "learning_rate": 1.3146233382570164e-05,
205
+ "loss": 0.2408,
206
+ "step": 575
207
+ },
208
+ {
209
+ "epoch": 2.3904382470119523,
210
+ "grad_norm": 23.017541885375977,
211
+ "learning_rate": 1.1299852289512555e-05,
212
+ "loss": 0.2457,
213
+ "step": 600
214
+ },
215
+ {
216
+ "epoch": 2.49003984063745,
217
+ "grad_norm": 0.9120715260505676,
218
+ "learning_rate": 9.45347119645495e-06,
219
+ "loss": 0.3485,
220
+ "step": 625
221
+ },
222
+ {
223
+ "epoch": 2.589641434262948,
224
+ "grad_norm": 2.4525136947631836,
225
+ "learning_rate": 7.607090103397342e-06,
226
+ "loss": 0.2528,
227
+ "step": 650
228
+ },
229
+ {
230
+ "epoch": 2.6892430278884465,
231
+ "grad_norm": 10.707359313964844,
232
+ "learning_rate": 5.760709010339734e-06,
233
+ "loss": 0.298,
234
+ "step": 675
235
+ },
236
+ {
237
+ "epoch": 2.7888446215139444,
238
+ "grad_norm": 24.448265075683594,
239
+ "learning_rate": 3.914327917282127e-06,
240
+ "loss": 0.2448,
241
+ "step": 700
242
+ },
243
+ {
244
+ "epoch": 2.8884462151394423,
245
+ "grad_norm": 1.235875129699707,
246
+ "learning_rate": 2.06794682422452e-06,
247
+ "loss": 0.4039,
248
+ "step": 725
249
+ },
250
+ {
251
+ "epoch": 2.9880478087649402,
252
+ "grad_norm": 9.670615196228027,
253
+ "learning_rate": 2.215657311669129e-07,
254
+ "loss": 0.3307,
255
+ "step": 750
256
+ },
257
+ {
258
+ "epoch": 3.0,
259
+ "eval_accuracy": 0.9440559440559441,
260
+ "eval_f1_macro": 0.5346970986126391,
261
+ "eval_f1_micro": 0.9440559440559441,
262
+ "eval_f1_weighted": 0.9410445215583293,
263
+ "eval_loss": 0.20468038320541382,
264
+ "eval_precision_macro": 0.5573908674461452,
265
+ "eval_precision_micro": 0.9440559440559441,
266
+ "eval_precision_weighted": 0.9419302500177272,
267
+ "eval_recall_macro": 0.5198802592658838,
268
+ "eval_recall_micro": 0.9440559440559441,
269
+ "eval_recall_weighted": 0.9440559440559441,
270
+ "eval_runtime": 338.5361,
271
+ "eval_samples_per_second": 5.914,
272
+ "eval_steps_per_second": 0.372,
273
+ "step": 753
274
+ }
275
+ ],
276
+ "logging_steps": 25,
277
+ "max_steps": 753,
278
+ "num_input_tokens_seen": 0,
279
+ "num_train_epochs": 3,
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": true
298
+ },
299
+ "attributes": {}
300
+ }
301
+ },
302
+ "total_flos": 395071890909696.0,
303
+ "train_batch_size": 8,
304
+ "trial_name": null,
305
+ "trial_params": null
306
+ }
checkpoint-753/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba5126c6dd21967b1fec570187dd4d4aadfe22f8a695a65d708bcdfc7229c37
3
+ size 5240
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 5,
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": "16",
15
+ "1": "nan",
16
+ "2": "negative",
17
+ "3": "neutral",
18
+ "4": "positive"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "16": 0,
24
+ "nan": 1,
25
+ "negative": 2,
26
+ "neutral": 3,
27
+ "positive": 4
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
+ "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.45.0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 30522
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2622cb6fce647d749ff91990e9991b1c1da9144960f862c78806a41b63423213
3
+ size 437967876
runs/Oct07_13-14-30_r-kafikani-autotrain-advanced-v2-rj0fn53v-b61c9-bn01w/events.out.tfevents.1728306878.r-kafikani-autotrain-advanced-v2-rj0fn53v-b61c9-bn01w.125.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51c864b866e61c8f707ebc546ecdfc2b6ab0ebb956e61a925b575cf53dd24ba1
3
- size 12145
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634e311ae809a6412732353986f5304ecfdb13901e8844161b97a50ea4e4e0e3
3
+ size 14387
runs/Oct07_13-14-30_r-kafikani-autotrain-advanced-v2-rj0fn53v-b61c9-bn01w/events.out.tfevents.1728312304.r-kafikani-autotrain-advanced-v2-rj0fn53v-b61c9-bn01w.125.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a61d05ab50b9dc18adf4b7e4f7d0cebc2efc9bd58f3644032e9d1e47ae3f9f3
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba5126c6dd21967b1fec570187dd4d4aadfe22f8a695a65d708bcdfc7229c37
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-o5mxr-bsop6/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-o5mxr-bsop6",
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": "kafikani",
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