SummerSigh commited on
Commit
4201c97
·
1 Parent(s): a9024c2

Upload 12 files

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/gpt-neo-125M",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTNeoForCausalLM"
6
+ ],
7
+ "attention_dropout": 0,
8
+ "attention_layers": [
9
+ "global",
10
+ "local",
11
+ "global",
12
+ "local",
13
+ "global",
14
+ "local",
15
+ "global",
16
+ "local",
17
+ "global",
18
+ "local",
19
+ "global",
20
+ "local"
21
+ ],
22
+ "attention_types": [
23
+ [
24
+ [
25
+ "global",
26
+ "local"
27
+ ],
28
+ 6
29
+ ]
30
+ ],
31
+ "bos_token_id": 50256,
32
+ "embed_dropout": 0,
33
+ "eos_token_id": 50256,
34
+ "gradient_checkpointing": false,
35
+ "hidden_size": 768,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": null,
38
+ "layer_norm_epsilon": 1e-05,
39
+ "max_position_embeddings": 2048,
40
+ "model_type": "gpt_neo",
41
+ "num_heads": 12,
42
+ "num_layers": 12,
43
+ "resid_dropout": 0,
44
+ "summary_activation": null,
45
+ "summary_first_dropout": 0.1,
46
+ "summary_proj_to_labels": true,
47
+ "summary_type": "cls_index",
48
+ "summary_use_proj": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.26.1",
51
+ "use_cache": true,
52
+ "vocab_size": 50257,
53
+ "window_size": 256
54
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.26.1"
6
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4552969416b69a176eecc0ebb2b1c50cb7910a18e1caa60af57e0650bcdcae9d
3
+ size 1001689455
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22380bedc99d1a67116aa244d435a72391127abfa87c6d803bc509616b42a75f
3
+ size 551189991
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:316a28030dee0e8b77cf59bb21904f3269d5671ab19ea6aeeab385c811010384
3
+ size 14657
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbba12a5918bb0aa079648dc23e9d433f5fc0e85f27115a5ebbc3b3a803f3efd
3
+ size 559
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe515f64c81dc9ab458a35092d864e86e5c64d64e0ecfac54a60b2e45f95be5
3
+ size 623
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "errors": "replace",
21
+ "model_max_length": 2048,
22
+ "name_or_path": "EleutherAI/gpt-neo-125M",
23
+ "pad_token": null,
24
+ "special_tokens_map_file": null,
25
+ "tokenizer_class": "GPT2Tokenizer",
26
+ "unk_token": {
27
+ "__type": "AddedToken",
28
+ "content": "<|endoftext|>",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
trainer_state.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.792332268370607,
5
+ "global_step": 9000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.27,
12
+ "learning_rate": 4.7337593184238556e-05,
13
+ "loss": 2.3421,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.53,
18
+ "learning_rate": 4.468051118210863e-05,
19
+ "loss": 2.2764,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.8,
24
+ "learning_rate": 4.201810436634718e-05,
25
+ "loss": 2.2325,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.06,
30
+ "learning_rate": 3.935569755058573e-05,
31
+ "loss": 2.1843,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.33,
36
+ "learning_rate": 3.669329073482428e-05,
37
+ "loss": 2.0173,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.6,
42
+ "learning_rate": 3.403088391906283e-05,
43
+ "loss": 2.0383,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.86,
48
+ "learning_rate": 3.136847710330139e-05,
49
+ "loss": 2.0066,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 2.13,
54
+ "learning_rate": 2.8706070287539938e-05,
55
+ "loss": 1.9359,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 2.4,
60
+ "learning_rate": 2.604366347177849e-05,
61
+ "loss": 1.8781,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 2.66,
66
+ "learning_rate": 2.3386581469648563e-05,
67
+ "loss": 1.8675,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 2.93,
72
+ "learning_rate": 2.0724174653887117e-05,
73
+ "loss": 1.8704,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 3.19,
78
+ "learning_rate": 1.8061767838125668e-05,
79
+ "loss": 1.7724,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 3.46,
84
+ "learning_rate": 1.5399361022364218e-05,
85
+ "loss": 1.7745,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 3.73,
90
+ "learning_rate": 1.2736954206602768e-05,
91
+ "loss": 1.7645,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 3.99,
96
+ "learning_rate": 1.0079872204472844e-05,
97
+ "loss": 1.763,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 4.26,
102
+ "learning_rate": 7.417465388711395e-06,
103
+ "loss": 1.6872,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 4.53,
108
+ "learning_rate": 4.755058572949947e-06,
109
+ "loss": 1.7002,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 4.79,
114
+ "learning_rate": 2.0926517571884984e-06,
115
+ "loss": 1.6932,
116
+ "step": 9000
117
+ }
118
+ ],
119
+ "max_steps": 9390,
120
+ "num_train_epochs": 5,
121
+ "total_flos": 7344000796262400.0,
122
+ "trial_name": null,
123
+ "trial_params": null
124
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22cf6ef9e069e173dbe651b96243ea411fd8254672d8fcf07bb38769d9e967b7
3
+ size 3503
vocab.json ADDED
The diff for this file is too large to render. See raw diff