AlekseyKorshuk
commited on
Commit
•
71d7d67
1
Parent(s):
117abd6
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 +32 -6
- training_args.bin +1 -1
README.md
CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
|
|
45 |
dataset = load_dataset("huggingartists/eminem")
|
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 Eminem'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/eminem")
|
46 |
```
|
47 |
|
48 |
+
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/3c2104js/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 Eminem's lyrics.
|
53 |
|
54 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/1dlzpggl) for full transparency and reproducibility.
|
55 |
|
56 |
+
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/1dlzpggl/artifacts) is logged and versioned.
|
57 |
|
58 |
## How to use
|
59 |
|
evaluation.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_loss":
|
|
|
1 |
+
{"eval_loss": 1.9903991222381592, "eval_runtime": 28.0407, "eval_samples_per_second": 22.574, "eval_steps_per_second": 2.853, "epoch": 5.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:c88e5d7415fd662276affbd9369f18c777c3a2b92d5b2c02702e91f9c2553166
|
3 |
size 497764120
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 995604017
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d3997d2d71496da254deaa8339ab30383266088fadbeb77296cdbc17e681083
|
3 |
size 995604017
|
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:da0a5926dee98cd799738081ef6596a563cc698aed17000c708c7d665a571d4b
|
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:d9c96009cc830916fc0cdef903d45b797a110750d4443bb2ef8ac79515cff705
|
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:8b64415b7de70bf69249ffc51fd333c142109d716acc18810cac507645b6345d
|
3 |
size 623
|
trainer_state.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"best_metric":
|
3 |
-
"best_model_checkpoint": "output/eminem/checkpoint-
|
4 |
"epoch": 4.0,
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
@@ -2212,11 +2212,37 @@
|
|
2212 |
"eval_samples_per_second": 22.386,
|
2213 |
"eval_steps_per_second": 2.811,
|
2214 |
"step": 1808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2215 |
}
|
2216 |
],
|
2217 |
-
"max_steps":
|
2218 |
-
"num_train_epochs":
|
2219 |
-
"total_flos":
|
2220 |
"trial_name": null,
|
2221 |
"trial_params": null
|
2222 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.9903991222381592,
|
3 |
+
"best_model_checkpoint": "output/eminem/checkpoint-1824",
|
4 |
"epoch": 4.0,
|
5 |
+
"global_step": 1824,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
|
|
2212 |
"eval_samples_per_second": 22.386,
|
2213 |
"eval_steps_per_second": 2.811,
|
2214 |
"step": 1808
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 3.97,
|
2218 |
+
"learning_rate": 1.9689817301781333e-07,
|
2219 |
+
"loss": 2.3835,
|
2220 |
+
"step": 1810
|
2221 |
+
},
|
2222 |
+
{
|
2223 |
+
"epoch": 3.98,
|
2224 |
+
"learning_rate": 5.860097463115006e-08,
|
2225 |
+
"loss": 2.2235,
|
2226 |
+
"step": 1815
|
2227 |
+
},
|
2228 |
+
{
|
2229 |
+
"epoch": 3.99,
|
2230 |
+
"learning_rate": 1.628030220611354e-09,
|
2231 |
+
"loss": 2.1558,
|
2232 |
+
"step": 1820
|
2233 |
+
},
|
2234 |
+
{
|
2235 |
+
"epoch": 4.0,
|
2236 |
+
"eval_loss": 1.9903991222381592,
|
2237 |
+
"eval_runtime": 27.7097,
|
2238 |
+
"eval_samples_per_second": 22.844,
|
2239 |
+
"eval_steps_per_second": 2.887,
|
2240 |
+
"step": 1824
|
2241 |
}
|
2242 |
],
|
2243 |
+
"max_steps": 2280,
|
2244 |
+
"num_train_epochs": 5,
|
2245 |
+
"total_flos": 1902336638976000.0,
|
2246 |
"trial_name": null,
|
2247 |
"trial_params": null
|
2248 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2671
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dba50a7dba0f035481d76d60993c89107c299d140e0bb150bc43e690b6c0a16
|
3 |
size 2671
|