AlekseyKorshuk commited on
Commit
853339b
1 Parent(s): 7ad0f16

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/the-69-eyes")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/18m20vda/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 The 69 Eyes's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/pzviwm1c) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/pzviwm1c/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
45
  dataset = load_dataset("huggingartists/the-69-eyes")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/26sibipb/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 The 69 Eyes's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/1mjcdm16) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/1mjcdm16/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/the-69-eyes",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4347fa24f724f6af375c0c142ef50a04189a351b0756ef0d2d0f4ac953bc108a
3
  size 497764120
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d2fd5b1afaf116a39f755e26296380d3eec8406fd70e53654a002a8db8cbaae
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e514d69d00f69b68d61d0a8d88bb06402ddebef2d1871ce40f613a92660c88fc
3
  size 995603825
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f16b0e107c7209482b6190ad42405b8c3463c0c12724c2ab00a8f456fe970a
3
  size 995603825
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:002ecc0839dfba4944e9311daffde41b40a4fa1f233cb5e4e199ae2bbfa68d6c
3
  size 510403817
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:147141a198f50348eec12a8be8748e7bcac887ef3123868663aa533c954ffb66
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1d81ac468f505cb376110a9f2607d5f0dc0e8ddbae28e3da62e1b998978a77b
3
  size 14567
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f832651a0accfa4311d38c743dbc50c813115218404d96324bcfdb29ee00e8
3
  size 14567
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3759f0274d6462c99515ad4f587a39c595bfc6a862d6d53aec4d5f4c94343a76
3
  size 623
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d137ee262f4b00e272a51ae406d7a6210993de30d2e72955bafb1afdce9bf1
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/the-69-eyes", "tokenizer_class": "GPT2Tokenizer"}
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 1.0,
5
- "global_step": 17,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -24,11 +24,29 @@
24
  "learning_rate": 4.6324050628611986e-06,
25
  "loss": 2.9096,
26
  "step": 15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  }
28
  ],
29
- "max_steps": 17,
30
- "num_train_epochs": 1,
31
- "total_flos": 17637212160000.0,
32
  "trial_name": null,
33
  "trial_params": null
34
  }
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 34,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
24
  "learning_rate": 4.6324050628611986e-06,
25
  "loss": 2.9096,
26
  "step": 15
27
+ },
28
+ {
29
+ "epoch": 1.18,
30
+ "learning_rate": 1.0275104488948473e-05,
31
+ "loss": 2.9067,
32
+ "step": 20
33
+ },
34
+ {
35
+ "epoch": 1.47,
36
+ "learning_rate": 6.227039054081748e-05,
37
+ "loss": 2.6172,
38
+ "step": 25
39
+ },
40
+ {
41
+ "epoch": 1.76,
42
+ "learning_rate": 0.00011929601172133719,
43
+ "loss": 2.7089,
44
+ "step": 30
45
  }
46
  ],
47
+ "max_steps": 34,
48
+ "num_train_epochs": 2,
49
+ "total_flos": 35274424320000.0,
50
  "trial_name": null,
51
  "trial_params": null
52
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0dac2582e3a9da517fa3023d708c08cf2db74791dc5160e2bc682d22ecc4d38
3
  size 2671
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e545d99cd3fbc4df90a4159c3c1fd0083fe9f8c064f6be6b842e2fa9c052d75c
3
  size 2671