wjn1996 commited on
Commit
741470f
1 Parent(s): d140c97

Upload 17 files

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/wjn/pre-trained-lm/gpt2-large",
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": 1280,
20
+ "n_head": 20,
21
+ "n_inner": null,
22
+ "n_layer": 36,
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:6ceae5cd0dc91d6ae8517fccc5b869670d97adb43d2f17b37143a6d4900eb41b
3
+ size 14657
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd279fc8a9c72e7dfa07120198eebbd16ea2a210fd8f9bfd4cd6aca5c9f111d1
3
+ size 14657
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897cf33adda90d279b7b937123d1419fd7a00a09f42402e7145974707faec98c
3
+ size 14657
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:256688de9dbcb9558c4704b68a3f7e33cf07967dc4a33847fe43d603628b6cd6
3
+ size 14657
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01e1d3413f163cd46879bffdd3e0529c1c9f9c99e701a5d443b839c3987c55a
3
+ size 14657
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7c753c6351ca2dc91f1c270f4a68a2dd5a946cf9e6e5eb9fb3903f36c633bb
3
+ size 14657
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22cd7bfb82b731f8ba147c89a79c4db79359dbb4eeaf52c1e3bc12229197d778
3
+ size 14657
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7f2ca3293b403b284278c07e37c8358789fe235f2c2b9f582e384d8dca6574
3
+ size 14657
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c2e40d1c9788e37be1a2cadba28c2a7a531bda63665f568e994a6dc08c589b3
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-large",
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": 9.674298613350532,
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": 62020,
11
+ "num_train_epochs": 10,
12
+ "total_flos": 4.17809975840709e+18,
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:1b30b40d28a2980472995459bc0dabb231d4824b7b68d902f8f0e3c34055bad5
3
+ size 3439
vocab.json ADDED
The diff for this file is too large to render. See raw diff