anikethjr commited on
Commit
5889ad7
1 Parent(s): 6d5420c

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": 512,
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:aa89c3175b1a96abc3e90d644871e51d767d56d6071f746df1e74a1b2d37118c
3
+ size 357581373
runs/Dec14_22-20-43_n0135.savio3/1671085250.3020883/events.out.tfevents.1671085250.n0135.savio3.363523.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0888698f954da8349467908050604c229f45ff037196fbb3a7c2ebc03b23ba81
3
+ size 5720
runs/Dec14_22-20-43_n0135.savio3/events.out.tfevents.1671085250.n0135.savio3.363523.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f642c15d7d46ce3fa329ba388fbffd8f29dd524604192e987696fa79595d83
3
+ size 3976
runs/Dec14_22-27-42_n0135.savio3/1671085669.4704056/events.out.tfevents.1671085669.n0135.savio3.364329.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf0b60378e90252a9c86e0f4217c72aedd9e19d0f354005e8b7564becb5e6eb
3
+ size 5720
runs/Dec14_22-27-42_n0135.savio3/events.out.tfevents.1671085669.n0135.savio3.364329.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d24abc8cd5a9e7103cb6d33bde8fc4f4a989d64dbe18b692946199b57c4d2c6
3
+ size 4558
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_log_bins_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_log_bins_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:a652eecf87329af9e419f6e87b86168d2f6c9b52f28f0a4c212dc12a335a8ffb
3
+ size 3515