wjn1996 commited on
Commit
bbea8d7
·
1 Parent(s): 1803887

Upload 14 files

Browse files
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "train_loss": 1.7589535874221183,
4
+ "train_runtime": 26619.1342,
5
+ "train_samples": 10272,
6
+ "train_samples_per_second": 38.589,
7
+ "train_steps_per_second": 2.412
8
+ }
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/wjn/pre-trained-lm/gpt2",
3
+ "activation_function": "gelu_new",
4
+ "adapter_choice": "LiST",
5
+ "adapter_dim": 128,
6
+ "architectures": [
7
+ "GPT2ForCausalLM"
8
+ ],
9
+ "attn_pdrop": 0.1,
10
+ "bos_token_id": 50256,
11
+ "embd_pdrop": 0.1,
12
+ "eos_token_id": 50256,
13
+ "finetuning_task": "causal_instruction",
14
+ "hidden_dropout_prob": 0.1,
15
+ "initializer_range": 0.02,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "model_type": "gpt2",
18
+ "n_ctx": 1024,
19
+ "n_embd": 768,
20
+ "n_head": 12,
21
+ "n_inner": null,
22
+ "n_layer": 12,
23
+ "n_positions": 1024,
24
+ "pre_seq_len": 4,
25
+ "prefix_hidden_size": 512,
26
+ "prefix_projection": false,
27
+ "reorder_and_upcast_attn": false,
28
+ "resid_pdrop": 0.1,
29
+ "scale_attn_by_inverse_layer_idx": false,
30
+ "scale_attn_weights": true,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "task_specific_params": {
37
+ "text-generation": {
38
+ "do_sample": true,
39
+ "max_length": 50
40
+ }
41
+ },
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.21.2",
44
+ "use_cache": true,
45
+ "use_freezing": false,
46
+ "use_prompt_for_cls": false,
47
+ "vocab_size": 50257
48
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461dba1421370dfc18cd73e022e38e19a1edd141b62a26ff9d408967a6489e1a
3
+ size 14657
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53938d26de96cf471f027a3f58878d7ec056237441d4de099ad7d55ee6c6268
3
+ size 14657
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bb6c547c777da4ba0044fd99a7e3ea9384a509cd2fe8d5a1e88eb454a7a509
3
+ size 14657
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b109fa88750d60b5058cb28e4b3b86b0db00c9f53b7d21fbd98703a664d1f9a1
3
+ size 14657
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e619762d72bd7f53ba56a902ab1bbd372c78c2bc40daeb5fb35fae02de986c12
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "name_or_path": "/wjn/pre-trained-lm/gpt2",
6
+ "special_tokens_map_file": null,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>",
9
+ "use_fast": true
10
+ }
trainer_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 93.45794392523365,
5
+ "global_step": 60000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [],
10
+ "max_steps": 64200,
11
+ "num_train_epochs": 100,
12
+ "total_flos": 2.508403579677573e+17,
13
+ "trial_name": null,
14
+ "trial_params": null
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c672acdc99b9a9f1e0e8aa83dc78ad4677645c87fd67da5cfc4c4cb8b623ee1
3
+ size 3439
vocab.json ADDED
The diff for this file is too large to render. See raw diff