AlekseyKorshuk commited on
Commit
f19fdcd
1 Parent(s): cb20786

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/enya")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/2bm55xog/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 Enya's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/2k7w3aqe) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/2k7w3aqe/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
45
  dataset = load_dataset("huggingartists/enya")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/16cuy8yb/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 Enya's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/il8ldqo8) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/il8ldqo8/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"
@@ -35,7 +35,7 @@
35
  }
36
  },
37
  "torch_dtype": "float32",
38
- "transformers_version": "4.9.2",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
1
  {
2
+ "_name_or_path": "huggingartists/enya",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
35
  }
36
  },
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.11.3",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
evaluation.txt CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 2.8410420417785645, "eval_runtime": 0.674, "eval_samples_per_second": 19.287, "eval_steps_per_second": 2.967, "epoch": 1.0}
1
+ {"eval_loss": 2.340635061264038, "eval_runtime": 1.0097, "eval_samples_per_second": 20.799, "eval_steps_per_second": 2.971, "epoch": 2.0}
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64a89ef059675768f8a6abf9b70d7478e133da093e91a525d77e24061a2cc011
3
  size 497764120
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae12e33dc4459139dd5cb877f40e563170e76cf02cbf695bc43b702adab4533
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5834d9947ac9b4f50a4967359e7883997f97acf9a5edcfa7d70b99a4b7b40ab9
3
  size 995603825
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd2fc56baf03a9af9b326a5d797f7133ed613761a70a2b9616d42edd3765ddb
3
  size 995603825
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd41de40e7ab8cda06d52deb06320405dbb7753c1f1d60d43a9c4b88ff126029
3
  size 510403817
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de39b7c94af97b7d4d823f5bfc290a04eb524dcf4eb2670dad17651e2775335
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b900586c3eb8e502ea5e29725fd152b98e58e8a5c6181d26820be05fa63224c
3
- size 14567
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1e3ab4076bbe5dd31c42ee9fb0c980245f8a8ad45b0c6aad32b66a5b7a4ebff
3
+ size 14503
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78b29a33773e8cb264d94536fa7121292fc3e454f55f0c744d04636f08d41199
3
  size 623
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43864fbfdb282912e10e509b42fed1e4f801db6ebc73cd818d8527ae0c95a8a9
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/enya", "tokenizer_class": "GPT2Tokenizer"}
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 2.8410420417785645,
3
- "best_model_checkpoint": "output/enya/checkpoint-15",
4
- "epoch": 1.0,
5
- "global_step": 15,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -32,11 +32,31 @@
32
  "eval_samples_per_second": 21.042,
33
  "eval_steps_per_second": 3.237,
34
  "step": 15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
36
  ],
37
- "max_steps": 15,
38
- "num_train_epochs": 1,
39
- "total_flos": 15024291840000.0,
40
  "trial_name": null,
41
  "trial_params": null
42
  }
1
  {
2
+ "best_metric": 2.340635061264038,
3
+ "best_model_checkpoint": "output/enya/checkpoint-28",
4
+ "epoch": 2.0,
5
+ "global_step": 28,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
32
  "eval_samples_per_second": 21.042,
33
  "eval_steps_per_second": 3.237,
34
  "step": 15
35
+ },
36
+ {
37
+ "epoch": 1.43,
38
+ "learning_rate": 5.333506393059682e-05,
39
+ "loss": 3.3112,
40
+ "step": 20
41
+ },
42
+ {
43
+ "epoch": 1.79,
44
+ "learning_rate": 0.00012223363969730684,
45
+ "loss": 3.3235,
46
+ "step": 25
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 2.340635061264038,
51
+ "eval_runtime": 0.9038,
52
+ "eval_samples_per_second": 23.236,
53
+ "eval_steps_per_second": 3.319,
54
+ "step": 28
55
  }
56
  ],
57
+ "max_steps": 28,
58
+ "num_train_epochs": 2,
59
+ "total_flos": 27958247424000.0,
60
  "trial_name": null,
61
  "trial_params": null
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1f9afaa63f05114771745ef1419e3688f3284c9e8f3035ee25126d0b60779c2
3
- size 2671
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c109007687b9bfde84137f68d320994073e254c2392a02d65e04e85e66232c4c
3
+ size 2863