jondurbin commited on
Commit
a26fb4b
1 Parent(s): 4143cb3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ meta-license/Responsible-Use-Guide.pdf filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,385 @@
1
  ---
2
  license: llama2
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
+ datasets:
4
+ - jondurbin/airoboros-2.2
5
  ---
6
+
7
+ ### Overview
8
+
9
+ Another experimental model, using mostly sythetic data generated by [airoboros](https://github.com/jondurbin/airoboros)
10
+
11
+ Highlights:
12
+
13
+ - The prompt format has changed! It is now newlines instead of spaces between system/USER/ASSISTANT (see prompt info below).
14
+ - "Clean" version of airoboros-2.2 dataset -- this model __does not__ contain the de-alignment data.
15
+ - For an uncensored version, use spicyboros variant: https://hf.co/jondurbin/spicyboros-c34b-2.2
16
+ - I re-generated all of the outputs in the dataset that had "Once upon a time" so they'd be less cliche - no guarantees that won't still happen, but in theory it may happen less.
17
+ - More multiple choice, better awareness, some alignment for normal use case but system-prompt overridable etc.
18
+
19
+ Breakdown of the training data:
20
+
21
+ | Count | Category |
22
+ |-------|----------------------------|
23
+ | 36 | experience |
24
+ | 60 | quiz |
25
+ | 63 | card |
26
+ | 76 | greeting |
27
+ | 100 | detailed\_writing |
28
+ | 200 | song |
29
+ | 204 | editor |
30
+ | 207 | counterfactual\_contextual |
31
+ | 268 | cot |
32
+ | 339 | theory\_of\_mind |
33
+ | 416 | awareness |
34
+ | 439 | stylized\_response |
35
+ | 457 | misconception |
36
+ | 500 | summarization |
37
+ | 620 | riddle |
38
+ | 719 | agent |
39
+ | 800 | plan |
40
+ | 873 | gtkm |
41
+ | 963 | rp |
42
+ | 1000 | wordgame |
43
+ | 1279 | multiple\_choice |
44
+ | 1519 | joke |
45
+ | 1758 | writing |
46
+ | 2152 | contextual |
47
+ | 2183 | trivia |
48
+ | 2364 | roleplay |
49
+ | 4699 | general |
50
+ | 5775 | coding |
51
+ | 11366 | orca |
52
+
53
+
54
+ In other words, it's a fairly general purpose model, but focuses fairly heavily on instruction response pairs rather than casual chat/roleplay.
55
+
56
+ Huge thank you to the folks over at [a16z](https://a16z.com/) for sponsoring the costs associated with building models and associated tools!
57
+
58
+
59
+ ### Prompt format
60
+
61
+ The prompt format:
62
+
63
+ ```
64
+ A chat.
65
+ USER: {prompt}
66
+ ASSISTANT:
67
+ ```
68
+
69
+ The default system prompt ("A chat.") was used for most of the prompts, however it also included a wide sampling of responses with other prompts, particularly in "stylized\_response", "rp", "gtkm", etc.
70
+
71
+ Here's another example:
72
+ ```
73
+ A chat between Bob (aka USER) and Tom (aka ASSISTANT). Tom is an extremely intelligent 18th century bookkeeper, who speaks loquaciously.
74
+ USER: {prompt}
75
+ ASSISTANT:
76
+ ```
77
+
78
+ And chat scenario that wouldn't require USER/ASSISTANT (but should use stopping criteria to prevent the model from speaking on your behalf).
79
+ ```
80
+ A chat between old friends: Timmy and Tommy.
81
+ {description of characters}
82
+
83
+ {setting for the chat}
84
+ Timmy: *takes a big sip from his coffee* "Ah, sweet, delicious, magical coffee."
85
+ Tommy:
86
+ ```
87
+
88
+ __*I strongly suggest adding stopping criteria/early inference stopping on "USER:", and/or whatever names you specify in the system prompt.*__
89
+
90
+ ### Fine tuning info
91
+
92
+ https://gist.github.com/jondurbin/eda7c4dc9e4459952b47eafb9e4056b2
93
+
94
+ Earlier checkpoints of adapter model here: https://huggingface.co/jondurbin/airoboros-l2-70b-2.2-checkpoints
95
+
96
+ ### Helpful usage tips
97
+
98
+ *The prompts shown here are are just the text that would be included after USER: and before ASSISTANT: in the full prompt format above, the system prompt and USER:/ASSISTANT: have been omited for readability.*
99
+
100
+ #### Context obedient question answering
101
+
102
+ By obedient, I mean the model was trained to ignore what it thinks it knows, and uses the context to answer the question. The model was also tuned to limit the values to the provided context as much as possible to reduce hallucinations.
103
+
104
+ The format for a closed-context prompt is as follows:
105
+ ```
106
+ BEGININPUT
107
+ BEGINCONTEXT
108
+ [key0: value0]
109
+ [key1: value1]
110
+ ... other metdata ...
111
+ ENDCONTEXT
112
+ [insert your text blocks here]
113
+ ENDINPUT
114
+ [add as many other blocks, in the exact same format]
115
+ BEGININSTRUCTION
116
+ [insert your instruction(s). The model was tuned with single questions, paragraph format, lists, etc.]
117
+ ENDINSTRUCTION
118
+ ```
119
+
120
+ It's also helpful to add "Don't make up answers if you don't know." to your instruction block to make sure if the context is completely unrelated it doesn't make something up.
121
+
122
+ *The __only__ prompts that need this closed context formating are closed-context instructions. Normal questions/instructions do not!*
123
+
124
+ I know it's a bit verbose and annoying, but after much trial and error, using these explicit delimiters helps the model understand where to find the responses and how to associate specific sources with it.
125
+ - `BEGININPUT` - denotes a new input block
126
+ - `BEGINCONTEXT` - denotes the block of context (metadata key/value pairs) to associate with the current input block
127
+ - `ENDCONTEXT` - denotes the end of the metadata block for the current input
128
+ - [text] - Insert whatever text you want for the input block, as many paragraphs as can fit in the context.
129
+ - `ENDINPUT` - denotes the end of the current input block
130
+ - [repeat as many input blocks in this format as you want]
131
+ - `BEGININSTRUCTION` - denotes the start of the list (or one) instruction(s) to respond to for all of the input blocks above.
132
+ - [instruction(s)]
133
+ - `ENDINSTRUCTION` - denotes the end of instruction set
134
+
135
+ It sometimes works without `ENDINSTRUCTION`, but by explicitly including that in the prompt, the model better understands that all of the instructions in the block should be responded to.
136
+
137
+ Here's a trivial, but important example to prove the point:
138
+ ```
139
+ BEGININPUT
140
+ BEGINCONTEXT
141
+ date: 2021-01-01
142
+ url: https://web.site/123
143
+ ENDCONTEXT
144
+ In a shocking turn of events, blueberries are now green, but will be sticking with the same name.
145
+ ENDINPUT
146
+ BEGININSTRUCTION
147
+ What color are bluberries? Source?
148
+ ENDINSTRUCTION
149
+ ```
150
+
151
+ And the response:
152
+ ```
153
+ Blueberries are now green.
154
+ Source:
155
+ date: 2021-01-01
156
+ url: https://web.site/123
157
+ ```
158
+
159
+ #### Coding
160
+
161
+ You can ask for fairly complex coding instructions with multiple criteria, e.g.:
162
+
163
+ ```
164
+ Create a python application with the following requirements:
165
+ - Asyncio FastAPI webserver
166
+ - ping endpoint that returns the current date in JSON format
167
+ - file upload endpoint, which calculates the file's sha256 checksum, and checks postgres to deduplicate
168
+ ```
169
+
170
+ Or inline criteria:
171
+
172
+ ```
173
+ Write a multi-threaded TCP server in C that accepts a "GET [key]" input and "SET [key] [value]" input, and uses a binary tree to get and store the input values.
174
+ ```
175
+
176
+ You can also optionally add a single space and "PLAINFORMAT" at the end of your prompt to avoid backticks, explanations, etc. and just print the code, e.g.:
177
+
178
+ ```
179
+ Write a websocket application in node.js. PLAINFORMAT
180
+ ```
181
+
182
+ #### Agent/function calling
183
+
184
+ The dataset includes many examples of function/args generation based on input criteria. This is somewhat similar to the OpenAI function calling, but the output is either JSON or YAML.
185
+
186
+ Example prompt:
187
+ ```
188
+ As an AI assistant, please select the most suitable function and parameters from the list of available functions below, based on the user's input. Provide your response in JSON format.
189
+
190
+ Input: I want to know how many times 'Python' is mentioned in my text file.
191
+
192
+ Available functions:
193
+ file_analytics:
194
+ description: This tool performs various operations on a text file.
195
+ params:
196
+ action: The operation we want to perform on the data, such as "count_occurrences", "find_line", etc.
197
+ filters:
198
+ keyword: The word or phrase we want to search for.
199
+ ```
200
+
201
+ Response:
202
+ ```json
203
+ {
204
+ "function": "file_analytics",
205
+ "params": {
206
+ "action": "count_occurrences",
207
+ "filters": {
208
+ "keyword": "Python"
209
+ }
210
+ }
211
+ }
212
+ ```
213
+
214
+ #### Chain-of-thought
215
+
216
+ You can ask for several possible responses to a given problem, with a ranking and final answer selection.
217
+
218
+ Example prompt:
219
+
220
+ ```
221
+ A group of people decide to play a round-robin tournament where every player plays every other player exactly once. If a total of 45 games were played, how many players participated in the tournament? Offer several potential answers, rank them according to mathematical logic, and pick the most feasible one.
222
+ ```
223
+
224
+ Example response:
225
+ ```
226
+ Solution 1:
227
+ In a round-robin tournament, each player plays every other player exactly once. This means that the total number of games played is equal to the combination of all players taken two at a time (since a game involves two players).
228
+
229
+ The formula for combinations is nC2 = n(n-1)/2, where n is the total number of players. We know that nC2 equals 45 (the total number of games), so we can set up the equation as follows:
230
+
231
+ n(n-1)/2 = 45
232
+
233
+ Solving this equation gives us n=10.
234
+
235
+ Final answer: There were 10 players in the tournament.
236
+
237
+ Solution 2:
238
+ Another way to approach this problem is by using the concept of triangular numbers. Triangular numbers are a sequence of numbers where each number can be represented as a triangle with dots. The nth triangular number is given by the sum of the first n natural numbers.
239
+
240
+ If we consider each game as a dot and each player as a side of the triangle, then the total number of games (45) would correspond to the 9th triangular number because 1+2+3+4+5+6+7+8+9=45. However, since each side of the triangle represents a player, and there's one more player than sides in our model (because the last player has no one left to play against), we need to add one more to get the total number of players.
241
+
242
+ Final answer: There were 10 players in the tournament.
243
+
244
+ Solution 3:
245
+ We could also use trial and error to solve this problem. Starting from a small number of players, we calculate how many games would be played in a round-robin tournament until we reach 45 games. For example, with 2 players, only 1 game is played; with 3 players, 3 games are played; with 4 players, 6 games are played, and so on. Continuing this process, we find that with 10 players, 45 games are played.
246
+
247
+ Final answer: There were 10 players in the tournament.
248
+
249
+ Ranking of solutions from best to worst:
250
+ 1. Solution 1: This solution uses direct mathematical reasoning based on the properties of a round-robin tournament and solves an equation to find the answer.
251
+ 2. Solution 2: This solution uses the concept of triangular numbers which requires additional steps and knowledge beyond the immediate problem context, but still arrives at the correct answer.
252
+ 3. Solution 3: This solution relies on trial and error, which is less efficient and reliable than the other methods, but it eventually gets to the right answer.
253
+
254
+ Best and final answer: There were 10 players in the tournament.
255
+ ```
256
+
257
+ #### reWOO style execution planning
258
+
259
+ The model now supports execution planning for complex instructions that would require making use of several tools. The output is just the plan, you must implement a mechanism to parse the output and actually call the functions!
260
+
261
+ Example prompt:
262
+ ```
263
+ Please construct a systematic plan to generate an optimal response to the user instruction, utilizing a set of provided tools. Each plan will correspond to an evidence value, which will be the output of one of the available functions given an input string
264
+ that could be the user's question, one or more prior evidence values, or a combination of both.
265
+
266
+ Here are the tools available to be called:
267
+ DuckDuckGo[input]: Tool that enables the user to search for information using the DuckDuckGo search engine. This tool is helpful in locating a suitable list of sites that may contain the answer to the user's query. It does not directly answer the question but finds a list of sites that might have the answer.
268
+ TextScraper[input]: Load one or more websites from the input string containing newline delimited links, where input is one or more links, and produces plain text output containing the content of the links.
269
+ HyperlinkExtractor[input]: Extract links from plain text and produces a plain text, newline delimited response of links.
270
+ KnowledgeModel[input]: Question answering language model, particularly useful in answering questions based on an input passage of text. The input must be a text question that references an :evidence[n]: variable, e.g. What color is the cat, given :evidence1:?
271
+
272
+ The output should be in format:
273
+ Plan: [first action to take based on input question]
274
+ :evidence0: = [function to call with input parameter]
275
+ Plan: [next action to take, based on result of :evidence0:]
276
+ :evidence1: = [next function to call and input parameter, which may include reference to previous evidence, e.g. "Given context :evidence0"]
277
+ ...
278
+ Answer: [:evidence[n]: containing the final answer.]
279
+
280
+ Question: Who won the Nobel Prize in Literature in 2020 and what is their most famous work?
281
+ ```
282
+
283
+ Response:
284
+ ```
285
+ Plan: Begin by conducting a web search to find out who won the Nobel Prize in Literature in 2020.
286
+ :evidence0: = DuckDuckGo[Nobel Prize in Literature 2020 winner]
287
+ Plan: Utilize the KnowledgeModel to interpret the search results and find the name of the laureate.
288
+ :evidence1: = KnowledgeModel[Who won the Nobel Prize in Literature in 2020, given :evidence0:?]
289
+ Plan: Conduct another web search to find the most famous work of the identified laureate.
290
+ :evidence2: = DuckDuckGo[Most famous work of :evidence1:]
291
+ Plan: Extract the relevant links from the DuckDuckGo search results for a more focused search.
292
+ :evidence3: = HyperlinkExtractor[:evidence2:]
293
+ Plan: Use the TextScraper tool to extract information from the relevant links.
294
+ :evidence4: = TextScraper[:evidence3:]
295
+ Plan: Finally, utilize the KnowledgeModel to identify and summarize the most famous work of the laureate from the extracted information.
296
+ :evidence5: = KnowledgeModel[What is the most famous work of :evidence1:, given :evidence4:?]
297
+ Answer: :evidence5:
298
+ ```
299
+
300
+ For this to be useful, you'd have to parse the output plan text, and implement/call each of the functions. This is just pseudo-code, completely untested off the top of my head, and obviously would requiring full implementation + hardening:
301
+
302
+ ```python
303
+ import re
304
+ import requests
305
+
306
+ def inject_context(input_text, **context):
307
+ for ref in set(re.findall(r"(:evidence[0-9]+:)", input_text, re.I)):
308
+ input_text = input_text.replace(ref, context.get(ref, ""))
309
+ return input_text
310
+
311
+ def duckduckgo(input_text, **context):
312
+ search_string = inject_context(input_text, **context)
313
+ ... search via duck duck go using search_string
314
+ ... return text content
315
+
316
+ def link_extractor(input_text, **context):
317
+ input_text = inject_context(input_text, **context)
318
+ return "\n".join(list(set(re.findall(r"(https?://[^\s]+?\.?)", input_text, re.I))))
319
+
320
+ def scrape(input_text, **context):
321
+ input_text = inject_context(input_text, **context)
322
+ text = []
323
+ for link in input_text.splitlines():
324
+ text.append(requests.get(link).text)
325
+ return "\n".join(text)
326
+
327
+ def infer(input_text, **context)
328
+ prompt = inject_context(input_text, **context)
329
+ ... call model with prompt, return output
330
+
331
+ def parse_plan(plan):
332
+ method_map = {
333
+ "DuckDuckGo": duckduckgo,
334
+ "HyperlinkExtractor": link_extractor,
335
+ "KnowledgeModel": infer,
336
+ "TextScraper": scrape,
337
+ }
338
+ context = {}
339
+ for line in plan.strip().splitlines():
340
+ if line.startswith("Plan:"):
341
+ print(line)
342
+ continue
343
+ parts = re.match("^(:evidence[0-9]+:)\s*=\s*([^\[]+])(\[.*\])\s$", line, re.I)
344
+ if not parts:
345
+ if line.startswith("Answer: "):
346
+ return context.get(line.split(" ")[-1].strip(), "Answer couldn't be generated...")
347
+ raise RuntimeError("bad format: " + line)
348
+ context[parts.group(1)] = method_map[parts.group(2)](parts.group(3), **context)
349
+ ```
350
+
351
+ ### Contribute
352
+
353
+ If you're interested in new functionality, particularly a new "instructor" type to generate a specific type of training data,
354
+ take a look at the dataset generation tool repo: https://github.com/jondurbin/airoboros and either make a PR or open an issue with details.
355
+
356
+ To help me with the OpenAI/compute costs:
357
+
358
+ - https://bmc.link/jondurbin
359
+ - ETH 0xce914eAFC2fe52FdceE59565Dd92c06f776fcb11
360
+ - BTC bc1qdwuth4vlg8x37ggntlxu5cjfwgmdy5zaa7pswf
361
+
362
+ ### Licence and usage restrictions
363
+
364
+ The airoboros 2.2 models are built on top of llama-2/codellama.
365
+
366
+ The llama-2 base model has a custom Meta license:
367
+ - See the [meta-license/LICENSE.txt](meta-license/LICENSE.txt) file attached for the original license provided by Meta.
368
+ - See also [meta-license/USE_POLICY.md](meta-license/USE_POLICY.md) and [meta-license/Responsible-Use-Guide.pdf](meta-license/Responsible-Use-Guide.pdf), also provided by Meta.
369
+
370
+ The fine-tuning data was mostly generated by OpenAI API calls to gpt-4, via [airoboros](https://github.com/jondurbin/airoboros)
371
+
372
+ The ToS for OpenAI API usage has a clause preventing the output from being used to train a model that __competes__ with OpenAI
373
+
374
+ - what does *compete* actually mean here?
375
+ - these small open source models will not produce output anywhere near the quality of gpt-4, or even gpt-3.5, so I can't imagine this could credibly be considered competing in the first place
376
+ - if someone else uses the dataset to do the same, they wouldn't necessarily be violating the ToS because they didn't call the API, so I don't know how that works
377
+ - the training data used in essentially all large language models includes a significant amount of copyrighted or otherwise non-permissive licensing in the first place
378
+ - other work using the self-instruct method, e.g. the original here: https://github.com/yizhongw/self-instruct released the data and model as apache-2
379
+
380
+ I am purposingly leaving this license ambiguous (other than the fact you must comply with the Meta original license for llama-2) because I am not a lawyer and refuse to attempt to interpret all of the terms accordingly.
381
+
382
+ Your best bet is probably to avoid using this commercially due to the OpenAI API usage.
383
+
384
+ Either way, by using this model, you agree to completely indemnify me.
385
+
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "airoboros-c34b-2.2",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 8192,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 22016,
12
+ "max_position_embeddings": 16384,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 64,
15
+ "num_hidden_layers": 48,
16
+ "num_key_value_heads": 8,
17
+ "rms_norm_eps": 1e-05,
18
+ "rope_scaling": null,
19
+ "rope_theta": 1000000,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.33.1",
23
+ "use_cache": true,
24
+ "vocab_size": 32000
25
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.33.1"
6
+ }
meta-license/LICENSE.txt ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ LLAMA 2 COMMUNITY LICENSE AGREEMENT
2
+ Llama 2 Version Release Date: July 18, 2023
3
+
4
+ "Agreement" means the terms and conditions for use, reproduction, distribution and
5
+ modification of the Llama Materials set forth herein.
6
+
7
+ "Documentation" means the specifications, manuals and documentation
8
+ accompanying Llama 2 distributed by Meta at ai.meta.com/resources/models-and-
9
+ libraries/llama-downloads/.
10
+
11
+ "Licensee" or "you" means you, or your employer or any other person or entity (if
12
+ you are entering into this Agreement on such person or entity's behalf), of the age
13
+ required under applicable laws, rules or regulations to provide legal consent and that
14
+ has legal authority to bind your employer or such other person or entity if you are
15
+ entering in this Agreement on their behalf.
16
+
17
+ "Llama 2" means the foundational large language models and software and
18
+ algorithms, including machine-learning model code, trained model weights,
19
+ inference-enabling code, training-enabling code, fine-tuning enabling code and other
20
+ elements of the foregoing distributed by Meta at ai.meta.com/resources/models-and-
21
+ libraries/llama-downloads/.
22
+
23
+ "Llama Materials" means, collectively, Meta's proprietary Llama 2 and
24
+ Documentation (and any portion thereof) made available under this Agreement.
25
+
26
+ "Meta" or "we" means Meta Platforms Ireland Limited (if you are located in or, if you
27
+ are an entity, your principal place of business is in the EEA or Switzerland) and Meta
28
+ Platforms, Inc. (if you are located outside of the EEA or Switzerland).
29
+
30
+ By clicking "I Accept" below or by using or distributing any portion or element of the
31
+ Llama Materials, you agree to be bound by this Agreement.
32
+
33
+ 1. License Rights and Redistribution.
34
+
35
+ a. Grant of Rights. You are granted a non-exclusive, worldwide, non-
36
+ transferable and royalty-free limited license under Meta's intellectual property or
37
+ other rights owned by Meta embodied in the Llama Materials to use, reproduce,
38
+ distribute, copy, create derivative works of, and make modifications to the Llama
39
+ Materials.
40
+
41
+ b. Redistribution and Use.
42
+
43
+ i. If you distribute or make the Llama Materials, or any derivative works
44
+ thereof, available to a third party, you shall provide a copy of this Agreement to such
45
+ third party.
46
+ ii. If you receive Llama Materials, or any derivative works thereof, from
47
+ a Licensee as part of an integrated end user product, then Section 2 of this
48
+ Agreement will not apply to you.
49
+
50
+ iii. You must retain in all copies of the Llama Materials that you
51
+ distribute the following attribution notice within a "Notice" text file distributed as a
52
+ part of such copies: "Llama 2 is licensed under the LLAMA 2 Community License,
53
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved."
54
+
55
+ iv. Your use of the Llama Materials must comply with applicable laws
56
+ and regulations (including trade compliance laws and regulations) and adhere to the
57
+ Acceptable Use Policy for the Llama Materials (available at
58
+ https://ai.meta.com/llama/use-policy), which is hereby incorporated by reference into
59
+ this Agreement.
60
+
61
+ v. You will not use the Llama Materials or any output or results of the
62
+ Llama Materials to improve any other large language model (excluding Llama 2 or
63
+ derivative works thereof).
64
+
65
+ 2. Additional Commercial Terms. If, on the Llama 2 version release date, the
66
+ monthly active users of the products or services made available by or for Licensee,
67
+ or Licensee's affiliates, is greater than 700 million monthly active users in the
68
+ preceding calendar month, you must request a license from Meta, which Meta may
69
+ grant to you in its sole discretion, and you are not authorized to exercise any of the
70
+ rights under this Agreement unless or until Meta otherwise expressly grants you
71
+ such rights.
72
+
73
+ 3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE
74
+ LLAMA MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE
75
+ PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
76
+ EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY
77
+ WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR
78
+ FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE
79
+ FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING
80
+ THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR
81
+ USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS.
82
+
83
+ 4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE
84
+ LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT,
85
+ NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS
86
+ AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL,
87
+ CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN
88
+ IF META OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF
89
+ ANY OF THE FOREGOING.
90
+
91
+ 5. Intellectual Property.
92
+
93
+ a. No trademark licenses are granted under this Agreement, and in
94
+ connection with the Llama Materials, neither Meta nor Licensee may use any name
95
+ or mark owned by or associated with the other or any of its affiliates, except as
96
+ required for reasonable and customary use in describing and redistributing the
97
+ Llama Materials.
98
+
99
+ b. Subject to Meta's ownership of Llama Materials and derivatives made by or
100
+ for Meta, with respect to any derivative works and modifications of the Llama
101
+ Materials that are made by you, as between you and Meta, you are and will be the
102
+ owner of such derivative works and modifications.
103
+
104
+ c. If you institute litigation or other proceedings against Meta or any entity
105
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the Llama
106
+ Materials or Llama 2 outputs or results, or any portion of any of the foregoing,
107
+ constitutes infringement of intellectual property or other rights owned or licensable
108
+ by you, then any licenses granted to you under this Agreement shall terminate as of
109
+ the date such litigation or claim is filed or instituted. You will indemnify and hold
110
+ harmless Meta from and against any claim by any third party arising out of or related
111
+ to your use or distribution of the Llama Materials.
112
+
113
+ 6. Term and Termination. The term of this Agreement will commence upon your
114
+ acceptance of this Agreement or access to the Llama Materials and will continue in
115
+ full force and effect until terminated in accordance with the terms and conditions
116
+ herein. Meta may terminate this Agreement if you are in breach of any term or
117
+ condition of this Agreement. Upon termination of this Agreement, you shall delete
118
+ and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the
119
+ termination of this Agreement.
120
+
121
+ 7. Governing Law and Jurisdiction. This Agreement will be governed and
122
+ construed under the laws of the State of California without regard to choice of law
123
+ principles, and the UN Convention on Contracts for the International Sale of Goods
124
+ does not apply to this Agreement. The courts of California shall have exclusive
125
+ jurisdiction of any dispute arising out of this Agreement.
126
+
meta-license/Responsible-Use-Guide.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525dc349d71fe257fce4098c146446df6fef4247174f351381e4c3214af126f0
3
+ size 1253223
meta-license/USE_POLICY.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Llama 2 Acceptable Use Policy
2
+
3
+ Meta is committed to promoting safe and fair use of its tools and features, including Llama 2. If you access or use Llama 2, you agree to this Acceptable Use Policy (“Policy”). The most recent copy of this policy can be found at [ai.meta.com/llama/use-policy](http://ai.meta.com/llama/use-policy).
4
+
5
+ ## Prohibited Uses
6
+ We want everyone to use Llama 2 safely and responsibly. You agree you will not use, or allow others to use, Llama 2 to:
7
+
8
+ 1. Violate the law or others’ rights, including to:
9
+ 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
10
+ 1. Violence or terrorism
11
+ 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
12
+ 3. Human trafficking, exploitation, and sexual violence
13
+ 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
14
+ 5. Sexual solicitation
15
+ 6. Any other criminal activity
16
+ 2. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
17
+ 3. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
18
+ 4. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
19
+ 5. Collect, process, disclose, generate, or infer health, demographic, or other sensitive personal or private information about individuals without rights and consents required by applicable laws
20
+ 6. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama 2 Materials
21
+ 7. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
22
+
23
+
24
+
25
+ 2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Llama 2 related to the following:
26
+ 1. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State
27
+ 2. Guns and illegal weapons (including weapon development)
28
+ 3. Illegal drugs and regulated/controlled substances
29
+ 4. Operation of critical infrastructure, transportation technologies, or heavy machinery
30
+ 5. Self-harm or harm to others, including suicide, cutting, and eating disorders
31
+ 6. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
32
+
33
+
34
+
35
+ 3. Intentionally deceive or mislead others, including use of Llama 2 related to the following:
36
+ 1. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
37
+ 2. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
38
+ 3. Generating, promoting, or further distributing spam
39
+ 4. Impersonating another individual without consent, authorization, or legal right
40
+ 5. Representing that the use of Llama 2 or outputs are human-generated
41
+ 6. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement
42
+ 4. Fail to appropriately disclose to end users any known dangers of your AI system
43
+
44
+ Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation of this Policy through one of the following means:
45
+
46
+ * Reporting issues with the model: [github.com/facebookresearch/llama](http://github.com/facebookresearch/llama)
47
+ * Reporting risky content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
48
+ * Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
49
+ * Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama: [LlamaUseReport@meta.com](mailto:LlamaUseReport@meta.com)
50
+
pytorch_model-00001-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93d032a47c9672902c5c4cd91c21a225d06c775e7ba6f144e684eb94c746e57
3
+ size 9852638880
pytorch_model-00002-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efdfdbae180edceb3ae5adcd762d04ee552ce127e63bb9472c0bf50da8fed3a
3
+ size 9689094520
pytorch_model-00003-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b97a219daa5d33a83cdb52f3750534c48c086c1fcae03fcb1f79e6a048bcabe
3
+ size 9689094520
pytorch_model-00004-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e653f4cf232984ce8cd0fc1acd2583a76fcd6c6bd26e239eafc82c5cbc8f92
3
+ size 9689094520
pytorch_model-00005-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3638ba06995ffc1623486862bac6fe1905977c3291df95a8dbf86597ba63b914
3
+ size 9689094520
pytorch_model-00006-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33dedec122009827f8299054b8c4055c6788a7937b8e23e2776b5818a20a5718
3
+ size 9689094520
pytorch_model-00007-of-00007.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea5d63e9da639ec45a913689a8409709079ce318f0e4d586961a07e05a15489
3
+ size 9189987200
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 67487940608
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00007-of-00007.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00007.bin",
8
+ "model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
9
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
10
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
11
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
12
+ "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
13
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
14
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
15
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
16
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
17
+ "model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
18
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
19
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
20
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
21
+ "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
22
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
23
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
24
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
25
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
26
+ "model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
27
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
28
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
29
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
30
+ "model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
31
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
32
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
33
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
34
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
35
+ "model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
36
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
37
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
38
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
39
+ "model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
40
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
41
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
42
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
43
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
44
+ "model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
45
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
46
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
47
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
48
+ "model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
49
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
50
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
51
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
52
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
53
+ "model.layers.13.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
54
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
55
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
56
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
57
+ "model.layers.13.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
58
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
59
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
60
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
61
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
62
+ "model.layers.14.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
63
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
64
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
65
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
66
+ "model.layers.14.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
67
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
68
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
69
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
70
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
71
+ "model.layers.15.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
72
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
73
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
74
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
75
+ "model.layers.15.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
76
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
77
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
78
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
79
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
80
+ "model.layers.16.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
81
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
82
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
83
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
84
+ "model.layers.16.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
85
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
86
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
87
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
88
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
89
+ "model.layers.17.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
90
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
91
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
92
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
93
+ "model.layers.17.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
94
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
95
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
96
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
97
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
98
+ "model.layers.18.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
99
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
100
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
101
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
102
+ "model.layers.18.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
103
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
104
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
105
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
106
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
107
+ "model.layers.19.input_layernorm.weight": "pytorch_model-00003-of-00007.bin",
108
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00003-of-00007.bin",
109
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
110
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
111
+ "model.layers.19.post_attention_layernorm.weight": "pytorch_model-00003-of-00007.bin",
112
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
113
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
114
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
115
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
116
+ "model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
117
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
118
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
119
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
120
+ "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
121
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
122
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
123
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
124
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
125
+ "model.layers.20.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
126
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
127
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00003-of-00007.bin",
128
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00007.bin",
129
+ "model.layers.20.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
130
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00003-of-00007.bin",
131
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00003-of-00007.bin",
132
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00003-of-00007.bin",
133
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00003-of-00007.bin",
134
+ "model.layers.21.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
135
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
136
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
137
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
138
+ "model.layers.21.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
139
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
140
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
141
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
142
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
143
+ "model.layers.22.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
144
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
145
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
146
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
147
+ "model.layers.22.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
148
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
149
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
150
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
151
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
152
+ "model.layers.23.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
153
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
154
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
155
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
156
+ "model.layers.23.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
157
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
158
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
159
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
160
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
161
+ "model.layers.24.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
162
+ "model.layers.24.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
163
+ "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
164
+ "model.layers.24.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
165
+ "model.layers.24.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
166
+ "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
167
+ "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
168
+ "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
169
+ "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
170
+ "model.layers.25.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
171
+ "model.layers.25.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
172
+ "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
173
+ "model.layers.25.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
174
+ "model.layers.25.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
175
+ "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
176
+ "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
177
+ "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
178
+ "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
179
+ "model.layers.26.input_layernorm.weight": "pytorch_model-00004-of-00007.bin",
180
+ "model.layers.26.mlp.down_proj.weight": "pytorch_model-00004-of-00007.bin",
181
+ "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
182
+ "model.layers.26.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
183
+ "model.layers.26.post_attention_layernorm.weight": "pytorch_model-00004-of-00007.bin",
184
+ "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
185
+ "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
186
+ "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
187
+ "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
188
+ "model.layers.27.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
189
+ "model.layers.27.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
190
+ "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00004-of-00007.bin",
191
+ "model.layers.27.mlp.up_proj.weight": "pytorch_model-00004-of-00007.bin",
192
+ "model.layers.27.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
193
+ "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00004-of-00007.bin",
194
+ "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00004-of-00007.bin",
195
+ "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00004-of-00007.bin",
196
+ "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00004-of-00007.bin",
197
+ "model.layers.28.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
198
+ "model.layers.28.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
199
+ "model.layers.28.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
200
+ "model.layers.28.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
201
+ "model.layers.28.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
202
+ "model.layers.28.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
203
+ "model.layers.28.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
204
+ "model.layers.28.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
205
+ "model.layers.28.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
206
+ "model.layers.29.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
207
+ "model.layers.29.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
208
+ "model.layers.29.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
209
+ "model.layers.29.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
210
+ "model.layers.29.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
211
+ "model.layers.29.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
212
+ "model.layers.29.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
213
+ "model.layers.29.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
214
+ "model.layers.29.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
215
+ "model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
216
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
217
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
218
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
219
+ "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
220
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
221
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
222
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
223
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
224
+ "model.layers.30.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
225
+ "model.layers.30.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
226
+ "model.layers.30.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
227
+ "model.layers.30.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
228
+ "model.layers.30.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
229
+ "model.layers.30.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
230
+ "model.layers.30.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
231
+ "model.layers.30.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
232
+ "model.layers.30.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
233
+ "model.layers.31.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
234
+ "model.layers.31.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
235
+ "model.layers.31.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
236
+ "model.layers.31.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
237
+ "model.layers.31.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
238
+ "model.layers.31.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
239
+ "model.layers.31.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
240
+ "model.layers.31.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
241
+ "model.layers.31.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
242
+ "model.layers.32.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
243
+ "model.layers.32.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
244
+ "model.layers.32.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
245
+ "model.layers.32.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
246
+ "model.layers.32.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
247
+ "model.layers.32.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
248
+ "model.layers.32.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
249
+ "model.layers.32.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
250
+ "model.layers.32.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
251
+ "model.layers.33.input_layernorm.weight": "pytorch_model-00005-of-00007.bin",
252
+ "model.layers.33.mlp.down_proj.weight": "pytorch_model-00005-of-00007.bin",
253
+ "model.layers.33.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
254
+ "model.layers.33.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
255
+ "model.layers.33.post_attention_layernorm.weight": "pytorch_model-00005-of-00007.bin",
256
+ "model.layers.33.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
257
+ "model.layers.33.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
258
+ "model.layers.33.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
259
+ "model.layers.33.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
260
+ "model.layers.34.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
261
+ "model.layers.34.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
262
+ "model.layers.34.mlp.gate_proj.weight": "pytorch_model-00005-of-00007.bin",
263
+ "model.layers.34.mlp.up_proj.weight": "pytorch_model-00005-of-00007.bin",
264
+ "model.layers.34.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
265
+ "model.layers.34.self_attn.k_proj.weight": "pytorch_model-00005-of-00007.bin",
266
+ "model.layers.34.self_attn.o_proj.weight": "pytorch_model-00005-of-00007.bin",
267
+ "model.layers.34.self_attn.q_proj.weight": "pytorch_model-00005-of-00007.bin",
268
+ "model.layers.34.self_attn.v_proj.weight": "pytorch_model-00005-of-00007.bin",
269
+ "model.layers.35.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
270
+ "model.layers.35.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
271
+ "model.layers.35.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
272
+ "model.layers.35.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
273
+ "model.layers.35.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
274
+ "model.layers.35.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
275
+ "model.layers.35.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
276
+ "model.layers.35.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
277
+ "model.layers.35.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
278
+ "model.layers.36.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
279
+ "model.layers.36.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
280
+ "model.layers.36.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
281
+ "model.layers.36.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
282
+ "model.layers.36.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
283
+ "model.layers.36.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
284
+ "model.layers.36.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
285
+ "model.layers.36.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
286
+ "model.layers.36.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
287
+ "model.layers.37.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
288
+ "model.layers.37.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
289
+ "model.layers.37.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
290
+ "model.layers.37.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
291
+ "model.layers.37.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
292
+ "model.layers.37.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
293
+ "model.layers.37.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
294
+ "model.layers.37.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
295
+ "model.layers.37.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
296
+ "model.layers.38.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
297
+ "model.layers.38.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
298
+ "model.layers.38.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
299
+ "model.layers.38.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
300
+ "model.layers.38.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
301
+ "model.layers.38.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
302
+ "model.layers.38.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
303
+ "model.layers.38.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
304
+ "model.layers.38.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
305
+ "model.layers.39.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
306
+ "model.layers.39.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
307
+ "model.layers.39.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
308
+ "model.layers.39.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
309
+ "model.layers.39.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
310
+ "model.layers.39.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
311
+ "model.layers.39.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
312
+ "model.layers.39.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
313
+ "model.layers.39.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
314
+ "model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
315
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
316
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
317
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
318
+ "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
319
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
320
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
321
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
322
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
323
+ "model.layers.40.input_layernorm.weight": "pytorch_model-00006-of-00007.bin",
324
+ "model.layers.40.mlp.down_proj.weight": "pytorch_model-00006-of-00007.bin",
325
+ "model.layers.40.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
326
+ "model.layers.40.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
327
+ "model.layers.40.post_attention_layernorm.weight": "pytorch_model-00006-of-00007.bin",
328
+ "model.layers.40.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
329
+ "model.layers.40.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
330
+ "model.layers.40.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
331
+ "model.layers.40.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
332
+ "model.layers.41.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
333
+ "model.layers.41.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
334
+ "model.layers.41.mlp.gate_proj.weight": "pytorch_model-00006-of-00007.bin",
335
+ "model.layers.41.mlp.up_proj.weight": "pytorch_model-00006-of-00007.bin",
336
+ "model.layers.41.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
337
+ "model.layers.41.self_attn.k_proj.weight": "pytorch_model-00006-of-00007.bin",
338
+ "model.layers.41.self_attn.o_proj.weight": "pytorch_model-00006-of-00007.bin",
339
+ "model.layers.41.self_attn.q_proj.weight": "pytorch_model-00006-of-00007.bin",
340
+ "model.layers.41.self_attn.v_proj.weight": "pytorch_model-00006-of-00007.bin",
341
+ "model.layers.42.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
342
+ "model.layers.42.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
343
+ "model.layers.42.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
344
+ "model.layers.42.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
345
+ "model.layers.42.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
346
+ "model.layers.42.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
347
+ "model.layers.42.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
348
+ "model.layers.42.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
349
+ "model.layers.42.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
350
+ "model.layers.43.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
351
+ "model.layers.43.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
352
+ "model.layers.43.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
353
+ "model.layers.43.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
354
+ "model.layers.43.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
355
+ "model.layers.43.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
356
+ "model.layers.43.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
357
+ "model.layers.43.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
358
+ "model.layers.43.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
359
+ "model.layers.44.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
360
+ "model.layers.44.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
361
+ "model.layers.44.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
362
+ "model.layers.44.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
363
+ "model.layers.44.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
364
+ "model.layers.44.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
365
+ "model.layers.44.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
366
+ "model.layers.44.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
367
+ "model.layers.44.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
368
+ "model.layers.45.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
369
+ "model.layers.45.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
370
+ "model.layers.45.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
371
+ "model.layers.45.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
372
+ "model.layers.45.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
373
+ "model.layers.45.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
374
+ "model.layers.45.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
375
+ "model.layers.45.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
376
+ "model.layers.45.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
377
+ "model.layers.46.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
378
+ "model.layers.46.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
379
+ "model.layers.46.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
380
+ "model.layers.46.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
381
+ "model.layers.46.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
382
+ "model.layers.46.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
383
+ "model.layers.46.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
384
+ "model.layers.46.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
385
+ "model.layers.46.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
386
+ "model.layers.47.input_layernorm.weight": "pytorch_model-00007-of-00007.bin",
387
+ "model.layers.47.mlp.down_proj.weight": "pytorch_model-00007-of-00007.bin",
388
+ "model.layers.47.mlp.gate_proj.weight": "pytorch_model-00007-of-00007.bin",
389
+ "model.layers.47.mlp.up_proj.weight": "pytorch_model-00007-of-00007.bin",
390
+ "model.layers.47.post_attention_layernorm.weight": "pytorch_model-00007-of-00007.bin",
391
+ "model.layers.47.self_attn.k_proj.weight": "pytorch_model-00007-of-00007.bin",
392
+ "model.layers.47.self_attn.o_proj.weight": "pytorch_model-00007-of-00007.bin",
393
+ "model.layers.47.self_attn.q_proj.weight": "pytorch_model-00007-of-00007.bin",
394
+ "model.layers.47.self_attn.v_proj.weight": "pytorch_model-00007-of-00007.bin",
395
+ "model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00007.bin",
396
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00007.bin",
397
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
398
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
399
+ "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00007.bin",
400
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
401
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
402
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
403
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
404
+ "model.layers.6.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
405
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
406
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00007.bin",
407
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00007.bin",
408
+ "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
409
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00007.bin",
410
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00007.bin",
411
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00007.bin",
412
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00007.bin",
413
+ "model.layers.7.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
414
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
415
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
416
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
417
+ "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
418
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
419
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
420
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
421
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
422
+ "model.layers.8.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
423
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
424
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
425
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
426
+ "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
427
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
428
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
429
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
430
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
431
+ "model.layers.9.input_layernorm.weight": "pytorch_model-00002-of-00007.bin",
432
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00007.bin",
433
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00007.bin",
434
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00007.bin",
435
+ "model.layers.9.post_attention_layernorm.weight": "pytorch_model-00002-of-00007.bin",
436
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00007.bin",
437
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00007.bin",
438
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00007.bin",
439
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00007.bin",
440
+ "model.norm.weight": "pytorch_model-00007-of-00007.bin"
441
+ }
442
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
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,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": false,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "legacy": null,
22
+ "model_max_length": 1000000000000000019884624838656,
23
+ "pad_token": null,
24
+ "sp_model_kwargs": {},
25
+ "spaces_between_special_tokens": false,
26
+ "tokenizer_class": "LlamaTokenizer",
27
+ "unk_token": {
28
+ "__type": "AddedToken",
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "use_default_system_prompt": true
36
+ }