p-christ commited on
Commit
5d7617a
·
1 Parent(s): 564d488

Upload folder using huggingface_hub

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Llama-2-7b-hf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "max_position_embeddings": 4096,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 32,
18
+ "pretraining_tp": 1,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "rope_theta": 10000.0,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.34.1",
25
+ "use_cache": true,
26
+ "vocab_size": 32001
27
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.9,
9
+ "transformers_version": "4.34.1"
10
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b5ca0e8d87d28a6d26bbff6eb8726e79a8b96dcb1a0f8d91482498ec12df0b
3
+ size 11576634
pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79be714a9a31d7f8ed43659f1822aa825fe65c00b5831265e50fba494f89db67
3
+ size 9976631809
pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546995655b8e0169793cbdd80b81c7470f48dda781cd6ec2aca7af4c8d51d970
3
+ size 3500320478
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 13476847616
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00002-of-00002.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
8
+ "model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
10
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
19
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
57
+ "model.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
66
+ "model.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
71
+ "model.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
75
+ "model.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
80
+ "model.layers.16.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
85
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
86
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
89
+ "model.layers.17.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
90
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
91
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
92
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
93
+ "model.layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
94
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
95
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
96
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
97
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
98
+ "model.layers.18.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
99
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
100
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
101
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
102
+ "model.layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
103
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
104
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
105
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
106
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
107
+ "model.layers.19.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
108
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
109
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
110
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
111
+ "model.layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
112
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
113
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
114
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
115
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
116
+ "model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
117
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
118
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
119
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
120
+ "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
121
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
122
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
123
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
124
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
125
+ "model.layers.20.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
126
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
127
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
128
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
129
+ "model.layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
130
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
131
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
132
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
133
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
134
+ "model.layers.21.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
135
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
136
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
137
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
138
+ "model.layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
139
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
140
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
141
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
143
+ "model.layers.22.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
144
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
145
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
146
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
147
+ "model.layers.22.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
148
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
149
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
150
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
151
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
152
+ "model.layers.23.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
153
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
154
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
155
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
156
+ "model.layers.23.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
157
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
158
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
159
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
160
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
161
+ "model.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
162
+ "model.layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
163
+ "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
164
+ "model.layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
165
+ "model.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
166
+ "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
167
+ "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
168
+ "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
169
+ "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
170
+ "model.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
171
+ "model.layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
172
+ "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
173
+ "model.layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
174
+ "model.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
175
+ "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
176
+ "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
177
+ "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
178
+ "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
179
+ "model.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
180
+ "model.layers.26.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
181
+ "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
182
+ "model.layers.26.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
183
+ "model.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
184
+ "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
185
+ "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
186
+ "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
187
+ "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
188
+ "model.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
189
+ "model.layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
190
+ "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
191
+ "model.layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
192
+ "model.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
193
+ "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
194
+ "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
195
+ "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
196
+ "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
197
+ "model.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
198
+ "model.layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
199
+ "model.layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
200
+ "model.layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
201
+ "model.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
202
+ "model.layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
203
+ "model.layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
204
+ "model.layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
205
+ "model.layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
206
+ "model.layers.29.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
207
+ "model.layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
208
+ "model.layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
209
+ "model.layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
210
+ "model.layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
211
+ "model.layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
212
+ "model.layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
213
+ "model.layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
214
+ "model.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
215
+ "model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
216
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
217
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
220
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
221
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
224
+ "model.layers.30.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
225
+ "model.layers.30.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
226
+ "model.layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
227
+ "model.layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
228
+ "model.layers.30.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
229
+ "model.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
230
+ "model.layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
231
+ "model.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
232
+ "model.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
233
+ "model.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
234
+ "model.layers.31.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
235
+ "model.layers.31.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
236
+ "model.layers.31.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
237
+ "model.layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
238
+ "model.layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
239
+ "model.layers.31.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
240
+ "model.layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
241
+ "model.layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
242
+ "model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
243
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
244
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
245
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
246
+ "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
247
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
248
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
249
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
250
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
251
+ "model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
252
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
253
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
254
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
255
+ "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
256
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
257
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
258
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
259
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
260
+ "model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
261
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
262
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
263
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
264
+ "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
265
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
266
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
267
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
268
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
269
+ "model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
270
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
271
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
272
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
273
+ "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
274
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
275
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
276
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
277
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
278
+ "model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
279
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
280
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
281
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
282
+ "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
283
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
284
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
285
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
286
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
287
+ "model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
288
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
289
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
290
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
291
+ "model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
292
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
293
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
294
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
295
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
296
+ "model.norm.weight": "pytorch_model-00002-of-00002.bin"
297
+ }
298
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8525e999ae1fb58276df768d43876a7cec45ab9a1d3dbea056ce4202ea8eb6d9
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf151dc7eef6f05fddd2418e8cdd2466cb8c00c22cbc35f94546e570b71ac189
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "32000": {
28
+ "content": "<pad>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "eos_token": "</s>",
39
+ "legacy": false,
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "<pad>",
42
+ "padding_side": "left",
43
+ "sp_model_kwargs": {},
44
+ "tokenizer_class": "LlamaTokenizer",
45
+ "unk_token": "<unk>",
46
+ "use_default_system_prompt": true
47
+ }
trainer_state.json ADDED
@@ -0,0 +1,575 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.1153767853975296,
3
+ "best_model_checkpoint": "./checkpoint-86",
4
+ "epoch": 4.977491961414791,
5
+ "eval_steps": 500,
6
+ "global_step": 86,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.06,
13
+ "learning_rate": 2.9996470588235293e-05,
14
+ "loss": 0.1951,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.12,
19
+ "learning_rate": 2.9992941176470588e-05,
20
+ "loss": 0.3401,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.17,
25
+ "learning_rate": 2.9989411764705883e-05,
26
+ "loss": 0.267,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.23,
31
+ "learning_rate": 2.9985882352941178e-05,
32
+ "loss": 0.4651,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.29,
37
+ "learning_rate": 2.998235294117647e-05,
38
+ "loss": 0.6765,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.35,
43
+ "learning_rate": 2.9978823529411765e-05,
44
+ "loss": 0.4293,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.41,
49
+ "learning_rate": 2.997529411764706e-05,
50
+ "loss": 0.2214,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.46,
55
+ "learning_rate": 2.9971764705882355e-05,
56
+ "loss": 0.4923,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.52,
61
+ "learning_rate": 2.9968235294117647e-05,
62
+ "loss": 0.2441,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.58,
67
+ "learning_rate": 2.9964705882352942e-05,
68
+ "loss": 0.5719,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.64,
73
+ "learning_rate": 2.9961176470588237e-05,
74
+ "loss": 0.2243,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.69,
79
+ "learning_rate": 2.9957647058823532e-05,
80
+ "loss": 0.7649,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.75,
85
+ "learning_rate": 2.9954117647058824e-05,
86
+ "loss": 0.1913,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.81,
91
+ "learning_rate": 2.9950588235294116e-05,
92
+ "loss": 0.1986,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.87,
97
+ "learning_rate": 2.9947058823529414e-05,
98
+ "loss": 0.2042,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.93,
103
+ "learning_rate": 2.9943529411764706e-05,
104
+ "loss": 0.3077,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.98,
109
+ "learning_rate": 2.994e-05,
110
+ "loss": 0.2246,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.98,
115
+ "eval_loss": 0.15935464203357697,
116
+ "eval_runtime": 17.1948,
117
+ "eval_samples_per_second": 11.224,
118
+ "eval_steps_per_second": 1.919,
119
+ "step": 17
120
+ },
121
+ {
122
+ "epoch": 1.04,
123
+ "learning_rate": 2.9936470588235293e-05,
124
+ "loss": 0.2669,
125
+ "step": 18
126
+ },
127
+ {
128
+ "epoch": 1.1,
129
+ "learning_rate": 2.9932941176470588e-05,
130
+ "loss": 0.1503,
131
+ "step": 19
132
+ },
133
+ {
134
+ "epoch": 1.16,
135
+ "learning_rate": 2.9929411764705883e-05,
136
+ "loss": 0.1519,
137
+ "step": 20
138
+ },
139
+ {
140
+ "epoch": 1.22,
141
+ "learning_rate": 2.992588235294118e-05,
142
+ "loss": 0.251,
143
+ "step": 21
144
+ },
145
+ {
146
+ "epoch": 1.27,
147
+ "learning_rate": 2.992235294117647e-05,
148
+ "loss": 0.1592,
149
+ "step": 22
150
+ },
151
+ {
152
+ "epoch": 1.33,
153
+ "learning_rate": 2.9918823529411765e-05,
154
+ "loss": 0.2098,
155
+ "step": 23
156
+ },
157
+ {
158
+ "epoch": 1.39,
159
+ "learning_rate": 2.991529411764706e-05,
160
+ "loss": 0.1687,
161
+ "step": 24
162
+ },
163
+ {
164
+ "epoch": 1.45,
165
+ "learning_rate": 2.9911764705882352e-05,
166
+ "loss": 0.2123,
167
+ "step": 25
168
+ },
169
+ {
170
+ "epoch": 1.5,
171
+ "learning_rate": 2.9908235294117648e-05,
172
+ "loss": 0.1677,
173
+ "step": 26
174
+ },
175
+ {
176
+ "epoch": 1.56,
177
+ "learning_rate": 2.990470588235294e-05,
178
+ "loss": 0.3109,
179
+ "step": 27
180
+ },
181
+ {
182
+ "epoch": 1.62,
183
+ "learning_rate": 2.9901176470588238e-05,
184
+ "loss": 0.6994,
185
+ "step": 28
186
+ },
187
+ {
188
+ "epoch": 1.68,
189
+ "learning_rate": 2.989764705882353e-05,
190
+ "loss": 1.4716,
191
+ "step": 29
192
+ },
193
+ {
194
+ "epoch": 1.74,
195
+ "learning_rate": 2.9894117647058825e-05,
196
+ "loss": 0.378,
197
+ "step": 30
198
+ },
199
+ {
200
+ "epoch": 1.79,
201
+ "learning_rate": 2.9890588235294116e-05,
202
+ "loss": 1.4485,
203
+ "step": 31
204
+ },
205
+ {
206
+ "epoch": 1.85,
207
+ "learning_rate": 2.9887058823529415e-05,
208
+ "loss": 0.2106,
209
+ "step": 32
210
+ },
211
+ {
212
+ "epoch": 1.91,
213
+ "learning_rate": 2.9883529411764707e-05,
214
+ "loss": 0.237,
215
+ "step": 33
216
+ },
217
+ {
218
+ "epoch": 1.97,
219
+ "learning_rate": 2.9880000000000002e-05,
220
+ "loss": 0.3392,
221
+ "step": 34
222
+ },
223
+ {
224
+ "epoch": 1.97,
225
+ "eval_loss": 0.21225062012672424,
226
+ "eval_runtime": 17.2008,
227
+ "eval_samples_per_second": 11.22,
228
+ "eval_steps_per_second": 1.919,
229
+ "step": 34
230
+ },
231
+ {
232
+ "epoch": 2.03,
233
+ "learning_rate": 2.9876470588235294e-05,
234
+ "loss": 0.1883,
235
+ "step": 35
236
+ },
237
+ {
238
+ "epoch": 2.08,
239
+ "learning_rate": 2.9872941176470592e-05,
240
+ "loss": 0.1791,
241
+ "step": 36
242
+ },
243
+ {
244
+ "epoch": 2.14,
245
+ "learning_rate": 2.9869411764705884e-05,
246
+ "loss": 0.1241,
247
+ "step": 37
248
+ },
249
+ {
250
+ "epoch": 2.2,
251
+ "learning_rate": 2.9865882352941176e-05,
252
+ "loss": 0.1891,
253
+ "step": 38
254
+ },
255
+ {
256
+ "epoch": 2.26,
257
+ "learning_rate": 2.986235294117647e-05,
258
+ "loss": 0.1484,
259
+ "step": 39
260
+ },
261
+ {
262
+ "epoch": 2.32,
263
+ "learning_rate": 2.9858823529411763e-05,
264
+ "loss": 0.1614,
265
+ "step": 40
266
+ },
267
+ {
268
+ "epoch": 2.37,
269
+ "learning_rate": 2.985529411764706e-05,
270
+ "loss": 0.1053,
271
+ "step": 41
272
+ },
273
+ {
274
+ "epoch": 2.43,
275
+ "learning_rate": 2.9851764705882353e-05,
276
+ "loss": 0.1314,
277
+ "step": 42
278
+ },
279
+ {
280
+ "epoch": 2.49,
281
+ "learning_rate": 2.9848235294117648e-05,
282
+ "loss": 0.1592,
283
+ "step": 43
284
+ },
285
+ {
286
+ "epoch": 2.55,
287
+ "learning_rate": 2.984470588235294e-05,
288
+ "loss": 0.123,
289
+ "step": 44
290
+ },
291
+ {
292
+ "epoch": 2.6,
293
+ "learning_rate": 2.984117647058824e-05,
294
+ "loss": 0.0935,
295
+ "step": 45
296
+ },
297
+ {
298
+ "epoch": 2.66,
299
+ "learning_rate": 2.983764705882353e-05,
300
+ "loss": 0.1293,
301
+ "step": 46
302
+ },
303
+ {
304
+ "epoch": 2.72,
305
+ "learning_rate": 2.9834117647058825e-05,
306
+ "loss": 0.1652,
307
+ "step": 47
308
+ },
309
+ {
310
+ "epoch": 2.78,
311
+ "learning_rate": 2.9830588235294117e-05,
312
+ "loss": 0.1558,
313
+ "step": 48
314
+ },
315
+ {
316
+ "epoch": 2.84,
317
+ "learning_rate": 2.9827058823529416e-05,
318
+ "loss": 0.0893,
319
+ "step": 49
320
+ },
321
+ {
322
+ "epoch": 2.89,
323
+ "learning_rate": 2.9823529411764707e-05,
324
+ "loss": 0.1105,
325
+ "step": 50
326
+ },
327
+ {
328
+ "epoch": 2.95,
329
+ "learning_rate": 2.982e-05,
330
+ "loss": 0.1162,
331
+ "step": 51
332
+ },
333
+ {
334
+ "epoch": 2.95,
335
+ "eval_loss": 0.12937574088573456,
336
+ "eval_runtime": 17.1968,
337
+ "eval_samples_per_second": 11.223,
338
+ "eval_steps_per_second": 1.919,
339
+ "step": 51
340
+ },
341
+ {
342
+ "epoch": 3.01,
343
+ "learning_rate": 2.9816470588235294e-05,
344
+ "loss": 0.1067,
345
+ "step": 52
346
+ },
347
+ {
348
+ "epoch": 3.07,
349
+ "learning_rate": 2.981294117647059e-05,
350
+ "loss": 0.1177,
351
+ "step": 53
352
+ },
353
+ {
354
+ "epoch": 3.13,
355
+ "learning_rate": 2.9809411764705885e-05,
356
+ "loss": 0.0819,
357
+ "step": 54
358
+ },
359
+ {
360
+ "epoch": 3.18,
361
+ "learning_rate": 2.9805882352941176e-05,
362
+ "loss": 0.0578,
363
+ "step": 55
364
+ },
365
+ {
366
+ "epoch": 3.24,
367
+ "learning_rate": 2.980235294117647e-05,
368
+ "loss": 0.0917,
369
+ "step": 56
370
+ },
371
+ {
372
+ "epoch": 3.3,
373
+ "learning_rate": 2.9798823529411763e-05,
374
+ "loss": 0.1044,
375
+ "step": 57
376
+ },
377
+ {
378
+ "epoch": 3.36,
379
+ "learning_rate": 2.9795294117647062e-05,
380
+ "loss": 0.0585,
381
+ "step": 58
382
+ },
383
+ {
384
+ "epoch": 3.41,
385
+ "learning_rate": 2.9791764705882354e-05,
386
+ "loss": 0.0468,
387
+ "step": 59
388
+ },
389
+ {
390
+ "epoch": 3.47,
391
+ "learning_rate": 2.978823529411765e-05,
392
+ "loss": 0.0567,
393
+ "step": 60
394
+ },
395
+ {
396
+ "epoch": 3.53,
397
+ "learning_rate": 2.978470588235294e-05,
398
+ "loss": 0.0923,
399
+ "step": 61
400
+ },
401
+ {
402
+ "epoch": 3.59,
403
+ "learning_rate": 2.9781176470588236e-05,
404
+ "loss": 0.0594,
405
+ "step": 62
406
+ },
407
+ {
408
+ "epoch": 3.65,
409
+ "learning_rate": 2.977764705882353e-05,
410
+ "loss": 0.042,
411
+ "step": 63
412
+ },
413
+ {
414
+ "epoch": 3.7,
415
+ "learning_rate": 2.9774117647058822e-05,
416
+ "loss": 0.0584,
417
+ "step": 64
418
+ },
419
+ {
420
+ "epoch": 3.76,
421
+ "learning_rate": 2.9770588235294118e-05,
422
+ "loss": 0.0982,
423
+ "step": 65
424
+ },
425
+ {
426
+ "epoch": 3.82,
427
+ "learning_rate": 2.9767058823529413e-05,
428
+ "loss": 0.0886,
429
+ "step": 66
430
+ },
431
+ {
432
+ "epoch": 3.88,
433
+ "learning_rate": 2.9763529411764708e-05,
434
+ "loss": 0.094,
435
+ "step": 67
436
+ },
437
+ {
438
+ "epoch": 3.94,
439
+ "learning_rate": 2.976e-05,
440
+ "loss": 0.1225,
441
+ "step": 68
442
+ },
443
+ {
444
+ "epoch": 3.99,
445
+ "learning_rate": 2.9756470588235295e-05,
446
+ "loss": 0.1261,
447
+ "step": 69
448
+ },
449
+ {
450
+ "epoch": 3.99,
451
+ "eval_loss": 0.11959400027990341,
452
+ "eval_runtime": 17.2044,
453
+ "eval_samples_per_second": 11.218,
454
+ "eval_steps_per_second": 1.918,
455
+ "step": 69
456
+ },
457
+ {
458
+ "epoch": 4.05,
459
+ "learning_rate": 2.975294117647059e-05,
460
+ "loss": 0.0772,
461
+ "step": 70
462
+ },
463
+ {
464
+ "epoch": 4.11,
465
+ "learning_rate": 2.9749411764705885e-05,
466
+ "loss": 0.0504,
467
+ "step": 71
468
+ },
469
+ {
470
+ "epoch": 4.17,
471
+ "learning_rate": 2.9745882352941177e-05,
472
+ "loss": 0.0226,
473
+ "step": 72
474
+ },
475
+ {
476
+ "epoch": 4.23,
477
+ "learning_rate": 2.9742352941176472e-05,
478
+ "loss": 0.0213,
479
+ "step": 73
480
+ },
481
+ {
482
+ "epoch": 4.28,
483
+ "learning_rate": 2.9738823529411764e-05,
484
+ "loss": 0.051,
485
+ "step": 74
486
+ },
487
+ {
488
+ "epoch": 4.34,
489
+ "learning_rate": 2.973529411764706e-05,
490
+ "loss": 0.0478,
491
+ "step": 75
492
+ },
493
+ {
494
+ "epoch": 4.4,
495
+ "learning_rate": 2.9731764705882354e-05,
496
+ "loss": 0.0219,
497
+ "step": 76
498
+ },
499
+ {
500
+ "epoch": 4.46,
501
+ "learning_rate": 2.9728235294117646e-05,
502
+ "loss": 0.0185,
503
+ "step": 77
504
+ },
505
+ {
506
+ "epoch": 4.51,
507
+ "learning_rate": 2.972470588235294e-05,
508
+ "loss": 0.0571,
509
+ "step": 78
510
+ },
511
+ {
512
+ "epoch": 4.57,
513
+ "learning_rate": 2.9721176470588236e-05,
514
+ "loss": 0.0488,
515
+ "step": 79
516
+ },
517
+ {
518
+ "epoch": 4.63,
519
+ "learning_rate": 2.971764705882353e-05,
520
+ "loss": 0.0274,
521
+ "step": 80
522
+ },
523
+ {
524
+ "epoch": 4.69,
525
+ "learning_rate": 2.9714117647058823e-05,
526
+ "loss": 0.0202,
527
+ "step": 81
528
+ },
529
+ {
530
+ "epoch": 4.75,
531
+ "learning_rate": 2.9710588235294118e-05,
532
+ "loss": 0.0779,
533
+ "step": 82
534
+ },
535
+ {
536
+ "epoch": 4.8,
537
+ "learning_rate": 2.9707058823529413e-05,
538
+ "loss": 0.0442,
539
+ "step": 83
540
+ },
541
+ {
542
+ "epoch": 4.86,
543
+ "learning_rate": 2.970352941176471e-05,
544
+ "loss": 0.022,
545
+ "step": 84
546
+ },
547
+ {
548
+ "epoch": 4.92,
549
+ "learning_rate": 2.97e-05,
550
+ "loss": 0.0237,
551
+ "step": 85
552
+ },
553
+ {
554
+ "epoch": 4.98,
555
+ "learning_rate": 2.9696470588235295e-05,
556
+ "loss": 0.0364,
557
+ "step": 86
558
+ },
559
+ {
560
+ "epoch": 4.98,
561
+ "eval_loss": 0.1153767853975296,
562
+ "eval_runtime": 17.2133,
563
+ "eval_samples_per_second": 11.212,
564
+ "eval_steps_per_second": 1.917,
565
+ "step": 86
566
+ }
567
+ ],
568
+ "logging_steps": 1,
569
+ "max_steps": 8500,
570
+ "num_train_epochs": 500,
571
+ "save_steps": 500,
572
+ "total_flos": 1.1713583065507922e+18,
573
+ "trial_name": null,
574
+ "trial_params": null
575
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4203fd67d22c5b0806aa6912aacad6e7050284cc2f45bb4e04df45fffbfd2e82
3
+ size 4408