anikethjr commited on
Commit
276b152
1 Parent(s): b56ab3e

Training in progress, step 250

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_embd": 768,
14
+ "n_head": 12,
15
+ "n_inner": null,
16
+ "n_layer": 12,
17
+ "n_positions": 768,
18
+ "reorder_and_upcast_attn": false,
19
+ "resid_pdrop": 0.1,
20
+ "scale_attn_by_inverse_layer_idx": false,
21
+ "scale_attn_weights": true,
22
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "mean",
26
+ "summary_use_proj": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.24.0",
29
+ "use_cache": true,
30
+ "vocab_size": 4096
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56e894fc804b94536cd20a551213dacb3fcc8acbcab895d2ba47c8d99e0f40d7
3
+ size 362299965
runs/Dec13_04-13-08_n0134.savio3/1670934524.4905102/events.out.tfevents.1670934524.n0134.savio3.184166.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a1b3be250b6ac819dbd4c8dec84d07095a2ecd8699cd7a40d4c07eda068c2d
3
+ size 5691
runs/Dec13_04-13-08_n0134.savio3/events.out.tfevents.1670934524.n0134.savio3.184166.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f512cf01faf764af8ec7c1ff2aee78da1427c984b417f160c7e583d7b24b8c
3
+ size 4531
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<BOS>",
3
+ "cls_token": "<CLS>",
4
+ "eos_token": "<EOS>",
5
+ "mask_token": "<MASK>",
6
+ "pad_token": "<PAD>",
7
+ "sep_token": "<SEP>",
8
+ "unk_token": "<UNK>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "name_or_path": "/global/scratch/users/aniketh/PromoGen/K562_SentencePieceUnigramTokenizer_4096_more_DE_fast",
4
+ "special_tokens": [
5
+ "<BOS>",
6
+ "<EOS>",
7
+ "<PAD>",
8
+ "<UNK>",
9
+ "<CLS>",
10
+ "<SEP>",
11
+ "<MASK>"
12
+ ],
13
+ "special_tokens_map_file": "/global/scratch/users/aniketh/PromoGen/K562_SentencePieceUnigramTokenizer_4096_more_DE_fast/special_tokens_map.json",
14
+ "tokenizer_class": "PreTrainedTokenizerFast"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af36d3c12695a2caecc6e55609a3160c2b7fb942c46e3dfb42cabb292bbe92bf
3
+ size 3515