NawinCom commited on
Commit
37a3d5e
1 Parent(s): aea89cc

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ widget:
7
+ - text: "I love AutoTrain"
8
+ datasets:
9
+ - BBC/autotrain-data
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.11368879675865173
18
+
19
+ f1_macro: 0.9748328397861948
20
+
21
+ f1_micro: 0.9752808988764045
22
+
23
+ f1_weighted: 0.9752071164560256
24
+
25
+ precision_macro: 0.9752973544608207
26
+
27
+ precision_micro: 0.9752808988764045
28
+
29
+ precision_weighted: 0.9756012580457148
30
+
31
+ recall_macro: 0.9748949579831934
32
+
33
+ recall_micro: 0.9752808988764045
34
+
35
+ recall_weighted: 0.9752808988764045
36
+
37
+ accuracy: 0.9752808988764045
checkpoint-446/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
+ "_num_labels": 5,
4
+ "activation": "gelu",
5
+ "architectures": [
6
+ "DistilBertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "dim": 768,
10
+ "dropout": 0.1,
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "business",
14
+ "1": "entertainment",
15
+ "2": "politics",
16
+ "3": "sport",
17
+ "4": "tech"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "business": 0,
22
+ "entertainment": 1,
23
+ "politics": 2,
24
+ "sport": 3,
25
+ "tech": 4
26
+ },
27
+ "max_position_embeddings": 512,
28
+ "model_type": "distilbert",
29
+ "n_heads": 12,
30
+ "n_layers": 6,
31
+ "pad_token_id": 0,
32
+ "problem_type": "single_label_classification",
33
+ "qa_dropout": 0.1,
34
+ "seq_classif_dropout": 0.2,
35
+ "sinusoidal_pos_embds": false,
36
+ "tie_weights_": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.40.1",
39
+ "vocab_size": 30522
40
+ }
checkpoint-446/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110d80fb3802167c70d64541793d13bf32bfda23eb72c672f09103d05eae9f1b
3
+ size 267841796
checkpoint-446/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f556fdc4c51d164731ceda527291415d08635b89b8501f0be6253edb69af122c
3
+ size 535745722
checkpoint-446/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f036c0172f5ca676082a0009be3cef7c15e11f6dc17ff44e82c508c72a1974e2
3
+ size 14244
checkpoint-446/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42000f01e44026506d77b52395293d738ac7c6eef4cb2e00254c1f15522848fa
3
+ size 1064
checkpoint-446/trainer_state.json ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.11368879675865173,
3
+ "best_model_checkpoint": "BBC/checkpoint-446",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 446,
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.04932735426008968,
13
+ "grad_norm": 2.2345685958862305,
14
+ "learning_rate": 8.208955223880597e-06,
15
+ "loss": 1.6224,
16
+ "step": 11
17
+ },
18
+ {
19
+ "epoch": 0.09865470852017937,
20
+ "grad_norm": 3.739938974380493,
21
+ "learning_rate": 1.6417910447761194e-05,
22
+ "loss": 1.5896,
23
+ "step": 22
24
+ },
25
+ {
26
+ "epoch": 0.14798206278026907,
27
+ "grad_norm": 2.8613524436950684,
28
+ "learning_rate": 2.4626865671641793e-05,
29
+ "loss": 1.4769,
30
+ "step": 33
31
+ },
32
+ {
33
+ "epoch": 0.19730941704035873,
34
+ "grad_norm": 4.428678035736084,
35
+ "learning_rate": 3.283582089552239e-05,
36
+ "loss": 1.2341,
37
+ "step": 44
38
+ },
39
+ {
40
+ "epoch": 0.24663677130044842,
41
+ "grad_norm": 2.953808069229126,
42
+ "learning_rate": 4.104477611940299e-05,
43
+ "loss": 0.9053,
44
+ "step": 55
45
+ },
46
+ {
47
+ "epoch": 0.29596412556053814,
48
+ "grad_norm": 4.068609237670898,
49
+ "learning_rate": 4.850746268656717e-05,
50
+ "loss": 0.5467,
51
+ "step": 66
52
+ },
53
+ {
54
+ "epoch": 0.3452914798206278,
55
+ "grad_norm": Infinity,
56
+ "learning_rate": 4.933554817275748e-05,
57
+ "loss": 0.4172,
58
+ "step": 77
59
+ },
60
+ {
61
+ "epoch": 0.39461883408071746,
62
+ "grad_norm": 17.124122619628906,
63
+ "learning_rate": 4.8421926910299006e-05,
64
+ "loss": 0.2072,
65
+ "step": 88
66
+ },
67
+ {
68
+ "epoch": 0.4439461883408072,
69
+ "grad_norm": 4.019614219665527,
70
+ "learning_rate": 4.750830564784053e-05,
71
+ "loss": 0.2032,
72
+ "step": 99
73
+ },
74
+ {
75
+ "epoch": 0.49327354260089684,
76
+ "grad_norm": 16.75712776184082,
77
+ "learning_rate": 4.659468438538207e-05,
78
+ "loss": 0.2285,
79
+ "step": 110
80
+ },
81
+ {
82
+ "epoch": 0.5426008968609866,
83
+ "grad_norm": 0.29395201802253723,
84
+ "learning_rate": 4.568106312292359e-05,
85
+ "loss": 0.1339,
86
+ "step": 121
87
+ },
88
+ {
89
+ "epoch": 0.5919282511210763,
90
+ "grad_norm": 0.19628354907035828,
91
+ "learning_rate": 4.476744186046512e-05,
92
+ "loss": 0.2383,
93
+ "step": 132
94
+ },
95
+ {
96
+ "epoch": 0.6412556053811659,
97
+ "grad_norm": 11.740421295166016,
98
+ "learning_rate": 4.385382059800665e-05,
99
+ "loss": 0.1953,
100
+ "step": 143
101
+ },
102
+ {
103
+ "epoch": 0.6905829596412556,
104
+ "grad_norm": 11.316059112548828,
105
+ "learning_rate": 4.2940199335548175e-05,
106
+ "loss": 0.1348,
107
+ "step": 154
108
+ },
109
+ {
110
+ "epoch": 0.7399103139013453,
111
+ "grad_norm": 0.13278043270111084,
112
+ "learning_rate": 4.20265780730897e-05,
113
+ "loss": 0.0165,
114
+ "step": 165
115
+ },
116
+ {
117
+ "epoch": 0.7892376681614349,
118
+ "grad_norm": 0.08719899505376816,
119
+ "learning_rate": 4.111295681063123e-05,
120
+ "loss": 0.0113,
121
+ "step": 176
122
+ },
123
+ {
124
+ "epoch": 0.8385650224215246,
125
+ "grad_norm": 0.10285717248916626,
126
+ "learning_rate": 4.019933554817276e-05,
127
+ "loss": 0.0562,
128
+ "step": 187
129
+ },
130
+ {
131
+ "epoch": 0.8878923766816144,
132
+ "grad_norm": 0.17199571430683136,
133
+ "learning_rate": 3.928571428571429e-05,
134
+ "loss": 0.1757,
135
+ "step": 198
136
+ },
137
+ {
138
+ "epoch": 0.9372197309417041,
139
+ "grad_norm": 4.296013832092285,
140
+ "learning_rate": 3.837209302325582e-05,
141
+ "loss": 0.1623,
142
+ "step": 209
143
+ },
144
+ {
145
+ "epoch": 0.9865470852017937,
146
+ "grad_norm": 0.0789671242237091,
147
+ "learning_rate": 3.7458471760797344e-05,
148
+ "loss": 0.1756,
149
+ "step": 220
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.9415730337078652,
154
+ "eval_f1_macro": 0.9405622158426933,
155
+ "eval_f1_micro": 0.9415730337078652,
156
+ "eval_f1_weighted": 0.9410207995888995,
157
+ "eval_loss": 0.2357553094625473,
158
+ "eval_precision_macro": 0.9403873157660169,
159
+ "eval_precision_micro": 0.9415730337078652,
160
+ "eval_precision_weighted": 0.945045999282218,
161
+ "eval_recall_macro": 0.9449872676343263,
162
+ "eval_recall_micro": 0.9415730337078652,
163
+ "eval_recall_weighted": 0.9415730337078652,
164
+ "eval_runtime": 1.1567,
165
+ "eval_samples_per_second": 384.701,
166
+ "eval_steps_per_second": 24.206,
167
+ "step": 223
168
+ },
169
+ {
170
+ "epoch": 1.0358744394618835,
171
+ "grad_norm": 36.847206115722656,
172
+ "learning_rate": 3.662790697674418e-05,
173
+ "loss": 0.2338,
174
+ "step": 231
175
+ },
176
+ {
177
+ "epoch": 1.0852017937219731,
178
+ "grad_norm": 0.21538594365119934,
179
+ "learning_rate": 3.571428571428572e-05,
180
+ "loss": 0.034,
181
+ "step": 242
182
+ },
183
+ {
184
+ "epoch": 1.1345291479820627,
185
+ "grad_norm": 0.09186477214097977,
186
+ "learning_rate": 3.4800664451827244e-05,
187
+ "loss": 0.0824,
188
+ "step": 253
189
+ },
190
+ {
191
+ "epoch": 1.1838565022421526,
192
+ "grad_norm": 0.10708645731210709,
193
+ "learning_rate": 3.397009966777408e-05,
194
+ "loss": 0.0314,
195
+ "step": 264
196
+ },
197
+ {
198
+ "epoch": 1.2331838565022422,
199
+ "grad_norm": 0.061287783086299896,
200
+ "learning_rate": 3.305647840531562e-05,
201
+ "loss": 0.0139,
202
+ "step": 275
203
+ },
204
+ {
205
+ "epoch": 1.2825112107623318,
206
+ "grad_norm": 26.10398292541504,
207
+ "learning_rate": 3.2142857142857144e-05,
208
+ "loss": 0.1447,
209
+ "step": 286
210
+ },
211
+ {
212
+ "epoch": 1.3318385650224216,
213
+ "grad_norm": 0.06678097695112228,
214
+ "learning_rate": 3.122923588039867e-05,
215
+ "loss": 0.0048,
216
+ "step": 297
217
+ },
218
+ {
219
+ "epoch": 1.3811659192825112,
220
+ "grad_norm": 0.03612040355801582,
221
+ "learning_rate": 3.03156146179402e-05,
222
+ "loss": 0.0365,
223
+ "step": 308
224
+ },
225
+ {
226
+ "epoch": 1.4304932735426008,
227
+ "grad_norm": 0.05210395157337189,
228
+ "learning_rate": 2.940199335548173e-05,
229
+ "loss": 0.1038,
230
+ "step": 319
231
+ },
232
+ {
233
+ "epoch": 1.4798206278026906,
234
+ "grad_norm": 0.04557207226753235,
235
+ "learning_rate": 2.848837209302326e-05,
236
+ "loss": 0.0745,
237
+ "step": 330
238
+ },
239
+ {
240
+ "epoch": 1.5291479820627802,
241
+ "grad_norm": 0.09987442195415497,
242
+ "learning_rate": 2.7574750830564782e-05,
243
+ "loss": 0.1806,
244
+ "step": 341
245
+ },
246
+ {
247
+ "epoch": 1.57847533632287,
248
+ "grad_norm": 0.0828678086400032,
249
+ "learning_rate": 2.6661129568106313e-05,
250
+ "loss": 0.0048,
251
+ "step": 352
252
+ },
253
+ {
254
+ "epoch": 1.6278026905829597,
255
+ "grad_norm": 0.05174608528614044,
256
+ "learning_rate": 2.5747508305647843e-05,
257
+ "loss": 0.136,
258
+ "step": 363
259
+ },
260
+ {
261
+ "epoch": 1.6771300448430493,
262
+ "grad_norm": 0.05517464876174927,
263
+ "learning_rate": 2.483388704318937e-05,
264
+ "loss": 0.1924,
265
+ "step": 374
266
+ },
267
+ {
268
+ "epoch": 1.726457399103139,
269
+ "grad_norm": 0.0699392706155777,
270
+ "learning_rate": 2.39202657807309e-05,
271
+ "loss": 0.0129,
272
+ "step": 385
273
+ },
274
+ {
275
+ "epoch": 1.7757847533632287,
276
+ "grad_norm": 0.04404047504067421,
277
+ "learning_rate": 2.3006644518272428e-05,
278
+ "loss": 0.0032,
279
+ "step": 396
280
+ },
281
+ {
282
+ "epoch": 1.8251121076233185,
283
+ "grad_norm": 0.048387836664915085,
284
+ "learning_rate": 2.2093023255813955e-05,
285
+ "loss": 0.0437,
286
+ "step": 407
287
+ },
288
+ {
289
+ "epoch": 1.8744394618834082,
290
+ "grad_norm": 0.06495353579521179,
291
+ "learning_rate": 2.1179401993355482e-05,
292
+ "loss": 0.0095,
293
+ "step": 418
294
+ },
295
+ {
296
+ "epoch": 1.9237668161434978,
297
+ "grad_norm": 1.6995466947555542,
298
+ "learning_rate": 2.026578073089701e-05,
299
+ "loss": 0.0047,
300
+ "step": 429
301
+ },
302
+ {
303
+ "epoch": 1.9730941704035874,
304
+ "grad_norm": 0.02669903263449669,
305
+ "learning_rate": 1.935215946843854e-05,
306
+ "loss": 0.0239,
307
+ "step": 440
308
+ },
309
+ {
310
+ "epoch": 2.0,
311
+ "eval_accuracy": 0.9752808988764045,
312
+ "eval_f1_macro": 0.9748328397861948,
313
+ "eval_f1_micro": 0.9752808988764045,
314
+ "eval_f1_weighted": 0.9752071164560256,
315
+ "eval_loss": 0.11368879675865173,
316
+ "eval_precision_macro": 0.9752973544608207,
317
+ "eval_precision_micro": 0.9752808988764045,
318
+ "eval_precision_weighted": 0.9756012580457148,
319
+ "eval_recall_macro": 0.9748949579831934,
320
+ "eval_recall_micro": 0.9752808988764045,
321
+ "eval_recall_weighted": 0.9752808988764045,
322
+ "eval_runtime": 1.1607,
323
+ "eval_samples_per_second": 383.394,
324
+ "eval_steps_per_second": 24.124,
325
+ "step": 446
326
+ }
327
+ ],
328
+ "logging_steps": 11,
329
+ "max_steps": 669,
330
+ "num_input_tokens_seen": 0,
331
+ "num_train_epochs": 3,
332
+ "save_steps": 500,
333
+ "total_flos": 117902292326400.0,
334
+ "train_batch_size": 8,
335
+ "trial_name": null,
336
+ "trial_params": null
337
+ }
checkpoint-446/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04cd4891a5678c56ffc974de8b6d91bfc9dd816ddf5efd9f5dc2ee0b42609adb
3
+ size 4984
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
+ "_num_labels": 5,
4
+ "activation": "gelu",
5
+ "architectures": [
6
+ "DistilBertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "dim": 768,
10
+ "dropout": 0.1,
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "business",
14
+ "1": "entertainment",
15
+ "2": "politics",
16
+ "3": "sport",
17
+ "4": "tech"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "business": 0,
22
+ "entertainment": 1,
23
+ "politics": 2,
24
+ "sport": 3,
25
+ "tech": 4
26
+ },
27
+ "max_position_embeddings": 512,
28
+ "model_type": "distilbert",
29
+ "n_heads": 12,
30
+ "n_layers": 6,
31
+ "pad_token_id": 0,
32
+ "problem_type": "single_label_classification",
33
+ "qa_dropout": 0.1,
34
+ "seq_classif_dropout": 0.2,
35
+ "sinusoidal_pos_embds": false,
36
+ "tie_weights_": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.40.1",
39
+ "vocab_size": 30522
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110d80fb3802167c70d64541793d13bf32bfda23eb72c672f09103d05eae9f1b
3
+ size 267841796
runs/Apr30_07-02-05_r-nawincom-textclass2-7adih043-2b405-4dip5/events.out.tfevents.1714460525.r-nawincom-textclass2-7adih043-2b405-4dip5.62.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bffdd6ad87b42a9704ca1a2f494cec8355d359fd0d50c8b56216e88df18e832f
3
- size 4806
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1797c392f5b2686537abe968ab6b2f56abc2331321f5d945348bf26def2fb66
3
+ size 20275
runs/Apr30_07-02-05_r-nawincom-textclass2-7adih043-2b405-4dip5/events.out.tfevents.1714460578.r-nawincom-textclass2-7adih043-2b405-4dip5.62.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8a3f57b4959972e7eebb3636b204becbe53bbfec7db7dafcee0ca34bc260d2
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": 1000000000000000019884624838656,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
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:04cd4891a5678c56ffc974de8b6d91bfc9dd816ddf5efd9f5dc2ee0b42609adb
3
+ size 4984
training_params.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "BBC/autotrain-data",
3
+ "model": "distilbert/distilbert-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": "BBC",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "evaluation_strategy": "epoch",
26
+ "username": "NawinCom",
27
+ "log": "tensorboard"
28
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff