AlekseyKorshuk
commited on
Commit
•
5b68e39
1
Parent(s):
e8ae835
huggingartists
Browse files- README.md +3 -3
- evaluation.txt +1 -1
- flax_model.msgpack +1 -1
- optimizer.pt +1 -1
- pytorch_model.bin +1 -1
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- trainer_state.json +26 -6
- training_args.bin +1 -1
README.md
CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
|
|
45 |
dataset = load_dataset("huggingartists/bring-me-the-horizon")
|
46 |
```
|
47 |
|
48 |
-
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/
|
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 Bring Me The Horizon's lyrics.
|
53 |
|
54 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/
|
55 |
|
56 |
-
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/
|
57 |
|
58 |
## How to use
|
59 |
|
|
|
45 |
dataset = load_dataset("huggingartists/bring-me-the-horizon")
|
46 |
```
|
47 |
|
48 |
+
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/1e9181i6/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 Bring Me The Horizon's lyrics.
|
53 |
|
54 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/3p7pncir) for full transparency and reproducibility.
|
55 |
|
56 |
+
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/3p7pncir/artifacts) is logged and versioned.
|
57 |
|
58 |
## How to use
|
59 |
|
evaluation.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_loss": 1.
|
|
|
1 |
+
{"eval_loss": 1.3656095266342163, "eval_runtime": 0.4403, "eval_samples_per_second": 74.943, "eval_steps_per_second": 11.355, "epoch": 108.0}
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497764120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ff98a92d7a8b2e431f9a5a76dd5a5df2cc58d7364acc5e1f5d951bcf0359ec4
|
3 |
size 497764120
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 995603825
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4326008d729e27a10c347bbb6a46bd8799a6937e7c1eead85f7e90067bcb0243
|
3 |
size 995603825
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510403817
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6cd18063e45fc379977b2bec642a11331a4fe8b17068ee3c6c7ceb85156ee9e
|
3 |
size 510403817
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14503
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41c13ff59225bf75f6e3a42ec434ae273bb624cc97eb69019e900e7a38315153
|
3 |
size 14503
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 623
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6113b0488c437ba8d289a92febabd7916f0db341f7e47637a541e44c487c9485
|
3 |
size 623
|
trainer_state.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"best_metric": 1.
|
3 |
-
"best_model_checkpoint": "output/bring-me-the-horizon/checkpoint-
|
4 |
"epoch": 8.0,
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
@@ -316,11 +316,31 @@
|
|
316 |
"eval_samples_per_second": 74.353,
|
317 |
"eval_steps_per_second": 10.327,
|
318 |
"step": 208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
}
|
320 |
],
|
321 |
-
"max_steps":
|
322 |
-
"num_train_epochs":
|
323 |
-
"total_flos":
|
324 |
"trial_name": null,
|
325 |
"trial_params": null
|
326 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.3656095266342163,
|
3 |
+
"best_model_checkpoint": "output/bring-me-the-horizon/checkpoint-216",
|
4 |
"epoch": 8.0,
|
5 |
+
"global_step": 216,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
|
|
316 |
"eval_samples_per_second": 74.353,
|
317 |
"eval_steps_per_second": 10.327,
|
318 |
"step": 208
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 7.78,
|
322 |
+
"learning_rate": 0.00012115064879796188,
|
323 |
+
"loss": 1.688,
|
324 |
+
"step": 210
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 7.96,
|
328 |
+
"learning_rate": 0.00013673615134109727,
|
329 |
+
"loss": 1.5172,
|
330 |
+
"step": 215
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 8.0,
|
334 |
+
"eval_loss": 1.3656095266342163,
|
335 |
+
"eval_runtime": 0.4451,
|
336 |
+
"eval_samples_per_second": 74.143,
|
337 |
+
"eval_steps_per_second": 11.234,
|
338 |
+
"step": 216
|
339 |
}
|
340 |
],
|
341 |
+
"max_steps": 2916,
|
342 |
+
"num_train_epochs": 108,
|
343 |
+
"total_flos": 222490165248000.0,
|
344 |
"trial_name": null,
|
345 |
"trial_params": null
|
346 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77d7737b562948aaba74d132cdb2242f8cd3659133b02f42a93887fc2f475c32
|
3 |
size 2863
|