intfloat commited on
Commit
769d3fc
1 Parent(s): 54575d0

upload model weights

Browse files
README.md CHANGED
The diff for this file is too large to render. See raw diff
 
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "</s>": 2,
3
+ "<s>": 1,
4
+ "<unk>": 0
5
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
+ "architectures": [
4
+ "MistralModel"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 8,
17
+ "pad_token_id": 2,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 10000.0,
20
+ "sliding_window": 4096,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.34.0",
24
+ "use_cache": false,
25
+ "vocab_size": 32000
26
+ }
pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db75942d7777c9bbae5eb1bc7f712d099875e6d6bbccb8522b91b2782977ce52
3
+ size 9943026828
pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143df9048bac75b444ff6faba463220a7d109630ffdffd8bc90ac6f3ba5ddc0a
3
+ size 4278390829
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 14221320192
4
+ },
5
+ "weight_map": {
6
+ "embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
7
+ "layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
8
+ "layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
9
+ "layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
10
+ "layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
12
+ "layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
13
+ "layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
14
+ "layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
17
+ "layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
18
+ "layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
19
+ "layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
21
+ "layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
22
+ "layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "layers.10.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
26
+ "layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
27
+ "layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
28
+ "layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
30
+ "layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
31
+ "layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "layers.11.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
35
+ "layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
36
+ "layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
37
+ "layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
39
+ "layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
40
+ "layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
41
+ "layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "layers.12.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
44
+ "layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
45
+ "layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
46
+ "layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
48
+ "layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
49
+ "layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "layers.13.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
53
+ "layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
54
+ "layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
55
+ "layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
57
+ "layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
58
+ "layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "layers.14.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
62
+ "layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
63
+ "layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
64
+ "layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
66
+ "layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
67
+ "layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
68
+ "layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "layers.15.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
71
+ "layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
72
+ "layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
73
+ "layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
75
+ "layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
76
+ "layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
79
+ "layers.16.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
80
+ "layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
81
+ "layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
82
+ "layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
84
+ "layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
85
+ "layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
86
+ "layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
87
+ "layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
88
+ "layers.17.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
89
+ "layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
90
+ "layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
91
+ "layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
92
+ "layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
93
+ "layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
94
+ "layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
95
+ "layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
96
+ "layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
97
+ "layers.18.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
98
+ "layers.18.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
99
+ "layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
100
+ "layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
101
+ "layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
102
+ "layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
103
+ "layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
104
+ "layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
105
+ "layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
106
+ "layers.19.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
107
+ "layers.19.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
108
+ "layers.19.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
109
+ "layers.19.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
110
+ "layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
111
+ "layers.19.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
112
+ "layers.19.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
113
+ "layers.19.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
114
+ "layers.19.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
115
+ "layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
116
+ "layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
117
+ "layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
118
+ "layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
119
+ "layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
120
+ "layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
121
+ "layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
122
+ "layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
123
+ "layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
124
+ "layers.20.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
125
+ "layers.20.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
126
+ "layers.20.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
127
+ "layers.20.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
128
+ "layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
129
+ "layers.20.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
130
+ "layers.20.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
131
+ "layers.20.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
132
+ "layers.20.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
133
+ "layers.21.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
134
+ "layers.21.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
135
+ "layers.21.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
136
+ "layers.21.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
137
+ "layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
138
+ "layers.21.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
139
+ "layers.21.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
140
+ "layers.21.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
141
+ "layers.21.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
142
+ "layers.22.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
143
+ "layers.22.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
144
+ "layers.22.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
145
+ "layers.22.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
146
+ "layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
147
+ "layers.22.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
148
+ "layers.22.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
149
+ "layers.22.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
150
+ "layers.22.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
151
+ "layers.23.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
152
+ "layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
153
+ "layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
154
+ "layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
155
+ "layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
156
+ "layers.23.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
157
+ "layers.23.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
158
+ "layers.23.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
159
+ "layers.23.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
160
+ "layers.24.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
161
+ "layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
162
+ "layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
163
+ "layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
164
+ "layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
165
+ "layers.24.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
166
+ "layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
167
+ "layers.24.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
168
+ "layers.24.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
169
+ "layers.25.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
170
+ "layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
171
+ "layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
172
+ "layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
173
+ "layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
174
+ "layers.25.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
175
+ "layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
176
+ "layers.25.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
177
+ "layers.25.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
178
+ "layers.26.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
179
+ "layers.26.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
180
+ "layers.26.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
181
+ "layers.26.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
182
+ "layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
183
+ "layers.26.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
184
+ "layers.26.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
185
+ "layers.26.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
186
+ "layers.26.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
187
+ "layers.27.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
188
+ "layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
189
+ "layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
190
+ "layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
191
+ "layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
192
+ "layers.27.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
193
+ "layers.27.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
194
+ "layers.27.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
195
+ "layers.27.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
196
+ "layers.28.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
197
+ "layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
198
+ "layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
199
+ "layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
200
+ "layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
201
+ "layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
202
+ "layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
203
+ "layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
204
+ "layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
205
+ "layers.29.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
206
+ "layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
207
+ "layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
208
+ "layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
209
+ "layers.29.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
210
+ "layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
211
+ "layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
212
+ "layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
213
+ "layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
214
+ "layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
215
+ "layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
216
+ "layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
217
+ "layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
219
+ "layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
220
+ "layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
221
+ "layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "layers.30.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
224
+ "layers.30.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
225
+ "layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
226
+ "layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
227
+ "layers.30.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
228
+ "layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
229
+ "layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
230
+ "layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
231
+ "layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
232
+ "layers.31.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
233
+ "layers.31.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
234
+ "layers.31.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
235
+ "layers.31.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
236
+ "layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
237
+ "layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
238
+ "layers.31.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
239
+ "layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
240
+ "layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
241
+ "layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
242
+ "layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
243
+ "layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
244
+ "layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
245
+ "layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
246
+ "layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
247
+ "layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
248
+ "layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
249
+ "layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
250
+ "layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
251
+ "layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
252
+ "layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
253
+ "layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
254
+ "layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
255
+ "layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
256
+ "layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
257
+ "layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
258
+ "layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
259
+ "layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
260
+ "layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
261
+ "layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
262
+ "layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
263
+ "layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
264
+ "layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
265
+ "layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
266
+ "layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
267
+ "layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
268
+ "layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
269
+ "layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
270
+ "layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
271
+ "layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
272
+ "layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
273
+ "layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
274
+ "layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
275
+ "layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
276
+ "layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
277
+ "layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
278
+ "layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
279
+ "layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
280
+ "layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
281
+ "layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
282
+ "layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
283
+ "layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
284
+ "layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
285
+ "layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
286
+ "layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
287
+ "layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
288
+ "layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
289
+ "layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
290
+ "layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
291
+ "layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
292
+ "layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
293
+ "layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
294
+ "layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
295
+ "norm.weight": "pytorch_model-00002-of-00002.bin"
296
+ }
297
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "pad_token": "</s>",
10
+ "unk_token": "<unk>"
11
+ }
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
28
+ "additional_special_tokens": [
29
+ "<unk>",
30
+ "<s>",
31
+ "</s>"
32
+ ],
33
+ "bos_token": "<s>",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false
44
+ }