Madhour commited on
Commit
036ffb3
1 Parent(s): ab857ea
.DS_Store ADDED
Binary file (6.15 kB). View file
added_tokens.json ADDED
@@ -0,0 +1 @@
 
1
+ {"<|UNK|>": 50259, "<|PAD|>": 50260, "<|EOS|>": 50258, "<|SEP|>": 50261, "<|BOS|>": 50257}
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 50257,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50258,
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
+ "pad_token_id": 50260,
21
+ "reorder_and_upcast_attn": false,
22
+ "resid_pdrop": 0.1,
23
+ "scale_attn_by_inverse_layer_idx": false,
24
+ "scale_attn_weights": true,
25
+ "sep_token_id": 50261,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 50
35
+ }
36
+ },
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.15.0",
39
+ "use_cache": true,
40
+ "vocab_size": 50262
41
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8fa7be8bce0bfb68827ab656078f7f4e5cb1345da3200e93f31f3bccfd4ee0
3
+ size 14503
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05479fbfc9c9bc3741ca2919cf3c632ce2aed2455c8e5e39af8e5f7159ec32d
3
+ size 559
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580839809af279bd2c9627ea4cd6738840ec3fa38a69ec17d67c36413858655b
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<|BOS|>", "eos_token": "<|EOS|>", "unk_token": "<|UNK|>", "sep_token": "<|SEP|>", "pad_token": "<|PAD|>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.745124876499176,
3
+ "best_model_checkpoint": "/content/checkpoint-250",
4
+ "epoch": 2.0,
5
+ "global_step": 250,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "eval_loss": 0.7531784772872925,
13
+ "eval_runtime": 102.2998,
14
+ "eval_samples_per_second": 19.55,
15
+ "eval_steps_per_second": 4.888,
16
+ "step": 125
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "eval_loss": 0.745124876499176,
21
+ "eval_runtime": 102.2807,
22
+ "eval_samples_per_second": 19.554,
23
+ "eval_steps_per_second": 4.889,
24
+ "step": 250
25
+ }
26
+ ],
27
+ "max_steps": 500,
28
+ "num_train_epochs": 4,
29
+ "total_flos": 6271008768000000.0,
30
+ "trial_name": null,
31
+ "trial_params": null
32
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7adcec3b454fb39ac4704da32c94295547cc32577bfc0e0c007012a73d8f0b48
3
+ size 2927
vocab.json ADDED
The diff for this file is too large to render. See raw diff