Bbrown44 commited on
Commit
b8484bc
1 Parent(s): 071d6bd

End of training

Browse files
Files changed (39) hide show
  1. .gitignore +1 -0
  2. config.json +39 -0
  3. generation_config.json +6 -0
  4. merges.txt +0 -0
  5. pytorch_model.bin +3 -0
  6. runs/Jul03_01-44-40_nc5ctkbhk5/events.out.tfevents.1688348762.nc5ctkbhk5.12879.0 +3 -0
  7. runs/Jul04_23-05-37_n1g23n9ejy/events.out.tfevents.1688512023.n1g23n9ejy.190.0 +3 -0
  8. runs/Jul04_23-20-37_n1g23n9ejy/events.out.tfevents.1688512852.n1g23n9ejy.1692.0 +3 -0
  9. runs/Jul04_23-24-50_n1g23n9ejy/events.out.tfevents.1688513103.n1g23n9ejy.2872.0 +3 -0
  10. runs/Jul04_23-30-17_ns2l95tv6w/events.out.tfevents.1688513434.ns2l95tv6w.152.0 +3 -0
  11. runs/Jul04_23-33-25_ns2l95tv6w/events.out.tfevents.1688513621.ns2l95tv6w.1640.0 +3 -0
  12. runs/Jul04_23-37-21_ns2l95tv6w/events.out.tfevents.1688513857.ns2l95tv6w.2758.0 +3 -0
  13. runs/Jul04_23-48-34_nrr3o7rpdu/events.out.tfevents.1688514541.nrr3o7rpdu.189.0 +3 -0
  14. runs/Jun11_17-36-10_n3dew55ijs/events.out.tfevents.1686504995.n3dew55ijs.1646.0 +3 -0
  15. runs/Jun11_17-42-14_n3dew55ijs/events.out.tfevents.1686505347.n3dew55ijs.1646.1 +3 -0
  16. runs/Jun11_17-43-14_n3dew55ijs/events.out.tfevents.1686505410.n3dew55ijs.1646.2 +3 -0
  17. runs/May10_01-14-26_no2aok6ay1/1683681292.3775752/events.out.tfevents.1683681292.no2aok6ay1.1510.1 +3 -0
  18. runs/May10_01-14-26_no2aok6ay1/events.out.tfevents.1683681292.no2aok6ay1.1510.0 +3 -0
  19. runs/May23_00-28-30_ntk6yy1ouv/1684801759.1083736/events.out.tfevents.1684801759.ntk6yy1ouv.4868.1 +3 -0
  20. runs/May23_00-28-30_ntk6yy1ouv/events.out.tfevents.1684801759.ntk6yy1ouv.4868.0 +3 -0
  21. runs/May23_00-31-02_ntk6yy1ouv/1684801869.4147596/events.out.tfevents.1684801869.ntk6yy1ouv.4868.3 +3 -0
  22. runs/May23_00-31-02_ntk6yy1ouv/events.out.tfevents.1684801869.ntk6yy1ouv.4868.2 +3 -0
  23. runs/May23_00-32-32_ntk6yy1ouv/1684801959.1885784/events.out.tfevents.1684801959.ntk6yy1ouv.4868.5 +3 -0
  24. runs/May23_00-32-32_ntk6yy1ouv/events.out.tfevents.1684801959.ntk6yy1ouv.4868.4 +3 -0
  25. runs/May23_00-34-50_ntk6yy1ouv/1684802096.700258/events.out.tfevents.1684802096.ntk6yy1ouv.4868.7 +3 -0
  26. runs/May23_00-34-50_ntk6yy1ouv/events.out.tfevents.1684802096.ntk6yy1ouv.4868.6 +3 -0
  27. runs/May23_00-35-37_ntk6yy1ouv/1684802155.0967193/events.out.tfevents.1684802155.ntk6yy1ouv.4868.9 +3 -0
  28. runs/May23_00-35-37_ntk6yy1ouv/events.out.tfevents.1684802155.ntk6yy1ouv.4868.8 +3 -0
  29. runs/May23_00-36-42_ntk6yy1ouv/1684802215.2903507/events.out.tfevents.1684802215.ntk6yy1ouv.4868.11 +3 -0
  30. runs/May23_00-36-42_ntk6yy1ouv/events.out.tfevents.1684802215.ntk6yy1ouv.4868.10 +3 -0
  31. runs/May23_00-45-27_nwirivl608/1684802758.1543465/events.out.tfevents.1684802758.nwirivl608.162.1 +3 -0
  32. runs/May23_00-45-27_nwirivl608/events.out.tfevents.1684802758.nwirivl608.162.0 +3 -0
  33. runs/May23_00-51-09_nwirivl608/1684803077.23452/events.out.tfevents.1684803077.nwirivl608.1684.1 +3 -0
  34. runs/May23_00-51-09_nwirivl608/events.out.tfevents.1684803077.nwirivl608.1684.0 +3 -0
  35. special_tokens_map.json +6 -0
  36. tokenizer.json +0 -0
  37. tokenizer_config.json +9 -0
  38. training_args.bin +3 -0
  39. vocab.json +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.30.2",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.30.2"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c859db56223354cbdc11179e74eb1bbf185ecac7fca7de76423344261f9433
3
+ size 497805721
runs/Jul03_01-44-40_nc5ctkbhk5/events.out.tfevents.1688348762.nc5ctkbhk5.12879.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61fedb23f7cb1880bd97c62f6eaf3ecb5d28645db90cc3be177f5557b7208adc
3
+ size 4203
runs/Jul04_23-05-37_n1g23n9ejy/events.out.tfevents.1688512023.n1g23n9ejy.190.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fcb456ec37f44adccac20cb8f24eb4bb54033344fec8f7045b60704f605c88
3
+ size 4205
runs/Jul04_23-20-37_n1g23n9ejy/events.out.tfevents.1688512852.n1g23n9ejy.1692.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c49e99eba9f4d3288c2de0d2b937944d83da735e9838a6a1383599e3756846
3
+ size 40
runs/Jul04_23-24-50_n1g23n9ejy/events.out.tfevents.1688513103.n1g23n9ejy.2872.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69fe20d90fd297bdbaf41e88e81fceb5964168fb1dd4b92429ed09fcda9951b
3
+ size 40
runs/Jul04_23-30-17_ns2l95tv6w/events.out.tfevents.1688513434.ns2l95tv6w.152.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c162bba04db309463044c40aaa096ea6ca4eb2306f726d83ac3bd882fb61216
3
+ size 40
runs/Jul04_23-33-25_ns2l95tv6w/events.out.tfevents.1688513621.ns2l95tv6w.1640.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3c259cf739c2dc01ef17cd2dc9ce0ec00d34b191c6f5adf48e8942d21fadb6e
3
+ size 40
runs/Jul04_23-37-21_ns2l95tv6w/events.out.tfevents.1688513857.ns2l95tv6w.2758.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b49472a5015cbca641f49c23947e736742684146b0a7cdae39c80071268ab23
3
+ size 40
runs/Jul04_23-48-34_nrr3o7rpdu/events.out.tfevents.1688514541.nrr3o7rpdu.189.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:802d1e2ec46e122113fc688afa74cf8dffe05fd259c0cdb21f27650c080db4a7
3
+ size 4557
runs/Jun11_17-36-10_n3dew55ijs/events.out.tfevents.1686504995.n3dew55ijs.1646.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b231b469c8dce445cea9646c060fa8df2023925f663a85275b1e4f854250877
3
+ size 4204
runs/Jun11_17-42-14_n3dew55ijs/events.out.tfevents.1686505347.n3dew55ijs.1646.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb02d95923ec5aca8dea4e7fc0208e900af44e7718c4f44e0ae05782e7e4fd1
3
+ size 4203
runs/Jun11_17-43-14_n3dew55ijs/events.out.tfevents.1686505410.n3dew55ijs.1646.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac16ea0332c42079fb9d96f1ce07b69f919f142bcc0e12858e133c4a17b84a42
3
+ size 4203
runs/May10_01-14-26_no2aok6ay1/1683681292.3775752/events.out.tfevents.1683681292.no2aok6ay1.1510.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5471a25e464d754c2ceccaca7275442f411e276827899a37820b91aa6f08178b
3
+ size 5821
runs/May10_01-14-26_no2aok6ay1/events.out.tfevents.1683681292.no2aok6ay1.1510.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac0f4d0891268e6d13edad0c61cc0a3cec98878e30b67eaeb39ce910fcd0b39
3
+ size 4185
runs/May23_00-28-30_ntk6yy1ouv/1684801759.1083736/events.out.tfevents.1684801759.ntk6yy1ouv.4868.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7928c1ea84ef4a5e60be8ee8b9b38e179ff7d9060d5f1ecd4e34b9b3803fc97
3
+ size 5861
runs/May23_00-28-30_ntk6yy1ouv/events.out.tfevents.1684801759.ntk6yy1ouv.4868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90632e87ca9c135d68c59acda9121f8a69029e73a420ec0a17e16e8e09d0e50d
3
+ size 4209
runs/May23_00-31-02_ntk6yy1ouv/1684801869.4147596/events.out.tfevents.1684801869.ntk6yy1ouv.4868.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c01e35a22a9f7551e959dcc833d32333ed7a63ea8779a1370d94346962c7cf6
3
+ size 5861
runs/May23_00-31-02_ntk6yy1ouv/events.out.tfevents.1684801869.ntk6yy1ouv.4868.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f973f36cb018235b5dcfa15ecd1666ee6ac2231f516250b3a3f8bbde41f9a9
3
+ size 4207
runs/May23_00-32-32_ntk6yy1ouv/1684801959.1885784/events.out.tfevents.1684801959.ntk6yy1ouv.4868.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40ccbc5c66cd83a81e8aa9ce3f700ef020955869a63ab0f8acffd521d5aed0c0
3
+ size 5861
runs/May23_00-32-32_ntk6yy1ouv/events.out.tfevents.1684801959.ntk6yy1ouv.4868.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d271c2d0feb4c059e74e4e7b9812cf73346e0cc32426ed985c530824e26996
3
+ size 4207
runs/May23_00-34-50_ntk6yy1ouv/1684802096.700258/events.out.tfevents.1684802096.ntk6yy1ouv.4868.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:502bd9cadddb142532f1e20ffdda982d4c83163899f920d595d22cca059f33a8
3
+ size 5861
runs/May23_00-34-50_ntk6yy1ouv/events.out.tfevents.1684802096.ntk6yy1ouv.4868.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1cb3c454322919094f8a9761a0ca55dc5136f4bdf653832419d988adbd839ae
3
+ size 4207
runs/May23_00-35-37_ntk6yy1ouv/1684802155.0967193/events.out.tfevents.1684802155.ntk6yy1ouv.4868.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c2ffac43946fb99d5ffc21fe9bb1ff16fa653102a4b3c2c7cc62d646e9fc09
3
+ size 5861
runs/May23_00-35-37_ntk6yy1ouv/events.out.tfevents.1684802155.ntk6yy1ouv.4868.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720f51a641f672130c34f12a9566eed3ead493c2d5b942067be9e4de4af39fec
3
+ size 4207
runs/May23_00-36-42_ntk6yy1ouv/1684802215.2903507/events.out.tfevents.1684802215.ntk6yy1ouv.4868.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a819d9452ac016d49072bec9dc92ad1fc562c03f1a5445470f160c7ae069629c
3
+ size 5861
runs/May23_00-36-42_ntk6yy1ouv/events.out.tfevents.1684802215.ntk6yy1ouv.4868.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f022d7e8713c83acd6e521f5fbc7887d0855f4e4e27f258b376c24c0479e8c8a
3
+ size 40
runs/May23_00-45-27_nwirivl608/1684802758.1543465/events.out.tfevents.1684802758.nwirivl608.162.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bae043f82d9be0c873757dd0ba3205c5b0126da7625bf78662068ddb0659a8
3
+ size 5857
runs/May23_00-45-27_nwirivl608/events.out.tfevents.1684802758.nwirivl608.162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2ec96600c070b99ecbcde69ca44cd6cbb1cd4e3b2194b0ea0bf1c62de9e27e
3
+ size 40
runs/May23_00-51-09_nwirivl608/1684803077.23452/events.out.tfevents.1684803077.nwirivl608.1684.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cac1e1d979341b319b8d7014aae01ccee204eda581fc7696b7b4a152cdccde9
3
+ size 5857
runs/May23_00-51-09_nwirivl608/events.out.tfevents.1684803077.nwirivl608.1684.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22631a5c5516801fe82cdc09993a1c61b983b257af4ad6e10999ae1b3a8fbf0
3
+ size 40
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc338a40b20f2de85f5a722ee5ee51f7dbc2c4a3f9fd378262b370419cbf164f
3
+ size 3887
vocab.json ADDED
The diff for this file is too large to render. See raw diff