guychuk commited on
Commit
bc25f3c
·
verified ·
1 Parent(s): 176b9f5

Upload 7 files

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 32013,
8
+ "eos_token_id": 32014,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5504,
14
+ "max_position_embeddings": 16384,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "num_key_value_heads": 16,
20
+ "pretraining_tp": 1,
21
+ "rms_norm_eps": 1e-06,
22
+ "rope_scaling": {
23
+ "factor": 4.0,
24
+ "rope_type": "linear",
25
+ "type": "linear"
26
+ },
27
+ "rope_theta": 100000,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.55.4",
31
+ "use_cache": true,
32
+ "vocab_size": 32256
33
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 32013,
4
+ "eos_token_id": 32014,
5
+ "transformers_version": "4.55.4"
6
+ }
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 1346471936,
4
+ "total_size": 5385887744
5
+ },
6
+ "weight_map": {
7
+ "lm_head.weight": "pytorch_model-00002-of-00002.bin",
8
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
10
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
19
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
57
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
66
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
71
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
75
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
80
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.layers.16.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
85
+ "model.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
86
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
89
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
90
+ "model.layers.17.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
91
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
92
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
93
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
94
+ "model.layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
95
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
96
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
97
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
98
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
99
+ "model.layers.18.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
100
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
101
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
102
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
103
+ "model.layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
104
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
105
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
106
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
107
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
108
+ "model.layers.19.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
109
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
110
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
111
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
112
+ "model.layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
113
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
114
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
115
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
116
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
117
+ "model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
118
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
119
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
120
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
121
+ "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
122
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
123
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
124
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
125
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
126
+ "model.layers.20.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
127
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
128
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
129
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
130
+ "model.layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
131
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
132
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
133
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
134
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
135
+ "model.layers.21.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
136
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
137
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
138
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
139
+ "model.layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
140
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
141
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
143
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
144
+ "model.layers.22.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
145
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
146
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
147
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
148
+ "model.layers.22.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
149
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
150
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
151
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
152
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
153
+ "model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
154
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
155
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
156
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
157
+ "model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
158
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
159
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
160
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
161
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
162
+ "model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
163
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
164
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
165
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
166
+ "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
167
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
168
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
169
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
170
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
171
+ "model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
172
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
173
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
174
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
175
+ "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
176
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
177
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
178
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
179
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
180
+ "model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
181
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
182
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
183
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
184
+ "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
185
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
186
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
187
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
188
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
189
+ "model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
190
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
191
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
192
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
193
+ "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
194
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
195
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
196
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
197
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
198
+ "model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
199
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
200
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
201
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
202
+ "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
203
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
204
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
205
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
206
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
207
+ "model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
208
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
209
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
210
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
211
+ "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
212
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
213
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
214
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
215
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
216
+ "model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
217
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
220
+ "model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
221
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
224
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
225
+ "model.norm.weight": "pytorch_model-00002-of-00002.bin"
226
+ }
227
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db1798478f6a6f7bda5704bc8d4a8ec83ed8bd0c9d780f3378b30ba41401878
3
+ size 14455
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f7c991de3a3c468d9acec89cabc1677735d1ba747344862f4751a9438d6c48
3
+ size 1465
trainer_state.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 50.0,
6
+ "eval_steps": 500,
7
+ "global_step": 150,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 3.4,
14
+ "grad_norm": 11.04508113861084,
15
+ "learning_rate": 0.00047,
16
+ "loss": 22.1591,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 6.8,
21
+ "grad_norm": 11.043619155883789,
22
+ "learning_rate": 0.00043666666666666664,
23
+ "loss": 21.3272,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 10.0,
28
+ "grad_norm": 11.04284381866455,
29
+ "learning_rate": 0.00040333333333333334,
30
+ "loss": 20.6576,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 13.4,
35
+ "grad_norm": 11.042146682739258,
36
+ "learning_rate": 0.00037,
37
+ "loss": 20.0776,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 16.8,
42
+ "grad_norm": 11.04139518737793,
43
+ "learning_rate": 0.0003366666666666667,
44
+ "loss": 19.5743,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 20.0,
49
+ "grad_norm": 11.040687561035156,
50
+ "learning_rate": 0.00030333333333333335,
51
+ "loss": 19.1426,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 23.4,
56
+ "grad_norm": 11.040124893188477,
57
+ "learning_rate": 0.00027,
58
+ "loss": 18.7768,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 26.8,
63
+ "grad_norm": 11.039709091186523,
64
+ "learning_rate": 0.00023666666666666668,
65
+ "loss": 18.47,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 30.0,
70
+ "grad_norm": 11.039409637451172,
71
+ "learning_rate": 0.00020333333333333333,
72
+ "loss": 18.2153,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 33.4,
77
+ "grad_norm": 11.039207458496094,
78
+ "learning_rate": 0.00017,
79
+ "loss": 18.0066,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 36.8,
84
+ "grad_norm": 11.039071083068848,
85
+ "learning_rate": 0.00013666666666666666,
86
+ "loss": 17.8389,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 40.0,
91
+ "grad_norm": 11.038984298706055,
92
+ "learning_rate": 0.00010333333333333333,
93
+ "loss": 17.708,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 43.4,
98
+ "grad_norm": 11.038930892944336,
99
+ "learning_rate": 7.000000000000001e-05,
100
+ "loss": 17.6112,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 46.8,
105
+ "grad_norm": 11.038902282714844,
106
+ "learning_rate": 3.6666666666666666e-05,
107
+ "loss": 17.5465,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 50.0,
112
+ "grad_norm": 11.038890838623047,
113
+ "learning_rate": 3.3333333333333337e-06,
114
+ "loss": 17.5129,
115
+ "step": 150
116
+ }
117
+ ],
118
+ "logging_steps": 10,
119
+ "max_steps": 150,
120
+ "num_input_tokens_seen": 0,
121
+ "num_train_epochs": 50,
122
+ "save_steps": 500,
123
+ "stateful_callbacks": {
124
+ "TrainerControl": {
125
+ "args": {
126
+ "should_epoch_stop": false,
127
+ "should_evaluate": false,
128
+ "should_log": false,
129
+ "should_save": true,
130
+ "should_training_stop": true
131
+ },
132
+ "attributes": {}
133
+ }
134
+ },
135
+ "total_flos": 1966712291328000.0,
136
+ "train_batch_size": 1,
137
+ "trial_name": null,
138
+ "trial_params": null
139
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9dbab668959b694415cd9182126eda15394aadcbc0235605d12945b140dddc
3
+ size 5777