AlekseyKorshuk commited on
Commit
24d67c7
1 Parent(s): e7dfa55

huggingartists

Browse files
README.md CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
45
  dataset = load_dataset("huggingartists/tool")
46
  ```
47
 
48
- [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/3ql2lz0c/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 Tool's lyrics.
53
 
54
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/vc1gg3ig) for full transparency and reproducibility.
55
 
56
- At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/vc1gg3ig/artifacts) is logged and versioned.
57
 
58
  ## How to use
59
 
 
45
  dataset = load_dataset("huggingartists/tool")
46
  ```
47
 
48
+ [Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/2i0nfbt3/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 Tool's lyrics.
53
 
54
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/35jhzbcz) for full transparency and reproducibility.
55
 
56
+ At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/35jhzbcz/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"
@@ -18,7 +18,9 @@
18
  "n_inner": null,
19
  "n_layer": 12,
20
  "n_positions": 1024,
 
21
  "resid_pdrop": 0.1,
 
22
  "scale_attn_weights": true,
23
  "summary_activation": null,
24
  "summary_first_dropout": 0.1,
@@ -35,7 +37,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": "tool",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
18
  "n_inner": null,
19
  "n_layer": 12,
20
  "n_positions": 1024,
21
+ "reorder_and_upcast_attn": false,
22
  "resid_pdrop": 0.1,
23
+ "scale_attn_by_inverse_layer_idx": false,
24
  "scale_attn_weights": true,
25
  "summary_activation": null,
26
  "summary_first_dropout": 0.1,
 
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.16.2",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
evaluation.txt CHANGED
@@ -1 +1 @@
1
- {"eval_loss": 2.716337203979492, "eval_runtime": 0.6909, "eval_samples_per_second": 20.264, "eval_steps_per_second": 2.895, "epoch": 4.0}
 
1
+ {"eval_loss": 2.619758367538452, "eval_runtime": 0.6775, "eval_samples_per_second": 19.187, "eval_steps_per_second": 2.952, "epoch": 4.0}
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d190d46a017c4853022282d146db288ed5372fa45224358c599dcb848644f72
3
  size 497764120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8269b8328a0bf533c21e8a9cf8abb1251769e6472a5655d46e0263fa5c36c202
3
  size 497764120
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7aadfa0928299f84fe7da08d9f37e57a6ab6987f60699771276a8675cf63e170
3
  size 995603825
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe7e75417a67202ed0582065f1a9bd973196ecaaf6283e0353d348b8b2c9ce5
3
  size 995603825
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a135f5da3c0ef8b9a6d9406b1d6608e8c1a91fca91cad4bcb07ae75b2ccd2f8e
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda16091180e330446812bef2213ce1d274c30224756be5cc5af4152ec723633
3
  size 510403817
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7120a97908d485a86256aee2d3e7f6c1ef45fc650232402b60dace0f92e24635
3
- size 14567
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:594209d63fbcb9f59cdfbe58a2c20b27bc86dba538eb2c90c6868cbdfcae50dc
3
+ size 14503
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8989e74728331765fdc15dc13be950f4c53d6c5551f5ee94e2d269e65894c977
3
  size 623
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ac68174300d9f94d4de67167852595a5a6202d18703222cb9d7154becc9e21
3
  size 623
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
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/tool", "tokenizer_class": "GPT2Tokenizer"}
trainer_state.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "best_metric": 2.716337203979492,
3
- "best_model_checkpoint": "output/tool/checkpoint-33",
4
- "epoch": 3.0,
5
- "global_step": 33,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
@@ -66,11 +66,31 @@
66
  "eval_samples_per_second": 22.166,
67
  "eval_steps_per_second": 3.167,
68
  "step": 33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  }
70
  ],
71
  "max_steps": 44,
72
  "num_train_epochs": 4,
73
- "total_flos": 34490548224000.0,
74
  "trial_name": null,
75
  "trial_params": null
76
  }
 
1
  {
2
+ "best_metric": 2.619758367538452,
3
+ "best_model_checkpoint": "output/tool/checkpoint-44",
4
+ "epoch": 4.0,
5
+ "global_step": 44,
6
  "is_hyper_param_search": false,
7
  "is_local_process_zero": true,
8
  "is_world_process_zero": true,
 
66
  "eval_samples_per_second": 22.166,
67
  "eval_steps_per_second": 3.167,
68
  "step": 33
69
+ },
70
+ {
71
+ "epoch": 3.18,
72
+ "learning_rate": 1.0890007647780947e-05,
73
+ "loss": 2.7361,
74
+ "step": 35
75
+ },
76
+ {
77
+ "epoch": 3.64,
78
+ "learning_rate": 9.709746989192932e-05,
79
+ "loss": 2.4185,
80
+ "step": 40
81
+ },
82
+ {
83
+ "epoch": 4.0,
84
+ "eval_loss": 2.619758367538452,
85
+ "eval_runtime": 0.5572,
86
+ "eval_samples_per_second": 23.33,
87
+ "eval_steps_per_second": 3.589,
88
+ "step": 44
89
  }
90
  ],
91
  "max_steps": 44,
92
  "num_train_epochs": 4,
93
+ "total_flos": 45987397632000.0,
94
  "trial_name": null,
95
  "trial_params": null
96
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e352d83522f0bdc1377fe6e64bbdf81888764a91748c1cae15f658e7d1ddff2
3
- size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:238f0800c1a375eef579856b16d2fb58efef9b9559fe5020f52fdd21d2d5f559
3
+ size 3055