AlekseyKorshuk commited on
Commit
00326fa
1 Parent(s): 45accb9

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/xxxtentacion")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/1fgk6duz/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 XXXTENTACION's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/7g46vrtf) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/7g46vrtf/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
45
  dataset = load_dataset("huggingartists/xxxtentacion")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/12xi0jh5/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 XXXTENTACION's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/2l2qvy4j) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/2l2qvy4j/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
config.json CHANGED
@@ -35,7 +35,7 @@
35
  }
36
  },
37
  "torch_dtype": "float32",
38
- "transformers_version": "4.10.0",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
35
  }
36
  },
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.10.2",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
evaluation.txt CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 2.998302936553955, "eval_runtime": 7.549, "eval_samples_per_second": 21.062, "eval_steps_per_second": 2.649, "epoch": 2.0}
1
+ {"eval_loss": 2.5633065700531006, "eval_runtime": 7.7985, "eval_samples_per_second": 21.158, "eval_steps_per_second": 2.693, "epoch": 3.0}
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:473c6ce96484afb22b5f44b9754253982be214dde5ccfc6e4636c65d85527beb
3
  size 497764120
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c35bbdee0d6b253323c13ff1245f408049ab736cf0cf61eca89dcbaa56ef58e2
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42035e763018344e9c12b57960c5622bcb42c42ca8545f22d5745457bc43b7f0
3
  size 995604017
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47629f5404c8831b180691275390a10b14f3fc2e28a274f45c15f37773ea51ce
3
  size 995604017
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9bc902bf8c5fd91ac6140769cbcb1ed04fda15388d328a739a52c62d0e2b7c4
3
  size 510403817
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c54593d3c6ad8554535d25d1fdeea953eb6a2818bfc6ca16c02f606b0ee4f8
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3691a8950b6ce0a7fbcdee171960f1672959fb5e260f352ba982df89dd517c41
3
  size 14503
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdea000658a9e494731762eaff1017b2c5e11bd26a0d5b297220d41bf58cb246
3
  size 14503
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0816ea5e3b1d810ba13a63e3db58b55d3131231050f4d5136f720f83ed0afbf
3
  size 623
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4159d6e3ebfb2c1ae6f63b34ad63e472c887ee5bdd3d6618f17a8021dbe67f5
3
  size 623
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 2.998302936553955,
3
- "best_model_checkpoint": "output/xxxtentacion/checkpoint-226",
4
- "epoch": 2.0,
5
- "global_step": 226,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -292,11 +292,151 @@
292
  "eval_samples_per_second": 21.089,
293
  "eval_steps_per_second": 2.653,
294
  "step": 226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
  }
296
  ],
297
- "max_steps": 226,
298
- "num_train_epochs": 2,
299
- "total_flos": 234378952704000.0,
300
  "trial_name": null,
301
  "trial_params": null
302
  }
1
  {
2
+ "best_metric": 2.5633065700531006,
3
+ "best_model_checkpoint": "output/xxxtentacion/checkpoint-336",
4
+ "epoch": 3.0,
5
+ "global_step": 336,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
292
  "eval_samples_per_second": 21.089,
293
  "eval_steps_per_second": 2.653,
294
  "step": 226
295
+ },
296
+ {
297
+ "epoch": 2.05,
298
+ "learning_rate": 0.00013548005477567312,
299
+ "loss": 2.86,
300
+ "step": 230
301
+ },
302
+ {
303
+ "epoch": 2.1,
304
+ "learning_rate": 0.00013268947730420952,
305
+ "loss": 2.4836,
306
+ "step": 235
307
+ },
308
+ {
309
+ "epoch": 2.14,
310
+ "learning_rate": 0.00012864032674294055,
311
+ "loss": 2.4962,
312
+ "step": 240
313
+ },
314
+ {
315
+ "epoch": 2.19,
316
+ "learning_rate": 0.00012341211929557585,
317
+ "loss": 2.3394,
318
+ "step": 245
319
+ },
320
+ {
321
+ "epoch": 2.23,
322
+ "learning_rate": 0.00011710752518939714,
323
+ "loss": 2.3663,
324
+ "step": 250
325
+ },
326
+ {
327
+ "epoch": 2.28,
328
+ "learning_rate": 0.00010985035246307073,
329
+ "loss": 2.5085,
330
+ "step": 255
331
+ },
332
+ {
333
+ "epoch": 2.32,
334
+ "learning_rate": 0.00010178311565541946,
335
+ "loss": 2.6029,
336
+ "step": 260
337
+ },
338
+ {
339
+ "epoch": 2.37,
340
+ "learning_rate": 9.306423714063481e-05,
341
+ "loss": 2.589,
342
+ "step": 265
343
+ },
344
+ {
345
+ "epoch": 2.41,
346
+ "learning_rate": 8.38649360694032e-05,
347
+ "loss": 2.6019,
348
+ "step": 270
349
+ },
350
+ {
351
+ "epoch": 2.46,
352
+ "learning_rate": 7.436586601014643e-05,
353
+ "loss": 2.5593,
354
+ "step": 275
355
+ },
356
+ {
357
+ "epoch": 2.5,
358
+ "learning_rate": 6.475356731952859e-05,
359
+ "loss": 2.38,
360
+ "step": 280
361
+ },
362
+ {
363
+ "epoch": 2.54,
364
+ "learning_rate": 5.5216803909693685e-05,
365
+ "loss": 2.5886,
366
+ "step": 285
367
+ },
368
+ {
369
+ "epoch": 2.59,
370
+ "learning_rate": 4.5942856349875636e-05,
371
+ "loss": 2.4662,
372
+ "step": 290
373
+ },
374
+ {
375
+ "epoch": 2.63,
376
+ "learning_rate": 3.711384409752691e-05,
377
+ "loss": 2.6117,
378
+ "step": 295
379
+ },
380
+ {
381
+ "epoch": 2.68,
382
+ "learning_rate": 2.8903149082065433e-05,
383
+ "loss": 2.3842,
384
+ "step": 300
385
+ },
386
+ {
387
+ "epoch": 2.72,
388
+ "learning_rate": 2.1472010874005767e-05,
389
+ "loss": 2.4499,
390
+ "step": 305
391
+ },
392
+ {
393
+ "epoch": 2.77,
394
+ "learning_rate": 1.4966360302693178e-05,
395
+ "loss": 2.3766,
396
+ "step": 310
397
+ },
398
+ {
399
+ "epoch": 2.81,
400
+ "learning_rate": 9.513953703256716e-06,
401
+ "loss": 2.422,
402
+ "step": 315
403
+ },
404
+ {
405
+ "epoch": 2.86,
406
+ "learning_rate": 5.221864069725753e-06,
407
+ "loss": 2.3515,
408
+ "step": 320
409
+ },
410
+ {
411
+ "epoch": 2.9,
412
+ "learning_rate": 2.1743783824128875e-06,
413
+ "loss": 2.1874,
414
+ "step": 325
415
+ },
416
+ {
417
+ "epoch": 2.95,
418
+ "learning_rate": 4.3134240132355735e-07,
419
+ "loss": 2.2719,
420
+ "step": 330
421
+ },
422
+ {
423
+ "epoch": 2.99,
424
+ "learning_rate": 2.6985430122565824e-08,
425
+ "loss": 2.6279,
426
+ "step": 335
427
+ },
428
+ {
429
+ "epoch": 3.0,
430
+ "eval_loss": 2.5633065700531006,
431
+ "eval_runtime": 7.7611,
432
+ "eval_samples_per_second": 21.26,
433
+ "eval_steps_per_second": 2.706,
434
+ "step": 336
435
  }
436
  ],
437
+ "max_steps": 336,
438
+ "num_train_epochs": 3,
439
+ "total_flos": 348563570688000.0,
440
  "trial_name": null,
441
  "trial_params": null
442
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82f2723ca1e95981d792cb45af7783a851ea2dee4eed340a95ef82a8fb6a5a29
3
  size 2671
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4a4c88eed3db16ceebd513a7addcfd6e0e6d282b2db8b5e067fa1139964b5c
3
  size 2671