anikethjr commited on
Commit
4241e96
1 Parent(s): 6e92542

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:0523847d055f3c55607ecf05d6f117ab09be9065e0732f4ddcaf3075665cc62c
3
+ size 357581373
runs/Dec29_20-16-52_n0135.savio3/1672374751.7067218/events.out.tfevents.1672374751.n0135.savio3.142868.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3571482a371647c87e449c6b89d17b7170e8d765f82bcf02444955d9ab7e0467
3
+ size 5710
runs/Dec29_20-16-52_n0135.savio3/events.out.tfevents.1672374751.n0135.savio3.142868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871d0ccb0b02d992ffec553d8165b14cf071760299f1f8b39eb9a330154ce473
3
+ size 4547
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/SentencePieceUnigramTokenizer_4096_log_bins_min_exp_4_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/SentencePieceUnigramTokenizer_4096_log_bins_min_exp_4_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:e5e3bcae5ddcfb5a15bc9db6ff8898a3326bbf7ac060c4d746bebe84f4b6b761
3
+ size 3515