AlekseyKorshuk commited on
Commit
aef9bde
1 Parent(s): d2a7960

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/lil-peep")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/skb4bt7q/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
49
 
50
  ## Training procedure
51
 
52
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Lil Peep's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/2yk68ca1) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/2yk68ca1/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
 
45
  dataset = load_dataset("huggingartists/lil-peep")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/39q6kspr/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
49
 
50
  ## Training procedure
51
 
52
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Lil Peep's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/g0nxk974) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/g0nxk974/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
1
  {
2
+ "_name_or_path": "huggingartists/lil-peep",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
evaluation.txt CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 2.7529633045196533, "eval_runtime": 5.342, "eval_samples_per_second": 21.715, "eval_steps_per_second": 2.808, "epoch": 1.0}
 
1
+ {"eval_loss": 2.5420846939086914, "eval_runtime": 5.9616, "eval_samples_per_second": 20.632, "eval_steps_per_second": 2.684, "epoch": 3.0}
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a454493c1c6c01a60fc37ae52c071e78dc5c96002a9a482dfd4fd21ba48ee6e
3
  size 497764120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8386316df11e411103a10462a9832f1e8219035e210b74b0fdd9e3b942385132
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0036879c3f12d01591826f96697ce515f289ddef07e5a8680de0846a6cded110
3
- size 995603825
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc28d4d1be7b354635653967c4539865af914bcd1b0473439c1ca8f69340698
3
+ size 995604017
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:149aeb7596cc7ea581826b074304d820e38e3a185826b8c50bdc332288edd5f1
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193c961169b042aa775f0595fbf1817184251bfd44b7d569b3d634fcf04b633d
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:813fa83a7b81f5bcfe540d59048a81fd01cd9734cd427897d8a5036e30efc049
3
  size 14503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216bd8b6a2ee475e4f6d25ab307f7287c7d8e799ef357fe50ed0f1ab918f2686
3
  size 14503
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfcdeab6af2cc2dca6b32132fe0c7004c830f6a37b933747e14164b30d1228cb
3
  size 623
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8970c66116bea18a63ae8f760c2b726160c1083513d6d6a12f0d62c2df987a2
3
  size 623
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "huggingartists/lil-peep", "tokenizer_class": "GPT2Tokenizer"}
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 2.7529633045196533,
3
- "best_model_checkpoint": "output/lil-peep/checkpoint-92",
4
- "epoch": 1.0,
5
- "global_step": 92,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -122,11 +122,243 @@
122
  "eval_samples_per_second": 22.05,
123
  "eval_steps_per_second": 2.851,
124
  "step": 92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  }
126
  ],
127
- "max_steps": 92,
128
- "num_train_epochs": 1,
129
- "total_flos": 95240945664000.0,
130
  "trial_name": null,
131
  "trial_params": null
132
  }
 
1
  {
2
+ "best_metric": 2.5420846939086914,
3
+ "best_model_checkpoint": "output/lil-peep/checkpoint-273",
4
+ "epoch": 3.0,
5
+ "global_step": 273,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
 
122
  "eval_samples_per_second": 22.05,
123
  "eval_steps_per_second": 2.851,
124
  "step": 92
125
+ },
126
+ {
127
+ "epoch": 1.04,
128
+ "learning_rate": 6.530415424531654e-07,
129
+ "loss": 2.6804,
130
+ "step": 95
131
+ },
132
+ {
133
+ "epoch": 1.1,
134
+ "learning_rate": 3.2847281185250116e-06,
135
+ "loss": 2.8371,
136
+ "step": 100
137
+ },
138
+ {
139
+ "epoch": 1.15,
140
+ "learning_rate": 7.857716640189785e-06,
141
+ "loss": 2.912,
142
+ "step": 105
143
+ },
144
+ {
145
+ "epoch": 1.21,
146
+ "learning_rate": 1.4236088642155179e-05,
147
+ "loss": 2.9544,
148
+ "step": 110
149
+ },
150
+ {
151
+ "epoch": 1.26,
152
+ "learning_rate": 2.223026601166984e-05,
153
+ "loss": 2.6108,
154
+ "step": 115
155
+ },
156
+ {
157
+ "epoch": 1.32,
158
+ "learning_rate": 3.1602645633354905e-05,
159
+ "loss": 2.743,
160
+ "step": 120
161
+ },
162
+ {
163
+ "epoch": 1.37,
164
+ "learning_rate": 4.207466143421867e-05,
165
+ "loss": 2.7849,
166
+ "step": 125
167
+ },
168
+ {
169
+ "epoch": 1.43,
170
+ "learning_rate": 5.333506393059682e-05,
171
+ "loss": 2.7864,
172
+ "step": 130
173
+ },
174
+ {
175
+ "epoch": 1.48,
176
+ "learning_rate": 6.504917119214327e-05,
177
+ "loss": 2.7238,
178
+ "step": 135
179
+ },
180
+ {
181
+ "epoch": 1.54,
182
+ "learning_rate": 7.686881626551516e-05,
183
+ "loss": 2.7156,
184
+ "step": 140
185
+ },
186
+ {
187
+ "epoch": 1.59,
188
+ "learning_rate": 8.844269540020853e-05,
189
+ "loss": 2.739,
190
+ "step": 145
191
+ },
192
+ {
193
+ "epoch": 1.65,
194
+ "learning_rate": 9.942680950634723e-05,
195
+ "loss": 2.8584,
196
+ "step": 150
197
+ },
198
+ {
199
+ "epoch": 1.7,
200
+ "learning_rate": 0.00010949468850318882,
201
+ "loss": 2.7199,
202
+ "step": 155
203
+ },
204
+ {
205
+ "epoch": 1.76,
206
+ "learning_rate": 0.00011834709467003562,
207
+ "loss": 2.4955,
208
+ "step": 160
209
+ },
210
+ {
211
+ "epoch": 1.81,
212
+ "learning_rate": 0.00012572091659634235,
213
+ "loss": 2.878,
214
+ "step": 165
215
+ },
216
+ {
217
+ "epoch": 1.87,
218
+ "learning_rate": 0.00013139698938484013,
219
+ "loss": 2.8072,
220
+ "step": 170
221
+ },
222
+ {
223
+ "epoch": 1.92,
224
+ "learning_rate": 0.00013520660867542716,
225
+ "loss": 2.8227,
226
+ "step": 175
227
+ },
228
+ {
229
+ "epoch": 1.98,
230
+ "learning_rate": 0.00013703654487986559,
231
+ "loss": 2.5274,
232
+ "step": 180
233
+ },
234
+ {
235
+ "epoch": 2.0,
236
+ "eval_loss": 2.6319327354431152,
237
+ "eval_runtime": 5.9403,
238
+ "eval_samples_per_second": 20.706,
239
+ "eval_steps_per_second": 2.693,
240
+ "step": 182
241
+ },
242
+ {
243
+ "epoch": 2.03,
244
+ "learning_rate": 0.0001368324085940902,
245
+ "loss": 2.7572,
246
+ "step": 185
247
+ },
248
+ {
249
+ "epoch": 2.09,
250
+ "learning_rate": 0.000134600267161271,
251
+ "loss": 2.5108,
252
+ "step": 190
253
+ },
254
+ {
255
+ "epoch": 2.14,
256
+ "learning_rate": 0.00013040646433810595,
257
+ "loss": 2.5831,
258
+ "step": 195
259
+ },
260
+ {
261
+ "epoch": 2.2,
262
+ "learning_rate": 0.00012437564842422732,
263
+ "loss": 2.5252,
264
+ "step": 200
265
+ },
266
+ {
267
+ "epoch": 2.25,
268
+ "learning_rate": 0.00011668706746270184,
269
+ "loss": 2.5344,
270
+ "step": 205
271
+ },
272
+ {
273
+ "epoch": 2.31,
274
+ "learning_rate": 0.00010756924162575734,
275
+ "loss": 2.4713,
276
+ "step": 210
277
+ },
278
+ {
279
+ "epoch": 2.36,
280
+ "learning_rate": 9.72931711332038e-05,
281
+ "loss": 2.791,
282
+ "step": 215
283
+ },
284
+ {
285
+ "epoch": 2.42,
286
+ "learning_rate": 8.616428157794779e-05,
287
+ "loss": 2.4278,
288
+ "step": 220
289
+ },
290
+ {
291
+ "epoch": 2.47,
292
+ "learning_rate": 7.451334605981051e-05,
293
+ "loss": 2.5167,
294
+ "step": 225
295
+ },
296
+ {
297
+ "epoch": 2.53,
298
+ "learning_rate": 6.268665394018953e-05,
299
+ "loss": 2.3747,
300
+ "step": 230
301
+ },
302
+ {
303
+ "epoch": 2.58,
304
+ "learning_rate": 5.103571842205231e-05,
305
+ "loss": 2.4532,
306
+ "step": 235
307
+ },
308
+ {
309
+ "epoch": 2.64,
310
+ "learning_rate": 3.990682886679629e-05,
311
+ "loss": 2.4794,
312
+ "step": 240
313
+ },
314
+ {
315
+ "epoch": 2.69,
316
+ "learning_rate": 2.9630758374242683e-05,
317
+ "loss": 2.4218,
318
+ "step": 245
319
+ },
320
+ {
321
+ "epoch": 2.75,
322
+ "learning_rate": 2.051293253729814e-05,
323
+ "loss": 2.4528,
324
+ "step": 250
325
+ },
326
+ {
327
+ "epoch": 2.8,
328
+ "learning_rate": 1.2824351575772677e-05,
329
+ "loss": 2.6209,
330
+ "step": 255
331
+ },
332
+ {
333
+ "epoch": 2.86,
334
+ "learning_rate": 6.793535661894062e-06,
335
+ "loss": 2.4639,
336
+ "step": 260
337
+ },
338
+ {
339
+ "epoch": 2.91,
340
+ "learning_rate": 2.599732838729015e-06,
341
+ "loss": 2.4412,
342
+ "step": 265
343
+ },
344
+ {
345
+ "epoch": 2.97,
346
+ "learning_rate": 3.6759140590977833e-07,
347
+ "loss": 2.487,
348
+ "step": 270
349
+ },
350
+ {
351
+ "epoch": 3.0,
352
+ "eval_loss": 2.5420846939086914,
353
+ "eval_runtime": 5.9485,
354
+ "eval_samples_per_second": 20.677,
355
+ "eval_steps_per_second": 2.69,
356
+ "step": 273
357
  }
358
  ],
359
+ "max_steps": 273,
360
+ "num_train_epochs": 3,
361
+ "total_flos": 282587332608000.0,
362
  "trial_name": null,
363
  "trial_params": null
364
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f065406dd6c37950be071a66a2160e6c3cef5908390735decfe6e3274e4f895b
3
  size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349d1748d6060582917b308b9a3979d579e6461af49162f5eb43fd204b03fe2f
3
  size 2671