shivanandmn commited on
Commit
ce0b974
·
verified ·
1 Parent(s): e2d4c5a

Training in progress, step 500

Browse files
Files changed (27) hide show
  1. .locks/models--gpt2-medium/1f1d9aaca301414e7f6c9396df506798ff4eb9a6.lock +0 -0
  2. .locks/models--gpt2-medium/226b0752cac7789c48f0cb3ec53eda48b7be36cc.lock +0 -0
  3. .locks/models--gpt2-medium/4b988bccc9dc5adacd403c00b4704976196548f8.lock +0 -0
  4. .locks/models--gpt2-medium/7b40acf43d912d857c663046ac178ee3fd7ff2d0.lock +0 -0
  5. .locks/models--gpt2-medium/be4d21d94f3b4687e5a54d84bf6ab46ed0f8defd.lock +0 -0
  6. config.json +47 -0
  7. merges.txt +0 -0
  8. model.safetensors +3 -0
  9. models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/added_tokens.json +0 -0
  10. models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/chat_template.jinja +0 -0
  11. models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/special_tokens_map.json +0 -0
  12. models--gpt2-medium/blobs/1f1d9aaca301414e7f6c9396df506798ff4eb9a6 +0 -0
  13. models--gpt2-medium/blobs/226b0752cac7789c48f0cb3ec53eda48b7be36cc +0 -0
  14. models--gpt2-medium/blobs/4b988bccc9dc5adacd403c00b4704976196548f8 +0 -0
  15. models--gpt2-medium/blobs/7b40acf43d912d857c663046ac178ee3fd7ff2d0 +33 -0
  16. models--gpt2-medium/blobs/be4d21d94f3b4687e5a54d84bf6ab46ed0f8defd +1 -0
  17. models--gpt2-medium/refs/main +1 -0
  18. models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/config.json +33 -0
  19. models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/merges.txt +0 -0
  20. models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/tokenizer.json +0 -0
  21. models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/tokenizer_config.json +1 -0
  22. models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/vocab.json +0 -0
  23. special_tokens_map.json +5 -0
  24. tokenizer.json +0 -0
  25. tokenizer_config.json +21 -0
  26. training_args.bin +3 -0
  27. vocab.json +0 -0
.locks/models--gpt2-medium/1f1d9aaca301414e7f6c9396df506798ff4eb9a6.lock ADDED
File without changes
.locks/models--gpt2-medium/226b0752cac7789c48f0cb3ec53eda48b7be36cc.lock ADDED
File without changes
.locks/models--gpt2-medium/4b988bccc9dc5adacd403c00b4704976196548f8.lock ADDED
File without changes
.locks/models--gpt2-medium/7b40acf43d912d857c663046ac178ee3fd7ff2d0.lock ADDED
File without changes
.locks/models--gpt2-medium/be4d21d94f3b4687e5a54d84bf6ab46ed0f8defd.lock ADDED
File without changes
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "apply_diffusion": true,
4
+ "apply_drift": true,
5
+ "architectures": [
6
+ "DDGPT2LMHeadModel"
7
+ ],
8
+ "attn_pdrop": 0.1,
9
+ "auto_map": {
10
+ "AutoConfig": "modeling_dd_gpt2.DDGPT2Config",
11
+ "AutoModel": "modeling_dd_gpt2.DDGPT2LMHeadModel"
12
+ },
13
+ "baseline_each_head": true,
14
+ "bos_token_id": 50256,
15
+ "embd_pdrop": 0.1,
16
+ "eos_token_id": 50256,
17
+ "initializer_range": 0.02,
18
+ "layer_norm_epsilon": 1e-05,
19
+ "model_type": "dd-gpt2",
20
+ "n_ctx": 1024,
21
+ "n_embd": 1024,
22
+ "n_head": 16,
23
+ "n_inner": null,
24
+ "n_layer": 24,
25
+ "n_positions": 1024,
26
+ "n_special": 0,
27
+ "predict_special_tokens": true,
28
+ "reorder_and_upcast_attn": false,
29
+ "resid_pdrop": 0.1,
30
+ "scale_attn_by_inverse_layer_idx": false,
31
+ "scale_attn_weights": true,
32
+ "summary_activation": null,
33
+ "summary_first_dropout": 0.1,
34
+ "summary_proj_to_labels": true,
35
+ "summary_type": "cls_index",
36
+ "summary_use_proj": true,
37
+ "task_specific_params": {
38
+ "text-generation": {
39
+ "do_sample": true,
40
+ "max_length": 50
41
+ }
42
+ },
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.49.0",
45
+ "use_cache": false,
46
+ "vocab_size": 50257
47
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342039b28387f93d635c7204bdc3becd76498ba6fe03f88d591d22dbdecc434e
3
+ size 1419625352
models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/added_tokens.json ADDED
File without changes
models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/chat_template.jinja ADDED
File without changes
models--gpt2-medium/.no_exist/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/special_tokens_map.json ADDED
File without changes
models--gpt2-medium/blobs/1f1d9aaca301414e7f6c9396df506798ff4eb9a6 ADDED
The diff for this file is too large to render. See raw diff
 
models--gpt2-medium/blobs/226b0752cac7789c48f0cb3ec53eda48b7be36cc ADDED
The diff for this file is too large to render. See raw diff
 
models--gpt2-medium/blobs/4b988bccc9dc5adacd403c00b4704976196548f8 ADDED
The diff for this file is too large to render. See raw diff
 
models--gpt2-medium/blobs/7b40acf43d912d857c663046ac178ee3fd7ff2d0 ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_ctx": 1024,
14
+ "n_embd": 1024,
15
+ "n_head": 16,
16
+ "n_layer": 24,
17
+ "n_positions": 1024,
18
+ "n_special": 0,
19
+ "predict_special_tokens": true,
20
+ "resid_pdrop": 0.1,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "task_specific_params": {
27
+ "text-generation": {
28
+ "do_sample": true,
29
+ "max_length": 50
30
+ }
31
+ },
32
+ "vocab_size": 50257
33
+ }
models--gpt2-medium/blobs/be4d21d94f3b4687e5a54d84bf6ab46ed0f8defd ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 1024}
models--gpt2-medium/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ 6dcaa7a952f72f9298047fd5137cd6e4f05f41da
models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_ctx": 1024,
14
+ "n_embd": 1024,
15
+ "n_head": 16,
16
+ "n_layer": 24,
17
+ "n_positions": 1024,
18
+ "n_special": 0,
19
+ "predict_special_tokens": true,
20
+ "resid_pdrop": 0.1,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "task_specific_params": {
27
+ "text-generation": {
28
+ "do_sample": true,
29
+ "max_length": 50
30
+ }
31
+ },
32
+ "vocab_size": 50257
33
+ }
models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 1024}
models--gpt2-medium/snapshots/6dcaa7a952f72f9298047fd5137cd6e4f05f41da/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>",
20
+ "use_fast": true
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763ce50f2956cc7004c8c0e21f036f02d774b20dfb19800f75c2844b3fd8ef7d
3
+ size 5496
vocab.json ADDED
The diff for this file is too large to render. See raw diff