AlekseyKorshuk commited on
Commit
a839ec6
1 Parent(s): 6df531f

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/aaron-watson")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/204aifr7/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 Aaron Watson's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/20vl7rt5) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/20vl7rt5/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
45
  dataset = load_dataset("huggingartists/aaron-watson")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/14ha1tnc/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 Aaron Watson's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/34e4zb2v) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/34e4zb2v/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.1",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
evaluation.txt CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 2.9697048664093018, "eval_runtime": 1.8075, "eval_samples_per_second": 20.47, "eval_steps_per_second": 2.766, "epoch": 5.0}
1
+ {"eval_loss": 2.5737111568450928, "eval_runtime": 1.6076, "eval_samples_per_second": 20.527, "eval_steps_per_second": 3.11, "epoch": 13.0}
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75c4ed6e042b687530615246e336ead94b468f8bffd1f840eeb3535c66e14912
3
  size 497764120
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230fc6b9831af6a5d461ab334806ff82700da38ca04f9db2a0322a2e5602d013
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af00edd8315e8240fc11cc4bbe4fd8812f8e9944d63e1e804ed4135ef7995423
3
  size 995603825
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38111d201ac21b411943ec105908899853a9b846ba960bdcb57446aef22532f
3
  size 995603825
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ae3248a48d48f36b9ecb728e6afed45c93ad66bd3f5adf5a346cb1e380479b5
3
  size 510403817
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1322e8004a848bba72952c47a4a02987aee17b648c9f98341279d603dd9a5bb
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6e12081284488e0302f0f15cc7b9e867b93ab823a7f5b31fa14b05b508db300
3
- size 14503
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f05d20325eb8102d8b4c3e4d9d799ee273f1bf0946e095b1a0f1f287bd5eb85
3
+ size 14567
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d625cddcadf735c6fc48a4f3f1d506c16673a1b6749611364d76e3a20b91fce
3
  size 623
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7358664183e7649e0e2f607694e0c72ac495305b3a893efe8d2bc60b5501be46
3
  size 623
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 2.9697048664093018,
3
- "best_model_checkpoint": "output/aaron-watson/checkpoint-75",
4
- "epoch": 3.0,
5
- "global_step": 75,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -120,11 +120,49 @@
120
  "eval_samples_per_second": 21.208,
121
  "eval_steps_per_second": 2.866,
122
  "step": 75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  }
124
  ],
125
- "max_steps": 125,
126
- "num_train_epochs": 5,
127
- "total_flos": 76689211392000.0,
128
  "trial_name": null,
129
  "trial_params": null
130
  }
1
  {
2
+ "best_metric": 2.5737111568450928,
3
+ "best_model_checkpoint": "output/aaron-watson/checkpoint-100",
4
+ "epoch": 4.0,
5
+ "global_step": 100,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
120
  "eval_samples_per_second": 21.208,
121
  "eval_steps_per_second": 2.866,
122
  "step": 75
123
+ },
124
+ {
125
+ "epoch": 3.2,
126
+ "learning_rate": 1.310143418587859e-05,
127
+ "loss": 2.8552,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 3.4,
132
+ "learning_rate": 4.740143418587858e-05,
133
+ "loss": 2.8477,
134
+ "step": 85
135
+ },
136
+ {
137
+ "epoch": 3.6,
138
+ "learning_rate": 8.979856581412137e-05,
139
+ "loss": 2.825,
140
+ "step": 90
141
+ },
142
+ {
143
+ "epoch": 3.8,
144
+ "learning_rate": 0.00012409856581412136,
145
+ "loss": 2.7383,
146
+ "step": 95
147
+ },
148
+ {
149
+ "epoch": 4.0,
150
+ "learning_rate": 0.0001372,
151
+ "loss": 2.839,
152
+ "step": 100
153
+ },
154
+ {
155
+ "epoch": 4.0,
156
+ "eval_loss": 2.5737111568450928,
157
+ "eval_runtime": 1.5782,
158
+ "eval_samples_per_second": 20.911,
159
+ "eval_steps_per_second": 3.168,
160
+ "step": 100
161
  }
162
  ],
163
+ "max_steps": 325,
164
+ "num_train_epochs": 13,
165
+ "total_flos": 102557122560000.0,
166
  "trial_name": null,
167
  "trial_params": null
168
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66237f886a59d41c0e749b69ee85bc3f1c09d6f131ed3be21ee7e5ab55356657
3
  size 2671
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46292e67196f36dc6e1d54180d712db3c13701f4c597d47be75b9ef2cadcf193
3
  size 2671