Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- chat_template.jinja +331 -0
- config.json +80 -0
- generation_config.json +10 -0
- model-00001-of-00073.safetensors +3 -0
- model-00002-of-00073.safetensors +3 -0
- model-00003-of-00073.safetensors +3 -0
- model-00004-of-00073.safetensors +3 -0
- model-00005-of-00073.safetensors +3 -0
- model-00006-of-00073.safetensors +3 -0
- model-00007-of-00073.safetensors +3 -0
- model-00008-of-00073.safetensors +3 -0
- model-00009-of-00073.safetensors +3 -0
- model-00010-of-00073.safetensors +3 -0
- model-00011-of-00073.safetensors +3 -0
- model-00012-of-00073.safetensors +3 -0
- model-00013-of-00073.safetensors +3 -0
- model-00015-of-00073.safetensors +3 -0
- model-00017-of-00073.safetensors +3 -0
- model-00019-of-00073.safetensors +3 -0
- model-00021-of-00073.safetensors +3 -0
- model-00023-of-00073.safetensors +3 -0
- model-00025-of-00073.safetensors +3 -0
- model-00027-of-00073.safetensors +3 -0
- model-00029-of-00073.safetensors +3 -0
- model-00031-of-00073.safetensors +3 -0
- model-00033-of-00073.safetensors +3 -0
- model-00035-of-00073.safetensors +3 -0
- model-00037-of-00073.safetensors +3 -0
- model-00039-of-00073.safetensors +3 -0
- model-00041-of-00073.safetensors +3 -0
- model-00043-of-00073.safetensors +3 -0
- model-00045-of-00073.safetensors +3 -0
- model-00047-of-00073.safetensors +3 -0
- model-00049-of-00073.safetensors +3 -0
- model-00051-of-00073.safetensors +3 -0
- model-00053-of-00073.safetensors +3 -0
- model-00055-of-00073.safetensors +3 -0
- model-00057-of-00073.safetensors +3 -0
- model-00059-of-00073.safetensors +3 -0
- model-00061-of-00073.safetensors +3 -0
- model-00063-of-00073.safetensors +3 -0
- model-00065-of-00073.safetensors +3 -0
- model-00067-of-00073.safetensors +3 -0
- model-00069-of-00073.safetensors +3 -0
- model-00071-of-00073.safetensors +3 -0
- model-00073-of-00073.safetensors +3 -0
- model.safetensors.index.json +623 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
.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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
chat_template.jinja
ADDED
@@ -0,0 +1,331 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{#-
|
2 |
+
In addition to the normal inputs of `messages` and `tools`, this template also accepts the
|
3 |
+
following kwargs:
|
4 |
+
- "builtin_tools": A list, can contain "browser" and/or "python".
|
5 |
+
- "model_identity": A string that optionally describes the model identity.
|
6 |
+
- "reasoning_effort": A string that describes the reasoning effort, defaults to "medium".
|
7 |
+
#}
|
8 |
+
|
9 |
+
{#- Tool Definition Rendering ============================================== #}
|
10 |
+
{%- macro render_typescript_type(param_spec, required_params, is_nullable=false) -%}
|
11 |
+
{%- if param_spec.type == "array" -%}
|
12 |
+
{%- if param_spec['items'] -%}
|
13 |
+
{%- if param_spec['items']['type'] == "string" -%}
|
14 |
+
{{- "string[]" }}
|
15 |
+
{%- elif param_spec['items']['type'] == "number" -%}
|
16 |
+
{{- "number[]" }}
|
17 |
+
{%- elif param_spec['items']['type'] == "integer" -%}
|
18 |
+
{{- "number[]" }}
|
19 |
+
{%- elif param_spec['items']['type'] == "boolean" -%}
|
20 |
+
{{- "boolean[]" }}
|
21 |
+
{%- else -%}
|
22 |
+
{%- set inner_type = render_typescript_type(param_spec['items'], required_params) -%}
|
23 |
+
{%- if inner_type == "object | object" or inner_type|length > 50 -%}
|
24 |
+
{{- "any[]" }}
|
25 |
+
{%- else -%}
|
26 |
+
{{- inner_type + "[]" }}
|
27 |
+
{%- endif -%}
|
28 |
+
{%- endif -%}
|
29 |
+
{%- if param_spec.nullable -%}
|
30 |
+
{{- " | null" }}
|
31 |
+
{%- endif -%}
|
32 |
+
{%- else -%}
|
33 |
+
{{- "any[]" }}
|
34 |
+
{%- if param_spec.nullable -%}
|
35 |
+
{{- " | null" }}
|
36 |
+
{%- endif -%}
|
37 |
+
{%- endif -%}
|
38 |
+
{%- elif param_spec.type is defined and param_spec.type is iterable and param_spec.type is not string and param_spec.type is not mapping and param_spec.type[0] is defined -%}
|
39 |
+
{#- Handle array of types like ["object", "object"] from Union[dict, list] #}
|
40 |
+
{%- if param_spec.type | length > 1 -%}
|
41 |
+
{{- param_spec.type | join(" | ") }}
|
42 |
+
{%- else -%}
|
43 |
+
{{- param_spec.type[0] }}
|
44 |
+
{%- endif -%}
|
45 |
+
{%- elif param_spec.oneOf -%}
|
46 |
+
{#- Handle oneOf schemas - check for complex unions and fallback to any #}
|
47 |
+
{%- set has_object_variants = false -%}
|
48 |
+
{%- for variant in param_spec.oneOf -%}
|
49 |
+
{%- if variant.type == "object" -%}
|
50 |
+
{%- set has_object_variants = true -%}
|
51 |
+
{%- endif -%}
|
52 |
+
{%- endfor -%}
|
53 |
+
{%- if has_object_variants and param_spec.oneOf|length > 1 -%}
|
54 |
+
{{- "any" }}
|
55 |
+
{%- else -%}
|
56 |
+
{%- for variant in param_spec.oneOf -%}
|
57 |
+
{{- render_typescript_type(variant, required_params) -}}
|
58 |
+
{%- if variant.description %}
|
59 |
+
{{- "// " + variant.description }}
|
60 |
+
{%- endif -%}
|
61 |
+
{%- if variant.default is defined %}
|
62 |
+
{{ "// default: " + variant.default|tojson }}
|
63 |
+
{%- endif -%}
|
64 |
+
{%- if not loop.last %}
|
65 |
+
{{- " | " }}
|
66 |
+
{% endif -%}
|
67 |
+
{%- endfor -%}
|
68 |
+
{%- endif -%}
|
69 |
+
{%- elif param_spec.type == "string" -%}
|
70 |
+
{%- if param_spec.enum -%}
|
71 |
+
{{- '"' + param_spec.enum|join('" | "') + '"' -}}
|
72 |
+
{%- else -%}
|
73 |
+
{{- "string" }}
|
74 |
+
{%- if param_spec.nullable %}
|
75 |
+
{{- " | null" }}
|
76 |
+
{%- endif -%}
|
77 |
+
{%- endif -%}
|
78 |
+
{%- elif param_spec.type == "number" -%}
|
79 |
+
{{- "number" }}
|
80 |
+
{%- elif param_spec.type == "integer" -%}
|
81 |
+
{{- "number" }}
|
82 |
+
{%- elif param_spec.type == "boolean" -%}
|
83 |
+
{{- "boolean" }}
|
84 |
+
|
85 |
+
{%- elif param_spec.type == "object" -%}
|
86 |
+
{%- if param_spec.properties -%}
|
87 |
+
{{- "{\n" }}
|
88 |
+
{%- for prop_name, prop_spec in param_spec.properties.items() -%}
|
89 |
+
{{- prop_name -}}
|
90 |
+
{%- if prop_name not in (param_spec.required or []) -%}
|
91 |
+
{{- "?" }}
|
92 |
+
{%- endif -%}
|
93 |
+
{{- ": " }}
|
94 |
+
{{ render_typescript_type(prop_spec, param_spec.required or []) }}
|
95 |
+
{%- if not loop.last -%}
|
96 |
+
{{-", " }}
|
97 |
+
{%- endif -%}
|
98 |
+
{%- endfor -%}
|
99 |
+
{{- "}" }}
|
100 |
+
{%- else -%}
|
101 |
+
{{- "object" }}
|
102 |
+
{%- endif -%}
|
103 |
+
{%- else -%}
|
104 |
+
{{- "any" }}
|
105 |
+
{%- endif -%}
|
106 |
+
{%- endmacro -%}
|
107 |
+
|
108 |
+
{%- macro render_tool_namespace(namespace_name, tools) -%}
|
109 |
+
{{- "## " + namespace_name + "\n\n" }}
|
110 |
+
{{- "namespace " + namespace_name + " {\n\n" }}
|
111 |
+
{%- for tool in tools %}
|
112 |
+
{%- set tool = tool.function %}
|
113 |
+
{{- "// " + tool.description + "\n" }}
|
114 |
+
{{- "type "+ tool.name + " = " }}
|
115 |
+
{%- if tool.parameters and tool.parameters.properties %}
|
116 |
+
{{- "(_: {\n" }}
|
117 |
+
{%- for param_name, param_spec in tool.parameters.properties.items() %}
|
118 |
+
{%- if param_spec.description %}
|
119 |
+
{{- "// " + param_spec.description + "\n" }}
|
120 |
+
{%- endif %}
|
121 |
+
{{- param_name }}
|
122 |
+
{%- if param_name not in (tool.parameters.required or []) -%}
|
123 |
+
{{- "?" }}
|
124 |
+
{%- endif -%}
|
125 |
+
{{- ": " }}
|
126 |
+
{{- render_typescript_type(param_spec, tool.parameters.required or []) }}
|
127 |
+
{%- if param_spec.default is defined -%}
|
128 |
+
{%- if param_spec.enum %}
|
129 |
+
{{- ", // default: " + param_spec.default }}
|
130 |
+
{%- elif param_spec.oneOf %}
|
131 |
+
{{- "// default: " + param_spec.default }}
|
132 |
+
{%- else %}
|
133 |
+
{{- ", // default: " + param_spec.default|tojson }}
|
134 |
+
{%- endif -%}
|
135 |
+
{%- endif -%}
|
136 |
+
{%- if not loop.last %}
|
137 |
+
{{- ",\n" }}
|
138 |
+
{%- else %}
|
139 |
+
{{- ",\n" }}
|
140 |
+
{%- endif -%}
|
141 |
+
{%- endfor %}
|
142 |
+
{{- "}) => any;\n\n" }}
|
143 |
+
{%- else -%}
|
144 |
+
{{- "() => any;\n\n" }}
|
145 |
+
{%- endif -%}
|
146 |
+
{%- endfor %}
|
147 |
+
{{- "} // namespace " + namespace_name }}
|
148 |
+
{%- endmacro -%}
|
149 |
+
|
150 |
+
{%- macro render_builtin_tools(browser_tool, python_tool) -%}
|
151 |
+
{%- if browser_tool %}
|
152 |
+
{{- "## browser\n\n" }}
|
153 |
+
{{- "// Tool for browsing.\n" }}
|
154 |
+
{{- "// The `cursor` appears in brackets before each browsing display: `[{cursor}]`.\n" }}
|
155 |
+
{{- "// Cite information from the tool using the following format:\n" }}
|
156 |
+
{{- "// `【{cursor}†L{line_start}(-L{line_end})?】`, for example: `【6†L9-L11】` or `【8†L3】`.\n" }}
|
157 |
+
{{- "// Do not quote more than 10 words directly from the tool output.\n" }}
|
158 |
+
{{- "// sources=web (default: web)\n" }}
|
159 |
+
{{- "namespace browser {\n\n" }}
|
160 |
+
{{- "// Searches for information related to `query` and displays `topn` results.\n" }}
|
161 |
+
{{- "type search = (_: {\n" }}
|
162 |
+
{{- "query: string,\n" }}
|
163 |
+
{{- "topn?: number, // default: 10\n" }}
|
164 |
+
{{- "source?: string,\n" }}
|
165 |
+
{{- "}) => any;\n\n" }}
|
166 |
+
{{- "// Opens the link `id` from the page indicated by `cursor` starting at line number `loc`, showing `num_lines` lines.\n" }}
|
167 |
+
{{- "// Valid link ids are displayed with the formatting: `【{id}†.*】`.\n" }}
|
168 |
+
{{- "// If `cursor` is not provided, the most recent page is implied.\n" }}
|
169 |
+
{{- "// If `id` is a string, it is treated as a fully qualified URL associated with `source`.\n" }}
|
170 |
+
{{- "// If `loc` is not provided, the viewport will be positioned at the beginning of the document or centered on the most relevant passage, if available.\n" }}
|
171 |
+
{{- "// Use this function without `id` to scroll to a new location of an opened page.\n" }}
|
172 |
+
{{- "type open = (_: {\n" }}
|
173 |
+
{{- "id?: number | string, // default: -1\n" }}
|
174 |
+
{{- "cursor?: number, // default: -1\n" }}
|
175 |
+
{{- "loc?: number, // default: -1\n" }}
|
176 |
+
{{- "num_lines?: number, // default: -1\n" }}
|
177 |
+
{{- "view_source?: boolean, // default: false\n" }}
|
178 |
+
{{- "source?: string,\n" }}
|
179 |
+
{{- "}) => any;\n\n" }}
|
180 |
+
{{- "// Finds exact matches of `pattern` in the current page, or the page given by `cursor`.\n" }}
|
181 |
+
{{- "type find = (_: {\n" }}
|
182 |
+
{{- "pattern: string,\n" }}
|
183 |
+
{{- "cursor?: number, // default: -1\n" }}
|
184 |
+
{{- "}) => any;\n\n" }}
|
185 |
+
{{- "} // namespace browser\n\n" }}
|
186 |
+
{%- endif -%}
|
187 |
+
|
188 |
+
{%- if python_tool %}
|
189 |
+
{{- "## python\n\n" }}
|
190 |
+
{{- "Use this tool to execute Python code in your chain of thought. The code will not be shown to the user. This tool should be used for internal reasoning, but not for code that is intended to be visible to the user (e.g. when creating plots, tables, or files).\n\n" }}
|
191 |
+
{{- "When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 120.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is UNKNOWN. Depends on the cluster.\n\n" }}
|
192 |
+
{%- endif -%}
|
193 |
+
{%- endmacro -%}
|
194 |
+
|
195 |
+
{#- System Message Construction ============================================ #}
|
196 |
+
{%- macro build_system_message() -%}
|
197 |
+
{%- if model_identity is not defined %}
|
198 |
+
{%- set model_identity = "You are ChatGPT, a large language model trained by OpenAI." %}
|
199 |
+
{%- endif %}
|
200 |
+
{{- model_identity + "\n" }}
|
201 |
+
{{- "Knowledge cutoff: 2024-06\n" }}
|
202 |
+
{{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
|
203 |
+
{%- if reasoning_effort is not defined %}
|
204 |
+
{%- set reasoning_effort = "medium" %}
|
205 |
+
{%- endif %}
|
206 |
+
{{- "Reasoning: " + reasoning_effort + "\n\n" }}
|
207 |
+
{%- if builtin_tools %}
|
208 |
+
{{- "# Tools\n\n" }}
|
209 |
+
{%- set available_builtin_tools = namespace(browser=false, python=false) %}
|
210 |
+
{%- for tool in builtin_tools %}
|
211 |
+
{%- if tool == "browser" %}
|
212 |
+
{%- set available_builtin_tools.browser = true %}
|
213 |
+
{%- elif tool == "python" %}
|
214 |
+
{%- set available_builtin_tools.python = true %}
|
215 |
+
{%- endif %}
|
216 |
+
{%- endfor %}
|
217 |
+
{{- render_builtin_tools(available_builtin_tools.browser, available_builtin_tools.python) }}
|
218 |
+
{%- endif -%}
|
219 |
+
{{- "# Valid channels: analysis, commentary, final. Channel must be included for every message." }}
|
220 |
+
{%- if tools -%}
|
221 |
+
{{- "\nCalls to these tools must go to the commentary channel: 'functions'." }}
|
222 |
+
{%- endif -%}
|
223 |
+
{%- endmacro -%}
|
224 |
+
|
225 |
+
{#- Main Template Logic ================================================= #}
|
226 |
+
{#- Set defaults #}
|
227 |
+
|
228 |
+
{#- Render system message #}
|
229 |
+
{{- "<|start|>system<|message|>" }}
|
230 |
+
{{- build_system_message() }}
|
231 |
+
{{- "<|end|>" }}
|
232 |
+
|
233 |
+
{#- Extract developer message #}
|
234 |
+
{%- if messages[0].role == "developer" or messages[0].role == "system" %}
|
235 |
+
{%- set developer_message = messages[0].content %}
|
236 |
+
{%- set loop_messages = messages[1:] %}
|
237 |
+
{%- else %}
|
238 |
+
{%- set developer_message = "" %}
|
239 |
+
{%- set loop_messages = messages %}
|
240 |
+
{%- endif %}
|
241 |
+
|
242 |
+
{#- Render developer message #}
|
243 |
+
{%- if developer_message or tools %}
|
244 |
+
{{- "<|start|>developer<|message|>" }}
|
245 |
+
{%- if developer_message %}
|
246 |
+
{{- "# Instructions\n\n" }}
|
247 |
+
{{- developer_message }}
|
248 |
+
{%- endif %}
|
249 |
+
{%- if tools -%}
|
250 |
+
{{- "\n\n" }}
|
251 |
+
{{- "# Tools\n\n" }}
|
252 |
+
{{- render_tool_namespace("functions", tools) }}
|
253 |
+
{%- endif -%}
|
254 |
+
{{- "<|end|>" }}
|
255 |
+
{%- endif %}
|
256 |
+
|
257 |
+
{#- Render messages #}
|
258 |
+
{%- set last_tool_call = namespace(name=none) %}
|
259 |
+
{%- for message in loop_messages -%}
|
260 |
+
{#- At this point only assistant/user/tool messages should remain #}
|
261 |
+
{%- if message.role == 'assistant' -%}
|
262 |
+
{#- Checks to ensure the messages are being passed in the format we expect #}
|
263 |
+
{%- if "content" in message %}
|
264 |
+
{%- if "<|channel|>analysis<|message|>" in message.content or "<|channel|>final<|message|>" in message.content %}
|
265 |
+
{{- raise_exception("You have passed a message containing <|channel|> tags in the content field. Instead of doing this, you should pass analysis messages (the string between '<|message|>' and '<|end|>') in the 'thinking' field, and final messages (the string between '<|message|>' and '<|end|>') in the 'content' field.") }}
|
266 |
+
{%- endif %}
|
267 |
+
{%- endif %}
|
268 |
+
{%- if "thinking" in message %}
|
269 |
+
{%- if "<|channel|>analysis<|message|>" in message.thinking or "<|channel|>final<|message|>" in message.thinking %}
|
270 |
+
{{- raise_exception("You have passed a message containing <|channel|> tags in the thinking field. Instead of doing this, you should pass analysis messages (the string between '<|message|>' and '<|end|>') in the 'thinking' field, and final messages (the string between '<|message|>' and '<|end|>') in the 'content' field.") }}
|
271 |
+
{%- endif %}
|
272 |
+
{%- endif %}
|
273 |
+
{%- if "tool_calls" in message %}
|
274 |
+
{#- We need very careful handling here - we want to drop the tool call analysis message if the model #}
|
275 |
+
{#- has output a later <|final|> message, but otherwise we want to retain it. This is the only case #}
|
276 |
+
{#- when we render CoT/analysis messages in inference. #}
|
277 |
+
{%- set future_final_message = namespace(found=false) %}
|
278 |
+
{%- for future_message in loop_messages[loop.index:] %}
|
279 |
+
{%- if future_message.role == 'assistant' and "tool_calls" not in future_message %}
|
280 |
+
{%- set future_final_message.found = true %}
|
281 |
+
{%- endif %}
|
282 |
+
{%- endfor %}
|
283 |
+
{#- We assume max 1 tool call per message, and so we infer the tool call name #}
|
284 |
+
{#- in "tool" messages from the most recent assistant tool call name #}
|
285 |
+
{%- set tool_call = message.tool_calls[0] %}
|
286 |
+
{%- if tool_call.function %}
|
287 |
+
{%- set tool_call = tool_call.function %}
|
288 |
+
{%- endif %}
|
289 |
+
{%- if message.content and message.thinking %}
|
290 |
+
{{- raise_exception("Cannot pass both content and thinking in an assistant message with tool calls! Put the analysis message in one or the other, but not both.") }}
|
291 |
+
{%- elif message.content and not future_final_message.found %}
|
292 |
+
{{- "<|start|>assistant<|channel|>analysis<|message|>" + message.content + "<|end|>" }}
|
293 |
+
{%- elif message.thinking and not future_final_message.found %}
|
294 |
+
{{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }}
|
295 |
+
{%- endif %}
|
296 |
+
{{- "<|start|>assistant to=" }}
|
297 |
+
{{- "functions." + tool_call.name + "<|channel|>commentary " }}
|
298 |
+
{{- (tool_call.content_type if tool_call.content_type is defined else "json") + "<|message|>" }}
|
299 |
+
{{- tool_call.arguments|tojson }}
|
300 |
+
{{- "<|call|>" }}
|
301 |
+
{%- set last_tool_call.name = tool_call.name %}
|
302 |
+
{%- elif loop.last and not add_generation_prompt %}
|
303 |
+
{#- Only render the CoT if the final turn is an assistant turn and add_generation_prompt is false #}
|
304 |
+
{#- This is a situation that should only occur in training, never in inference. #}
|
305 |
+
{%- if "thinking" in message %}
|
306 |
+
{{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }}
|
307 |
+
{%- endif %}
|
308 |
+
{#- <|return|> indicates the end of generation, but <|end|> does not #}
|
309 |
+
{#- <|return|> should never be an input to the model, but we include it as the final token #}
|
310 |
+
{#- when training, so the model learns to emit it. #}
|
311 |
+
{{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|return|>" }}
|
312 |
+
{%- else %}
|
313 |
+
{#- CoT is dropped during all previous turns, so we never render it for inference #}
|
314 |
+
{{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|end|>" }}
|
315 |
+
{%- set last_tool_call.name = none %}
|
316 |
+
{%- endif %}
|
317 |
+
{%- elif message.role == 'tool' -%}
|
318 |
+
{%- if last_tool_call.name is none %}
|
319 |
+
{{- raise_exception("Message has tool role, but there was no previous assistant message with a tool call!") }}
|
320 |
+
{%- endif %}
|
321 |
+
{{- "<|start|>functions." + last_tool_call.name }}
|
322 |
+
{{- " to=assistant<|channel|>commentary<|message|>" + message.content|tojson + "<|end|>" }}
|
323 |
+
{%- elif message.role == 'user' -%}
|
324 |
+
{{- "<|start|>user<|message|>" + message.content + "<|end|>" }}
|
325 |
+
{%- endif -%}
|
326 |
+
{%- endfor -%}
|
327 |
+
|
328 |
+
{#- Generation prompt #}
|
329 |
+
{%- if add_generation_prompt -%}
|
330 |
+
<|start|>assistant
|
331 |
+
{%- endif -%}
|
config.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GptOssForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 200002,
|
8 |
+
"experts_per_token": 4,
|
9 |
+
"head_dim": 64,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 2880,
|
12 |
+
"initial_context_length": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 2880,
|
15 |
+
"layer_types": [
|
16 |
+
"sliding_attention",
|
17 |
+
"full_attention",
|
18 |
+
"sliding_attention",
|
19 |
+
"full_attention",
|
20 |
+
"sliding_attention",
|
21 |
+
"full_attention",
|
22 |
+
"sliding_attention",
|
23 |
+
"full_attention",
|
24 |
+
"sliding_attention",
|
25 |
+
"full_attention",
|
26 |
+
"sliding_attention",
|
27 |
+
"full_attention",
|
28 |
+
"sliding_attention",
|
29 |
+
"full_attention",
|
30 |
+
"sliding_attention",
|
31 |
+
"full_attention",
|
32 |
+
"sliding_attention",
|
33 |
+
"full_attention",
|
34 |
+
"sliding_attention",
|
35 |
+
"full_attention",
|
36 |
+
"sliding_attention",
|
37 |
+
"full_attention",
|
38 |
+
"sliding_attention",
|
39 |
+
"full_attention",
|
40 |
+
"sliding_attention",
|
41 |
+
"full_attention",
|
42 |
+
"sliding_attention",
|
43 |
+
"full_attention",
|
44 |
+
"sliding_attention",
|
45 |
+
"full_attention",
|
46 |
+
"sliding_attention",
|
47 |
+
"full_attention",
|
48 |
+
"sliding_attention",
|
49 |
+
"full_attention",
|
50 |
+
"sliding_attention",
|
51 |
+
"full_attention"
|
52 |
+
],
|
53 |
+
"max_position_embeddings": 131072,
|
54 |
+
"model_type": "gpt_oss",
|
55 |
+
"num_attention_heads": 64,
|
56 |
+
"num_experts_per_tok": 4,
|
57 |
+
"num_hidden_layers": 36,
|
58 |
+
"num_key_value_heads": 8,
|
59 |
+
"num_local_experts": 128,
|
60 |
+
"output_router_logits": false,
|
61 |
+
"pad_token_id": 199999,
|
62 |
+
"rms_norm_eps": 1e-05,
|
63 |
+
"rope_scaling": {
|
64 |
+
"beta_fast": 32.0,
|
65 |
+
"beta_slow": 1.0,
|
66 |
+
"factor": 32.0,
|
67 |
+
"original_max_position_embeddings": 4096,
|
68 |
+
"rope_type": "yarn",
|
69 |
+
"truncate": false
|
70 |
+
},
|
71 |
+
"rope_theta": 150000,
|
72 |
+
"router_aux_loss_coef": 0.9,
|
73 |
+
"sliding_window": 128,
|
74 |
+
"swiglu_limit": 7.0,
|
75 |
+
"tie_word_embeddings": false,
|
76 |
+
"torch_dtype": "bfloat16",
|
77 |
+
"transformers_version": "4.55.2",
|
78 |
+
"use_cache": false,
|
79 |
+
"vocab_size": 201088
|
80 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 199998,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
200002,
|
6 |
+
199999
|
7 |
+
],
|
8 |
+
"pad_token_id": 199999,
|
9 |
+
"transformers_version": "4.55.2"
|
10 |
+
}
|
model-00001-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b637892fc052c69cabe5853086f5809dc9672e792d2a71042455397ebb7c4f47
|
3 |
+
size 1212106064
|
model-00002-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88cb5c37b89e6ab5bd430cdbe52c6e947e1c29221dfa130d0b739b0d9c5afb13
|
3 |
+
size 4248207640
|
model-00003-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c18a5a4e8d184f4d13d8afe17c461975cb75bc931d8c6c6907cae0d132883c91
|
3 |
+
size 2177954736
|
model-00004-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:612d82e407beec185056f12c99cbca6166d284c592d9662a095a5d294e3069d4
|
3 |
+
size 4248207640
|
model-00005-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:191fc1af4f5c58448f1c1683d959425a6d8bfeacd739f3d83585178bf465a3b9
|
3 |
+
size 2177954736
|
model-00006-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2941ca2ff5b227fb1762866dd60de120f1800efa2cb6bb5a63b90ce3a21abd5e
|
3 |
+
size 4248207640
|
model-00007-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2674c10d6f5cbb4635e1380df03768a461e28d6fb0ad1bda36571321b2809bc
|
3 |
+
size 2177954736
|
model-00008-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8163980f1ba40724b7e2486a8a569968a770d1403986e361220804696cb0997
|
3 |
+
size 4248207640
|
model-00009-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3528e140c13a021f20079d8092447d43f8d66d0e20af652f7230d321c186a8f
|
3 |
+
size 2177954736
|
model-00010-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e39d83df001e78560ec241f7e0575d07a4c5baa6e46627c1a90b630a58d290
|
3 |
+
size 4248207640
|
model-00011-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc6e4459a8ff42ef8028940d745a5bdf1e303ef2fbc1df57b78758dc955eab0
|
3 |
+
size 2177954736
|
model-00012-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1ce951cc757cfed2c50fbe59df99f674a3a0d04ce8350ce62a6e414a77a99d4
|
3 |
+
size 4248207640
|
model-00013-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:beeccc1212b9afddbaf7a19b72858b059cbde50689bcb7e69d7bfcfe3fe77521
|
3 |
+
size 2177954736
|
model-00015-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b87e6b5619c7108f50025769109fe9c1f6d29bf35bbf81f19106fabd2e1095ba
|
3 |
+
size 2177954736
|
model-00017-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3047c2dedc2f29fc484b412d8f78d5aeba7cb97e216f02886b6a1a0e546b5426
|
3 |
+
size 2177954736
|
model-00019-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4050a6e2f9528296734e904869c7cecf9304ea2160b48f9aa91f1e12ecf0eed
|
3 |
+
size 2177954736
|
model-00021-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411e1ca65f8f3fd346d981cf9a5c24839225c4bb72dcc47b9421e2795747ec8f
|
3 |
+
size 2177954688
|
model-00023-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc14c0a30eabcc78704fd40b2a67242be4d3ba3ee036615f2c5c5d5ea0179db0
|
3 |
+
size 2177954752
|
model-00025-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaaaca5f9931fe97c9510cd4cde61a4ccebb1fd7328838568448e9091f3f730c
|
3 |
+
size 2177954752
|
model-00027-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6aafa832ed04a7a0ad261a27ac264240fb9bb68ffcd808738fa031ceb249008
|
3 |
+
size 2177954752
|
model-00029-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45fbe448e7e1c1ec61c3445813b60c5123145939b9f6db96fc724750f66fea31
|
3 |
+
size 2177954752
|
model-00031-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fef06650112bc23a56529425e615d284cf24ea9f50a8baa63803c70355e1931
|
3 |
+
size 2177954752
|
model-00033-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:630d7ba901b2a75cc4ef7302b197cea636a7460ff388f698a0f08593bcaa743e
|
3 |
+
size 2177954752
|
model-00035-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e32e74e3f76c2c47c846611ed859ec7c2529f9c9df440c24239b54ec06c70772
|
3 |
+
size 2177954752
|
model-00037-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d866ce9171b4cd7e00a70510dd10ae1b7d90464b820be54f05bbda8ccc342d45
|
3 |
+
size 2177954752
|
model-00039-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:023e9e47835efb0f61b38a3b6820096eb410cd635d37a5dd9b03e834b43530a4
|
3 |
+
size 2177954752
|
model-00041-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3e35fc54377359fffb78e08cbada29b5988f71bd17926565d983c2ba4a483ed
|
3 |
+
size 2177954752
|
model-00043-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7a2ae86c1c0a32ca99bcd08331d9636bdc9dcdd145b42171bc98a349491ba3e
|
3 |
+
size 2177954752
|
model-00045-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f121bd962ef7ad72b25d627954d69bdd890023fb6bee49e48ac10eb271440bd0
|
3 |
+
size 2177954752
|
model-00047-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d48c5b2e76a35084f83c9128e49464e3ada8354e19416a19b9405a7cd9f50d4
|
3 |
+
size 2177954752
|
model-00049-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd147852baa24ab0f809f689c8e3aa0cecc32b87334edb50e46d37f90876289a
|
3 |
+
size 2177954752
|
model-00051-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae8c1d40ca531f4ae67437a90ae1018689d93c49c10e5ff3adb96654e526377
|
3 |
+
size 2177954752
|
model-00053-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdeffa5f88834ed0ada066730e7afe9ac1e32e3c904d8cd61bead9dfab2b26bb
|
3 |
+
size 2177954752
|
model-00055-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cca6954fe079a5597708f6750bcc09502a5f3172a77b323af3bf62b963ba0b4
|
3 |
+
size 2177954752
|
model-00057-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3845a31052f37cde3f3c5fa9905b5ab3beac96521b245e5fa16bc69d055d60a4
|
3 |
+
size 2177954752
|
model-00059-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f59c99306815a8d9240e7699600eb39e2ec05b66c5a29a6a4013e38944085b0
|
3 |
+
size 2177954752
|
model-00061-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaa91bf8e5e7cad53aa7b07a9de78eb44bc93f39e5ca5b3763f00790b63c804b
|
3 |
+
size 2177954752
|
model-00063-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:539b5c1c4ea319442ffe45662f877e8a4aee59f62c14bb5926cf8e6adf4cf71f
|
3 |
+
size 2177954752
|
model-00065-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b84e934a06a3ab664132d962596d3454ee817cfb873eb4227e730eb603c41d2
|
3 |
+
size 2177954752
|
model-00067-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33499655063ce6a491fd158f7e9ab970f0aff22338fbb9491f26a485ccfb27ac
|
3 |
+
size 2177954752
|
model-00069-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac2d0bc8cfaa08a10bca4257daa1411f74f75f37acd5d1136f2d8ece87a386d0
|
3 |
+
size 2177954752
|
model-00071-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc960733576fe281ca082b2f384a1e4e349a234760a2cdf822082782fe12a81
|
3 |
+
size 2177954752
|
model-00073-of-00073.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5606a0b61d517a7baeb81d2aa7edd92952271c82bb8fc57456595dac32408ef1
|
3 |
+
size 3282388536
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,623 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_parameters": 116829156672,
|
4 |
+
"total_size": 233658313344
|
5 |
+
},
|
6 |
+
"weight_map": {
|
7 |
+
"lm_head.weight": "model-00073-of-00073.safetensors",
|
8 |
+
"model.embed_tokens.weight": "model-00001-of-00073.safetensors",
|
9 |
+
"model.layers.0.input_layernorm.weight": "model-00003-of-00073.safetensors",
|
10 |
+
"model.layers.0.mlp.experts.down_proj": "model-00003-of-00073.safetensors",
|
11 |
+
"model.layers.0.mlp.experts.down_proj_bias": "model-00003-of-00073.safetensors",
|
12 |
+
"model.layers.0.mlp.experts.gate_up_proj": "model-00002-of-00073.safetensors",
|
13 |
+
"model.layers.0.mlp.experts.gate_up_proj_bias": "model-00002-of-00073.safetensors",
|
14 |
+
"model.layers.0.mlp.router.bias": "model-00001-of-00073.safetensors",
|
15 |
+
"model.layers.0.mlp.router.weight": "model-00001-of-00073.safetensors",
|
16 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00003-of-00073.safetensors",
|
17 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00073.safetensors",
|
18 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00073.safetensors",
|
19 |
+
"model.layers.0.self_attn.o_proj.bias": "model-00001-of-00073.safetensors",
|
20 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00073.safetensors",
|
21 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00073.safetensors",
|
22 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00073.safetensors",
|
23 |
+
"model.layers.0.self_attn.sinks": "model-00001-of-00073.safetensors",
|
24 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00073.safetensors",
|
25 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00073.safetensors",
|
26 |
+
"model.layers.1.input_layernorm.weight": "model-00005-of-00073.safetensors",
|
27 |
+
"model.layers.1.mlp.experts.down_proj": "model-00005-of-00073.safetensors",
|
28 |
+
"model.layers.1.mlp.experts.down_proj_bias": "model-00005-of-00073.safetensors",
|
29 |
+
"model.layers.1.mlp.experts.gate_up_proj": "model-00004-of-00073.safetensors",
|
30 |
+
"model.layers.1.mlp.experts.gate_up_proj_bias": "model-00004-of-00073.safetensors",
|
31 |
+
"model.layers.1.mlp.router.bias": "model-00003-of-00073.safetensors",
|
32 |
+
"model.layers.1.mlp.router.weight": "model-00003-of-00073.safetensors",
|
33 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00005-of-00073.safetensors",
|
34 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00003-of-00073.safetensors",
|
35 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00003-of-00073.safetensors",
|
36 |
+
"model.layers.1.self_attn.o_proj.bias": "model-00003-of-00073.safetensors",
|
37 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00003-of-00073.safetensors",
|
38 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00003-of-00073.safetensors",
|
39 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00003-of-00073.safetensors",
|
40 |
+
"model.layers.1.self_attn.sinks": "model-00003-of-00073.safetensors",
|
41 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00003-of-00073.safetensors",
|
42 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00003-of-00073.safetensors",
|
43 |
+
"model.layers.10.input_layernorm.weight": "model-00023-of-00073.safetensors",
|
44 |
+
"model.layers.10.mlp.experts.down_proj": "model-00023-of-00073.safetensors",
|
45 |
+
"model.layers.10.mlp.experts.down_proj_bias": "model-00023-of-00073.safetensors",
|
46 |
+
"model.layers.10.mlp.experts.gate_up_proj": "model-00022-of-00073.safetensors",
|
47 |
+
"model.layers.10.mlp.experts.gate_up_proj_bias": "model-00022-of-00073.safetensors",
|
48 |
+
"model.layers.10.mlp.router.bias": "model-00021-of-00073.safetensors",
|
49 |
+
"model.layers.10.mlp.router.weight": "model-00021-of-00073.safetensors",
|
50 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00023-of-00073.safetensors",
|
51 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00021-of-00073.safetensors",
|
52 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00021-of-00073.safetensors",
|
53 |
+
"model.layers.10.self_attn.o_proj.bias": "model-00021-of-00073.safetensors",
|
54 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00021-of-00073.safetensors",
|
55 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00021-of-00073.safetensors",
|
56 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00021-of-00073.safetensors",
|
57 |
+
"model.layers.10.self_attn.sinks": "model-00021-of-00073.safetensors",
|
58 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00021-of-00073.safetensors",
|
59 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00021-of-00073.safetensors",
|
60 |
+
"model.layers.11.input_layernorm.weight": "model-00025-of-00073.safetensors",
|
61 |
+
"model.layers.11.mlp.experts.down_proj": "model-00025-of-00073.safetensors",
|
62 |
+
"model.layers.11.mlp.experts.down_proj_bias": "model-00025-of-00073.safetensors",
|
63 |
+
"model.layers.11.mlp.experts.gate_up_proj": "model-00024-of-00073.safetensors",
|
64 |
+
"model.layers.11.mlp.experts.gate_up_proj_bias": "model-00024-of-00073.safetensors",
|
65 |
+
"model.layers.11.mlp.router.bias": "model-00023-of-00073.safetensors",
|
66 |
+
"model.layers.11.mlp.router.weight": "model-00023-of-00073.safetensors",
|
67 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00025-of-00073.safetensors",
|
68 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00023-of-00073.safetensors",
|
69 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00023-of-00073.safetensors",
|
70 |
+
"model.layers.11.self_attn.o_proj.bias": "model-00023-of-00073.safetensors",
|
71 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00023-of-00073.safetensors",
|
72 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00023-of-00073.safetensors",
|
73 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00023-of-00073.safetensors",
|
74 |
+
"model.layers.11.self_attn.sinks": "model-00023-of-00073.safetensors",
|
75 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00023-of-00073.safetensors",
|
76 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00023-of-00073.safetensors",
|
77 |
+
"model.layers.12.input_layernorm.weight": "model-00027-of-00073.safetensors",
|
78 |
+
"model.layers.12.mlp.experts.down_proj": "model-00027-of-00073.safetensors",
|
79 |
+
"model.layers.12.mlp.experts.down_proj_bias": "model-00027-of-00073.safetensors",
|
80 |
+
"model.layers.12.mlp.experts.gate_up_proj": "model-00026-of-00073.safetensors",
|
81 |
+
"model.layers.12.mlp.experts.gate_up_proj_bias": "model-00026-of-00073.safetensors",
|
82 |
+
"model.layers.12.mlp.router.bias": "model-00025-of-00073.safetensors",
|
83 |
+
"model.layers.12.mlp.router.weight": "model-00025-of-00073.safetensors",
|
84 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00027-of-00073.safetensors",
|
85 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00025-of-00073.safetensors",
|
86 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00025-of-00073.safetensors",
|
87 |
+
"model.layers.12.self_attn.o_proj.bias": "model-00025-of-00073.safetensors",
|
88 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00025-of-00073.safetensors",
|
89 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00025-of-00073.safetensors",
|
90 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00025-of-00073.safetensors",
|
91 |
+
"model.layers.12.self_attn.sinks": "model-00025-of-00073.safetensors",
|
92 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00025-of-00073.safetensors",
|
93 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00025-of-00073.safetensors",
|
94 |
+
"model.layers.13.input_layernorm.weight": "model-00029-of-00073.safetensors",
|
95 |
+
"model.layers.13.mlp.experts.down_proj": "model-00029-of-00073.safetensors",
|
96 |
+
"model.layers.13.mlp.experts.down_proj_bias": "model-00029-of-00073.safetensors",
|
97 |
+
"model.layers.13.mlp.experts.gate_up_proj": "model-00028-of-00073.safetensors",
|
98 |
+
"model.layers.13.mlp.experts.gate_up_proj_bias": "model-00028-of-00073.safetensors",
|
99 |
+
"model.layers.13.mlp.router.bias": "model-00027-of-00073.safetensors",
|
100 |
+
"model.layers.13.mlp.router.weight": "model-00027-of-00073.safetensors",
|
101 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00029-of-00073.safetensors",
|
102 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00027-of-00073.safetensors",
|
103 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00027-of-00073.safetensors",
|
104 |
+
"model.layers.13.self_attn.o_proj.bias": "model-00027-of-00073.safetensors",
|
105 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00027-of-00073.safetensors",
|
106 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00027-of-00073.safetensors",
|
107 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00027-of-00073.safetensors",
|
108 |
+
"model.layers.13.self_attn.sinks": "model-00027-of-00073.safetensors",
|
109 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00027-of-00073.safetensors",
|
110 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00027-of-00073.safetensors",
|
111 |
+
"model.layers.14.input_layernorm.weight": "model-00031-of-00073.safetensors",
|
112 |
+
"model.layers.14.mlp.experts.down_proj": "model-00031-of-00073.safetensors",
|
113 |
+
"model.layers.14.mlp.experts.down_proj_bias": "model-00031-of-00073.safetensors",
|
114 |
+
"model.layers.14.mlp.experts.gate_up_proj": "model-00030-of-00073.safetensors",
|
115 |
+
"model.layers.14.mlp.experts.gate_up_proj_bias": "model-00030-of-00073.safetensors",
|
116 |
+
"model.layers.14.mlp.router.bias": "model-00029-of-00073.safetensors",
|
117 |
+
"model.layers.14.mlp.router.weight": "model-00029-of-00073.safetensors",
|
118 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00031-of-00073.safetensors",
|
119 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00029-of-00073.safetensors",
|
120 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00029-of-00073.safetensors",
|
121 |
+
"model.layers.14.self_attn.o_proj.bias": "model-00029-of-00073.safetensors",
|
122 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00029-of-00073.safetensors",
|
123 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00029-of-00073.safetensors",
|
124 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00029-of-00073.safetensors",
|
125 |
+
"model.layers.14.self_attn.sinks": "model-00029-of-00073.safetensors",
|
126 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00029-of-00073.safetensors",
|
127 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00029-of-00073.safetensors",
|
128 |
+
"model.layers.15.input_layernorm.weight": "model-00033-of-00073.safetensors",
|
129 |
+
"model.layers.15.mlp.experts.down_proj": "model-00033-of-00073.safetensors",
|
130 |
+
"model.layers.15.mlp.experts.down_proj_bias": "model-00033-of-00073.safetensors",
|
131 |
+
"model.layers.15.mlp.experts.gate_up_proj": "model-00032-of-00073.safetensors",
|
132 |
+
"model.layers.15.mlp.experts.gate_up_proj_bias": "model-00032-of-00073.safetensors",
|
133 |
+
"model.layers.15.mlp.router.bias": "model-00031-of-00073.safetensors",
|
134 |
+
"model.layers.15.mlp.router.weight": "model-00031-of-00073.safetensors",
|
135 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00033-of-00073.safetensors",
|
136 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00031-of-00073.safetensors",
|
137 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00031-of-00073.safetensors",
|
138 |
+
"model.layers.15.self_attn.o_proj.bias": "model-00031-of-00073.safetensors",
|
139 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00031-of-00073.safetensors",
|
140 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00031-of-00073.safetensors",
|
141 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00031-of-00073.safetensors",
|
142 |
+
"model.layers.15.self_attn.sinks": "model-00031-of-00073.safetensors",
|
143 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00031-of-00073.safetensors",
|
144 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00031-of-00073.safetensors",
|
145 |
+
"model.layers.16.input_layernorm.weight": "model-00035-of-00073.safetensors",
|
146 |
+
"model.layers.16.mlp.experts.down_proj": "model-00035-of-00073.safetensors",
|
147 |
+
"model.layers.16.mlp.experts.down_proj_bias": "model-00035-of-00073.safetensors",
|
148 |
+
"model.layers.16.mlp.experts.gate_up_proj": "model-00034-of-00073.safetensors",
|
149 |
+
"model.layers.16.mlp.experts.gate_up_proj_bias": "model-00034-of-00073.safetensors",
|
150 |
+
"model.layers.16.mlp.router.bias": "model-00033-of-00073.safetensors",
|
151 |
+
"model.layers.16.mlp.router.weight": "model-00033-of-00073.safetensors",
|
152 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00035-of-00073.safetensors",
|
153 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00033-of-00073.safetensors",
|
154 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00033-of-00073.safetensors",
|
155 |
+
"model.layers.16.self_attn.o_proj.bias": "model-00033-of-00073.safetensors",
|
156 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00033-of-00073.safetensors",
|
157 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00033-of-00073.safetensors",
|
158 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00033-of-00073.safetensors",
|
159 |
+
"model.layers.16.self_attn.sinks": "model-00033-of-00073.safetensors",
|
160 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00033-of-00073.safetensors",
|
161 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00033-of-00073.safetensors",
|
162 |
+
"model.layers.17.input_layernorm.weight": "model-00037-of-00073.safetensors",
|
163 |
+
"model.layers.17.mlp.experts.down_proj": "model-00037-of-00073.safetensors",
|
164 |
+
"model.layers.17.mlp.experts.down_proj_bias": "model-00037-of-00073.safetensors",
|
165 |
+
"model.layers.17.mlp.experts.gate_up_proj": "model-00036-of-00073.safetensors",
|
166 |
+
"model.layers.17.mlp.experts.gate_up_proj_bias": "model-00036-of-00073.safetensors",
|
167 |
+
"model.layers.17.mlp.router.bias": "model-00035-of-00073.safetensors",
|
168 |
+
"model.layers.17.mlp.router.weight": "model-00035-of-00073.safetensors",
|
169 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00037-of-00073.safetensors",
|
170 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00035-of-00073.safetensors",
|
171 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00035-of-00073.safetensors",
|
172 |
+
"model.layers.17.self_attn.o_proj.bias": "model-00035-of-00073.safetensors",
|
173 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00035-of-00073.safetensors",
|
174 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00035-of-00073.safetensors",
|
175 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00035-of-00073.safetensors",
|
176 |
+
"model.layers.17.self_attn.sinks": "model-00035-of-00073.safetensors",
|
177 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00035-of-00073.safetensors",
|
178 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00035-of-00073.safetensors",
|
179 |
+
"model.layers.18.input_layernorm.weight": "model-00039-of-00073.safetensors",
|
180 |
+
"model.layers.18.mlp.experts.down_proj": "model-00039-of-00073.safetensors",
|
181 |
+
"model.layers.18.mlp.experts.down_proj_bias": "model-00039-of-00073.safetensors",
|
182 |
+
"model.layers.18.mlp.experts.gate_up_proj": "model-00038-of-00073.safetensors",
|
183 |
+
"model.layers.18.mlp.experts.gate_up_proj_bias": "model-00038-of-00073.safetensors",
|
184 |
+
"model.layers.18.mlp.router.bias": "model-00037-of-00073.safetensors",
|
185 |
+
"model.layers.18.mlp.router.weight": "model-00037-of-00073.safetensors",
|
186 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00039-of-00073.safetensors",
|
187 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00037-of-00073.safetensors",
|
188 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00037-of-00073.safetensors",
|
189 |
+
"model.layers.18.self_attn.o_proj.bias": "model-00037-of-00073.safetensors",
|
190 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00037-of-00073.safetensors",
|
191 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00037-of-00073.safetensors",
|
192 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00037-of-00073.safetensors",
|
193 |
+
"model.layers.18.self_attn.sinks": "model-00037-of-00073.safetensors",
|
194 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00037-of-00073.safetensors",
|
195 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00037-of-00073.safetensors",
|
196 |
+
"model.layers.19.input_layernorm.weight": "model-00041-of-00073.safetensors",
|
197 |
+
"model.layers.19.mlp.experts.down_proj": "model-00041-of-00073.safetensors",
|
198 |
+
"model.layers.19.mlp.experts.down_proj_bias": "model-00041-of-00073.safetensors",
|
199 |
+
"model.layers.19.mlp.experts.gate_up_proj": "model-00040-of-00073.safetensors",
|
200 |
+
"model.layers.19.mlp.experts.gate_up_proj_bias": "model-00040-of-00073.safetensors",
|
201 |
+
"model.layers.19.mlp.router.bias": "model-00039-of-00073.safetensors",
|
202 |
+
"model.layers.19.mlp.router.weight": "model-00039-of-00073.safetensors",
|
203 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00041-of-00073.safetensors",
|
204 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00039-of-00073.safetensors",
|
205 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00039-of-00073.safetensors",
|
206 |
+
"model.layers.19.self_attn.o_proj.bias": "model-00039-of-00073.safetensors",
|
207 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00039-of-00073.safetensors",
|
208 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00039-of-00073.safetensors",
|
209 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00039-of-00073.safetensors",
|
210 |
+
"model.layers.19.self_attn.sinks": "model-00039-of-00073.safetensors",
|
211 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00039-of-00073.safetensors",
|
212 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00039-of-00073.safetensors",
|
213 |
+
"model.layers.2.input_layernorm.weight": "model-00007-of-00073.safetensors",
|
214 |
+
"model.layers.2.mlp.experts.down_proj": "model-00007-of-00073.safetensors",
|
215 |
+
"model.layers.2.mlp.experts.down_proj_bias": "model-00007-of-00073.safetensors",
|
216 |
+
"model.layers.2.mlp.experts.gate_up_proj": "model-00006-of-00073.safetensors",
|
217 |
+
"model.layers.2.mlp.experts.gate_up_proj_bias": "model-00006-of-00073.safetensors",
|
218 |
+
"model.layers.2.mlp.router.bias": "model-00005-of-00073.safetensors",
|
219 |
+
"model.layers.2.mlp.router.weight": "model-00005-of-00073.safetensors",
|
220 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00007-of-00073.safetensors",
|
221 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00005-of-00073.safetensors",
|
222 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00005-of-00073.safetensors",
|
223 |
+
"model.layers.2.self_attn.o_proj.bias": "model-00005-of-00073.safetensors",
|
224 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00005-of-00073.safetensors",
|
225 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00005-of-00073.safetensors",
|
226 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00005-of-00073.safetensors",
|
227 |
+
"model.layers.2.self_attn.sinks": "model-00005-of-00073.safetensors",
|
228 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00005-of-00073.safetensors",
|
229 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00005-of-00073.safetensors",
|
230 |
+
"model.layers.20.input_layernorm.weight": "model-00043-of-00073.safetensors",
|
231 |
+
"model.layers.20.mlp.experts.down_proj": "model-00043-of-00073.safetensors",
|
232 |
+
"model.layers.20.mlp.experts.down_proj_bias": "model-00043-of-00073.safetensors",
|
233 |
+
"model.layers.20.mlp.experts.gate_up_proj": "model-00042-of-00073.safetensors",
|
234 |
+
"model.layers.20.mlp.experts.gate_up_proj_bias": "model-00042-of-00073.safetensors",
|
235 |
+
"model.layers.20.mlp.router.bias": "model-00041-of-00073.safetensors",
|
236 |
+
"model.layers.20.mlp.router.weight": "model-00041-of-00073.safetensors",
|
237 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00043-of-00073.safetensors",
|
238 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00041-of-00073.safetensors",
|
239 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00041-of-00073.safetensors",
|
240 |
+
"model.layers.20.self_attn.o_proj.bias": "model-00041-of-00073.safetensors",
|
241 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00041-of-00073.safetensors",
|
242 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00041-of-00073.safetensors",
|
243 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00041-of-00073.safetensors",
|
244 |
+
"model.layers.20.self_attn.sinks": "model-00041-of-00073.safetensors",
|
245 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00041-of-00073.safetensors",
|
246 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00041-of-00073.safetensors",
|
247 |
+
"model.layers.21.input_layernorm.weight": "model-00045-of-00073.safetensors",
|
248 |
+
"model.layers.21.mlp.experts.down_proj": "model-00045-of-00073.safetensors",
|
249 |
+
"model.layers.21.mlp.experts.down_proj_bias": "model-00045-of-00073.safetensors",
|
250 |
+
"model.layers.21.mlp.experts.gate_up_proj": "model-00044-of-00073.safetensors",
|
251 |
+
"model.layers.21.mlp.experts.gate_up_proj_bias": "model-00044-of-00073.safetensors",
|
252 |
+
"model.layers.21.mlp.router.bias": "model-00043-of-00073.safetensors",
|
253 |
+
"model.layers.21.mlp.router.weight": "model-00043-of-00073.safetensors",
|
254 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00045-of-00073.safetensors",
|
255 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00043-of-00073.safetensors",
|
256 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00043-of-00073.safetensors",
|
257 |
+
"model.layers.21.self_attn.o_proj.bias": "model-00043-of-00073.safetensors",
|
258 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00043-of-00073.safetensors",
|
259 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00043-of-00073.safetensors",
|
260 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00043-of-00073.safetensors",
|
261 |
+
"model.layers.21.self_attn.sinks": "model-00043-of-00073.safetensors",
|
262 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00043-of-00073.safetensors",
|
263 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00043-of-00073.safetensors",
|
264 |
+
"model.layers.22.input_layernorm.weight": "model-00047-of-00073.safetensors",
|
265 |
+
"model.layers.22.mlp.experts.down_proj": "model-00047-of-00073.safetensors",
|
266 |
+
"model.layers.22.mlp.experts.down_proj_bias": "model-00047-of-00073.safetensors",
|
267 |
+
"model.layers.22.mlp.experts.gate_up_proj": "model-00046-of-00073.safetensors",
|
268 |
+
"model.layers.22.mlp.experts.gate_up_proj_bias": "model-00046-of-00073.safetensors",
|
269 |
+
"model.layers.22.mlp.router.bias": "model-00045-of-00073.safetensors",
|
270 |
+
"model.layers.22.mlp.router.weight": "model-00045-of-00073.safetensors",
|
271 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00047-of-00073.safetensors",
|
272 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00045-of-00073.safetensors",
|
273 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00045-of-00073.safetensors",
|
274 |
+
"model.layers.22.self_attn.o_proj.bias": "model-00045-of-00073.safetensors",
|
275 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00045-of-00073.safetensors",
|
276 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00045-of-00073.safetensors",
|
277 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00045-of-00073.safetensors",
|
278 |
+
"model.layers.22.self_attn.sinks": "model-00045-of-00073.safetensors",
|
279 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00045-of-00073.safetensors",
|
280 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00045-of-00073.safetensors",
|
281 |
+
"model.layers.23.input_layernorm.weight": "model-00049-of-00073.safetensors",
|
282 |
+
"model.layers.23.mlp.experts.down_proj": "model-00049-of-00073.safetensors",
|
283 |
+
"model.layers.23.mlp.experts.down_proj_bias": "model-00049-of-00073.safetensors",
|
284 |
+
"model.layers.23.mlp.experts.gate_up_proj": "model-00048-of-00073.safetensors",
|
285 |
+
"model.layers.23.mlp.experts.gate_up_proj_bias": "model-00048-of-00073.safetensors",
|
286 |
+
"model.layers.23.mlp.router.bias": "model-00047-of-00073.safetensors",
|
287 |
+
"model.layers.23.mlp.router.weight": "model-00047-of-00073.safetensors",
|
288 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00049-of-00073.safetensors",
|
289 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00047-of-00073.safetensors",
|
290 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00047-of-00073.safetensors",
|
291 |
+
"model.layers.23.self_attn.o_proj.bias": "model-00047-of-00073.safetensors",
|
292 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00047-of-00073.safetensors",
|
293 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00047-of-00073.safetensors",
|
294 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00047-of-00073.safetensors",
|
295 |
+
"model.layers.23.self_attn.sinks": "model-00047-of-00073.safetensors",
|
296 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00047-of-00073.safetensors",
|
297 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00047-of-00073.safetensors",
|
298 |
+
"model.layers.24.input_layernorm.weight": "model-00051-of-00073.safetensors",
|
299 |
+
"model.layers.24.mlp.experts.down_proj": "model-00051-of-00073.safetensors",
|
300 |
+
"model.layers.24.mlp.experts.down_proj_bias": "model-00051-of-00073.safetensors",
|
301 |
+
"model.layers.24.mlp.experts.gate_up_proj": "model-00050-of-00073.safetensors",
|
302 |
+
"model.layers.24.mlp.experts.gate_up_proj_bias": "model-00050-of-00073.safetensors",
|
303 |
+
"model.layers.24.mlp.router.bias": "model-00049-of-00073.safetensors",
|
304 |
+
"model.layers.24.mlp.router.weight": "model-00049-of-00073.safetensors",
|
305 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00051-of-00073.safetensors",
|
306 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00049-of-00073.safetensors",
|
307 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00049-of-00073.safetensors",
|
308 |
+
"model.layers.24.self_attn.o_proj.bias": "model-00049-of-00073.safetensors",
|
309 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00049-of-00073.safetensors",
|
310 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00049-of-00073.safetensors",
|
311 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00049-of-00073.safetensors",
|
312 |
+
"model.layers.24.self_attn.sinks": "model-00049-of-00073.safetensors",
|
313 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00049-of-00073.safetensors",
|
314 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00049-of-00073.safetensors",
|
315 |
+
"model.layers.25.input_layernorm.weight": "model-00053-of-00073.safetensors",
|
316 |
+
"model.layers.25.mlp.experts.down_proj": "model-00053-of-00073.safetensors",
|
317 |
+
"model.layers.25.mlp.experts.down_proj_bias": "model-00053-of-00073.safetensors",
|
318 |
+
"model.layers.25.mlp.experts.gate_up_proj": "model-00052-of-00073.safetensors",
|
319 |
+
"model.layers.25.mlp.experts.gate_up_proj_bias": "model-00052-of-00073.safetensors",
|
320 |
+
"model.layers.25.mlp.router.bias": "model-00051-of-00073.safetensors",
|
321 |
+
"model.layers.25.mlp.router.weight": "model-00051-of-00073.safetensors",
|
322 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00053-of-00073.safetensors",
|
323 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00051-of-00073.safetensors",
|
324 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00051-of-00073.safetensors",
|
325 |
+
"model.layers.25.self_attn.o_proj.bias": "model-00051-of-00073.safetensors",
|
326 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00051-of-00073.safetensors",
|
327 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00051-of-00073.safetensors",
|
328 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00051-of-00073.safetensors",
|
329 |
+
"model.layers.25.self_attn.sinks": "model-00051-of-00073.safetensors",
|
330 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00051-of-00073.safetensors",
|
331 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00051-of-00073.safetensors",
|
332 |
+
"model.layers.26.input_layernorm.weight": "model-00055-of-00073.safetensors",
|
333 |
+
"model.layers.26.mlp.experts.down_proj": "model-00055-of-00073.safetensors",
|
334 |
+
"model.layers.26.mlp.experts.down_proj_bias": "model-00055-of-00073.safetensors",
|
335 |
+
"model.layers.26.mlp.experts.gate_up_proj": "model-00054-of-00073.safetensors",
|
336 |
+
"model.layers.26.mlp.experts.gate_up_proj_bias": "model-00054-of-00073.safetensors",
|
337 |
+
"model.layers.26.mlp.router.bias": "model-00053-of-00073.safetensors",
|
338 |
+
"model.layers.26.mlp.router.weight": "model-00053-of-00073.safetensors",
|
339 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00055-of-00073.safetensors",
|
340 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00053-of-00073.safetensors",
|
341 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00053-of-00073.safetensors",
|
342 |
+
"model.layers.26.self_attn.o_proj.bias": "model-00053-of-00073.safetensors",
|
343 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00053-of-00073.safetensors",
|
344 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00053-of-00073.safetensors",
|
345 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00053-of-00073.safetensors",
|
346 |
+
"model.layers.26.self_attn.sinks": "model-00053-of-00073.safetensors",
|
347 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00053-of-00073.safetensors",
|
348 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00053-of-00073.safetensors",
|
349 |
+
"model.layers.27.input_layernorm.weight": "model-00057-of-00073.safetensors",
|
350 |
+
"model.layers.27.mlp.experts.down_proj": "model-00057-of-00073.safetensors",
|
351 |
+
"model.layers.27.mlp.experts.down_proj_bias": "model-00057-of-00073.safetensors",
|
352 |
+
"model.layers.27.mlp.experts.gate_up_proj": "model-00056-of-00073.safetensors",
|
353 |
+
"model.layers.27.mlp.experts.gate_up_proj_bias": "model-00056-of-00073.safetensors",
|
354 |
+
"model.layers.27.mlp.router.bias": "model-00055-of-00073.safetensors",
|
355 |
+
"model.layers.27.mlp.router.weight": "model-00055-of-00073.safetensors",
|
356 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00057-of-00073.safetensors",
|
357 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00055-of-00073.safetensors",
|
358 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00055-of-00073.safetensors",
|
359 |
+
"model.layers.27.self_attn.o_proj.bias": "model-00055-of-00073.safetensors",
|
360 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00055-of-00073.safetensors",
|
361 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00055-of-00073.safetensors",
|
362 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00055-of-00073.safetensors",
|
363 |
+
"model.layers.27.self_attn.sinks": "model-00055-of-00073.safetensors",
|
364 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00055-of-00073.safetensors",
|
365 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00055-of-00073.safetensors",
|
366 |
+
"model.layers.28.input_layernorm.weight": "model-00059-of-00073.safetensors",
|
367 |
+
"model.layers.28.mlp.experts.down_proj": "model-00059-of-00073.safetensors",
|
368 |
+
"model.layers.28.mlp.experts.down_proj_bias": "model-00059-of-00073.safetensors",
|
369 |
+
"model.layers.28.mlp.experts.gate_up_proj": "model-00058-of-00073.safetensors",
|
370 |
+
"model.layers.28.mlp.experts.gate_up_proj_bias": "model-00058-of-00073.safetensors",
|
371 |
+
"model.layers.28.mlp.router.bias": "model-00057-of-00073.safetensors",
|
372 |
+
"model.layers.28.mlp.router.weight": "model-00057-of-00073.safetensors",
|
373 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00059-of-00073.safetensors",
|
374 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00057-of-00073.safetensors",
|
375 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00057-of-00073.safetensors",
|
376 |
+
"model.layers.28.self_attn.o_proj.bias": "model-00057-of-00073.safetensors",
|
377 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00057-of-00073.safetensors",
|
378 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00057-of-00073.safetensors",
|
379 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00057-of-00073.safetensors",
|
380 |
+
"model.layers.28.self_attn.sinks": "model-00057-of-00073.safetensors",
|
381 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00057-of-00073.safetensors",
|
382 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00057-of-00073.safetensors",
|
383 |
+
"model.layers.29.input_layernorm.weight": "model-00061-of-00073.safetensors",
|
384 |
+
"model.layers.29.mlp.experts.down_proj": "model-00061-of-00073.safetensors",
|
385 |
+
"model.layers.29.mlp.experts.down_proj_bias": "model-00061-of-00073.safetensors",
|
386 |
+
"model.layers.29.mlp.experts.gate_up_proj": "model-00060-of-00073.safetensors",
|
387 |
+
"model.layers.29.mlp.experts.gate_up_proj_bias": "model-00060-of-00073.safetensors",
|
388 |
+
"model.layers.29.mlp.router.bias": "model-00059-of-00073.safetensors",
|
389 |
+
"model.layers.29.mlp.router.weight": "model-00059-of-00073.safetensors",
|
390 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00061-of-00073.safetensors",
|
391 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00059-of-00073.safetensors",
|
392 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00059-of-00073.safetensors",
|
393 |
+
"model.layers.29.self_attn.o_proj.bias": "model-00059-of-00073.safetensors",
|
394 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00059-of-00073.safetensors",
|
395 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00059-of-00073.safetensors",
|
396 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00059-of-00073.safetensors",
|
397 |
+
"model.layers.29.self_attn.sinks": "model-00059-of-00073.safetensors",
|
398 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00059-of-00073.safetensors",
|
399 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00059-of-00073.safetensors",
|
400 |
+
"model.layers.3.input_layernorm.weight": "model-00009-of-00073.safetensors",
|
401 |
+
"model.layers.3.mlp.experts.down_proj": "model-00009-of-00073.safetensors",
|
402 |
+
"model.layers.3.mlp.experts.down_proj_bias": "model-00009-of-00073.safetensors",
|
403 |
+
"model.layers.3.mlp.experts.gate_up_proj": "model-00008-of-00073.safetensors",
|
404 |
+
"model.layers.3.mlp.experts.gate_up_proj_bias": "model-00008-of-00073.safetensors",
|
405 |
+
"model.layers.3.mlp.router.bias": "model-00007-of-00073.safetensors",
|
406 |
+
"model.layers.3.mlp.router.weight": "model-00007-of-00073.safetensors",
|
407 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00009-of-00073.safetensors",
|
408 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00007-of-00073.safetensors",
|
409 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00007-of-00073.safetensors",
|
410 |
+
"model.layers.3.self_attn.o_proj.bias": "model-00007-of-00073.safetensors",
|
411 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00007-of-00073.safetensors",
|
412 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00007-of-00073.safetensors",
|
413 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00007-of-00073.safetensors",
|
414 |
+
"model.layers.3.self_attn.sinks": "model-00007-of-00073.safetensors",
|
415 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00007-of-00073.safetensors",
|
416 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00007-of-00073.safetensors",
|
417 |
+
"model.layers.30.input_layernorm.weight": "model-00063-of-00073.safetensors",
|
418 |
+
"model.layers.30.mlp.experts.down_proj": "model-00063-of-00073.safetensors",
|
419 |
+
"model.layers.30.mlp.experts.down_proj_bias": "model-00063-of-00073.safetensors",
|
420 |
+
"model.layers.30.mlp.experts.gate_up_proj": "model-00062-of-00073.safetensors",
|
421 |
+
"model.layers.30.mlp.experts.gate_up_proj_bias": "model-00062-of-00073.safetensors",
|
422 |
+
"model.layers.30.mlp.router.bias": "model-00061-of-00073.safetensors",
|
423 |
+
"model.layers.30.mlp.router.weight": "model-00061-of-00073.safetensors",
|
424 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00063-of-00073.safetensors",
|
425 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00061-of-00073.safetensors",
|
426 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00061-of-00073.safetensors",
|
427 |
+
"model.layers.30.self_attn.o_proj.bias": "model-00061-of-00073.safetensors",
|
428 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00061-of-00073.safetensors",
|
429 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00061-of-00073.safetensors",
|
430 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00061-of-00073.safetensors",
|
431 |
+
"model.layers.30.self_attn.sinks": "model-00061-of-00073.safetensors",
|
432 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00061-of-00073.safetensors",
|
433 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00061-of-00073.safetensors",
|
434 |
+
"model.layers.31.input_layernorm.weight": "model-00065-of-00073.safetensors",
|
435 |
+
"model.layers.31.mlp.experts.down_proj": "model-00065-of-00073.safetensors",
|
436 |
+
"model.layers.31.mlp.experts.down_proj_bias": "model-00065-of-00073.safetensors",
|
437 |
+
"model.layers.31.mlp.experts.gate_up_proj": "model-00064-of-00073.safetensors",
|
438 |
+
"model.layers.31.mlp.experts.gate_up_proj_bias": "model-00064-of-00073.safetensors",
|
439 |
+
"model.layers.31.mlp.router.bias": "model-00063-of-00073.safetensors",
|
440 |
+
"model.layers.31.mlp.router.weight": "model-00063-of-00073.safetensors",
|
441 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00065-of-00073.safetensors",
|
442 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00063-of-00073.safetensors",
|
443 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00063-of-00073.safetensors",
|
444 |
+
"model.layers.31.self_attn.o_proj.bias": "model-00063-of-00073.safetensors",
|
445 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00063-of-00073.safetensors",
|
446 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00063-of-00073.safetensors",
|
447 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00063-of-00073.safetensors",
|
448 |
+
"model.layers.31.self_attn.sinks": "model-00063-of-00073.safetensors",
|
449 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00063-of-00073.safetensors",
|
450 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00063-of-00073.safetensors",
|
451 |
+
"model.layers.32.input_layernorm.weight": "model-00067-of-00073.safetensors",
|
452 |
+
"model.layers.32.mlp.experts.down_proj": "model-00067-of-00073.safetensors",
|
453 |
+
"model.layers.32.mlp.experts.down_proj_bias": "model-00067-of-00073.safetensors",
|
454 |
+
"model.layers.32.mlp.experts.gate_up_proj": "model-00066-of-00073.safetensors",
|
455 |
+
"model.layers.32.mlp.experts.gate_up_proj_bias": "model-00066-of-00073.safetensors",
|
456 |
+
"model.layers.32.mlp.router.bias": "model-00065-of-00073.safetensors",
|
457 |
+
"model.layers.32.mlp.router.weight": "model-00065-of-00073.safetensors",
|
458 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00067-of-00073.safetensors",
|
459 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00065-of-00073.safetensors",
|
460 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00065-of-00073.safetensors",
|
461 |
+
"model.layers.32.self_attn.o_proj.bias": "model-00065-of-00073.safetensors",
|
462 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00065-of-00073.safetensors",
|
463 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00065-of-00073.safetensors",
|
464 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00065-of-00073.safetensors",
|
465 |
+
"model.layers.32.self_attn.sinks": "model-00065-of-00073.safetensors",
|
466 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00065-of-00073.safetensors",
|
467 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00065-of-00073.safetensors",
|
468 |
+
"model.layers.33.input_layernorm.weight": "model-00069-of-00073.safetensors",
|
469 |
+
"model.layers.33.mlp.experts.down_proj": "model-00069-of-00073.safetensors",
|
470 |
+
"model.layers.33.mlp.experts.down_proj_bias": "model-00069-of-00073.safetensors",
|
471 |
+
"model.layers.33.mlp.experts.gate_up_proj": "model-00068-of-00073.safetensors",
|
472 |
+
"model.layers.33.mlp.experts.gate_up_proj_bias": "model-00068-of-00073.safetensors",
|
473 |
+
"model.layers.33.mlp.router.bias": "model-00067-of-00073.safetensors",
|
474 |
+
"model.layers.33.mlp.router.weight": "model-00067-of-00073.safetensors",
|
475 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00069-of-00073.safetensors",
|
476 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00067-of-00073.safetensors",
|
477 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00067-of-00073.safetensors",
|
478 |
+
"model.layers.33.self_attn.o_proj.bias": "model-00067-of-00073.safetensors",
|
479 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00067-of-00073.safetensors",
|
480 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00067-of-00073.safetensors",
|
481 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00067-of-00073.safetensors",
|
482 |
+
"model.layers.33.self_attn.sinks": "model-00067-of-00073.safetensors",
|
483 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00067-of-00073.safetensors",
|
484 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00067-of-00073.safetensors",
|
485 |
+
"model.layers.34.input_layernorm.weight": "model-00071-of-00073.safetensors",
|
486 |
+
"model.layers.34.mlp.experts.down_proj": "model-00071-of-00073.safetensors",
|
487 |
+
"model.layers.34.mlp.experts.down_proj_bias": "model-00071-of-00073.safetensors",
|
488 |
+
"model.layers.34.mlp.experts.gate_up_proj": "model-00070-of-00073.safetensors",
|
489 |
+
"model.layers.34.mlp.experts.gate_up_proj_bias": "model-00070-of-00073.safetensors",
|
490 |
+
"model.layers.34.mlp.router.bias": "model-00069-of-00073.safetensors",
|
491 |
+
"model.layers.34.mlp.router.weight": "model-00069-of-00073.safetensors",
|
492 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00071-of-00073.safetensors",
|
493 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00069-of-00073.safetensors",
|
494 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00069-of-00073.safetensors",
|
495 |
+
"model.layers.34.self_attn.o_proj.bias": "model-00069-of-00073.safetensors",
|
496 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00069-of-00073.safetensors",
|
497 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00069-of-00073.safetensors",
|
498 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00069-of-00073.safetensors",
|
499 |
+
"model.layers.34.self_attn.sinks": "model-00069-of-00073.safetensors",
|
500 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00069-of-00073.safetensors",
|
501 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00069-of-00073.safetensors",
|
502 |
+
"model.layers.35.input_layernorm.weight": "model-00073-of-00073.safetensors",
|
503 |
+
"model.layers.35.mlp.experts.down_proj": "model-00073-of-00073.safetensors",
|
504 |
+
"model.layers.35.mlp.experts.down_proj_bias": "model-00073-of-00073.safetensors",
|
505 |
+
"model.layers.35.mlp.experts.gate_up_proj": "model-00072-of-00073.safetensors",
|
506 |
+
"model.layers.35.mlp.experts.gate_up_proj_bias": "model-00072-of-00073.safetensors",
|
507 |
+
"model.layers.35.mlp.router.bias": "model-00071-of-00073.safetensors",
|
508 |
+
"model.layers.35.mlp.router.weight": "model-00071-of-00073.safetensors",
|
509 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00073-of-00073.safetensors",
|
510 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00071-of-00073.safetensors",
|
511 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00071-of-00073.safetensors",
|
512 |
+
"model.layers.35.self_attn.o_proj.bias": "model-00071-of-00073.safetensors",
|
513 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00071-of-00073.safetensors",
|
514 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00071-of-00073.safetensors",
|
515 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00071-of-00073.safetensors",
|
516 |
+
"model.layers.35.self_attn.sinks": "model-00071-of-00073.safetensors",
|
517 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00071-of-00073.safetensors",
|
518 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00071-of-00073.safetensors",
|
519 |
+
"model.layers.4.input_layernorm.weight": "model-00011-of-00073.safetensors",
|
520 |
+
"model.layers.4.mlp.experts.down_proj": "model-00011-of-00073.safetensors",
|
521 |
+
"model.layers.4.mlp.experts.down_proj_bias": "model-00011-of-00073.safetensors",
|
522 |
+
"model.layers.4.mlp.experts.gate_up_proj": "model-00010-of-00073.safetensors",
|
523 |
+
"model.layers.4.mlp.experts.gate_up_proj_bias": "model-00010-of-00073.safetensors",
|
524 |
+
"model.layers.4.mlp.router.bias": "model-00009-of-00073.safetensors",
|
525 |
+
"model.layers.4.mlp.router.weight": "model-00009-of-00073.safetensors",
|
526 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00011-of-00073.safetensors",
|
527 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00009-of-00073.safetensors",
|
528 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00009-of-00073.safetensors",
|
529 |
+
"model.layers.4.self_attn.o_proj.bias": "model-00009-of-00073.safetensors",
|
530 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00009-of-00073.safetensors",
|
531 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00009-of-00073.safetensors",
|
532 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00009-of-00073.safetensors",
|
533 |
+
"model.layers.4.self_attn.sinks": "model-00009-of-00073.safetensors",
|
534 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00009-of-00073.safetensors",
|
535 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00009-of-00073.safetensors",
|
536 |
+
"model.layers.5.input_layernorm.weight": "model-00013-of-00073.safetensors",
|
537 |
+
"model.layers.5.mlp.experts.down_proj": "model-00013-of-00073.safetensors",
|
538 |
+
"model.layers.5.mlp.experts.down_proj_bias": "model-00013-of-00073.safetensors",
|
539 |
+
"model.layers.5.mlp.experts.gate_up_proj": "model-00012-of-00073.safetensors",
|
540 |
+
"model.layers.5.mlp.experts.gate_up_proj_bias": "model-00012-of-00073.safetensors",
|
541 |
+
"model.layers.5.mlp.router.bias": "model-00011-of-00073.safetensors",
|
542 |
+
"model.layers.5.mlp.router.weight": "model-00011-of-00073.safetensors",
|
543 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00013-of-00073.safetensors",
|
544 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00011-of-00073.safetensors",
|
545 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00011-of-00073.safetensors",
|
546 |
+
"model.layers.5.self_attn.o_proj.bias": "model-00011-of-00073.safetensors",
|
547 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00011-of-00073.safetensors",
|
548 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00011-of-00073.safetensors",
|
549 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00011-of-00073.safetensors",
|
550 |
+
"model.layers.5.self_attn.sinks": "model-00011-of-00073.safetensors",
|
551 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00011-of-00073.safetensors",
|
552 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00011-of-00073.safetensors",
|
553 |
+
"model.layers.6.input_layernorm.weight": "model-00015-of-00073.safetensors",
|
554 |
+
"model.layers.6.mlp.experts.down_proj": "model-00015-of-00073.safetensors",
|
555 |
+
"model.layers.6.mlp.experts.down_proj_bias": "model-00015-of-00073.safetensors",
|
556 |
+
"model.layers.6.mlp.experts.gate_up_proj": "model-00014-of-00073.safetensors",
|
557 |
+
"model.layers.6.mlp.experts.gate_up_proj_bias": "model-00014-of-00073.safetensors",
|
558 |
+
"model.layers.6.mlp.router.bias": "model-00013-of-00073.safetensors",
|
559 |
+
"model.layers.6.mlp.router.weight": "model-00013-of-00073.safetensors",
|
560 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00015-of-00073.safetensors",
|
561 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00013-of-00073.safetensors",
|
562 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00013-of-00073.safetensors",
|
563 |
+
"model.layers.6.self_attn.o_proj.bias": "model-00013-of-00073.safetensors",
|
564 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00013-of-00073.safetensors",
|
565 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00013-of-00073.safetensors",
|
566 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00013-of-00073.safetensors",
|
567 |
+
"model.layers.6.self_attn.sinks": "model-00013-of-00073.safetensors",
|
568 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00013-of-00073.safetensors",
|
569 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00013-of-00073.safetensors",
|
570 |
+
"model.layers.7.input_layernorm.weight": "model-00017-of-00073.safetensors",
|
571 |
+
"model.layers.7.mlp.experts.down_proj": "model-00017-of-00073.safetensors",
|
572 |
+
"model.layers.7.mlp.experts.down_proj_bias": "model-00017-of-00073.safetensors",
|
573 |
+
"model.layers.7.mlp.experts.gate_up_proj": "model-00016-of-00073.safetensors",
|
574 |
+
"model.layers.7.mlp.experts.gate_up_proj_bias": "model-00016-of-00073.safetensors",
|
575 |
+
"model.layers.7.mlp.router.bias": "model-00015-of-00073.safetensors",
|
576 |
+
"model.layers.7.mlp.router.weight": "model-00015-of-00073.safetensors",
|
577 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00017-of-00073.safetensors",
|
578 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00015-of-00073.safetensors",
|
579 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00015-of-00073.safetensors",
|
580 |
+
"model.layers.7.self_attn.o_proj.bias": "model-00015-of-00073.safetensors",
|
581 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00015-of-00073.safetensors",
|
582 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00015-of-00073.safetensors",
|
583 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00015-of-00073.safetensors",
|
584 |
+
"model.layers.7.self_attn.sinks": "model-00015-of-00073.safetensors",
|
585 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00015-of-00073.safetensors",
|
586 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00015-of-00073.safetensors",
|
587 |
+
"model.layers.8.input_layernorm.weight": "model-00019-of-00073.safetensors",
|
588 |
+
"model.layers.8.mlp.experts.down_proj": "model-00019-of-00073.safetensors",
|
589 |
+
"model.layers.8.mlp.experts.down_proj_bias": "model-00019-of-00073.safetensors",
|
590 |
+
"model.layers.8.mlp.experts.gate_up_proj": "model-00018-of-00073.safetensors",
|
591 |
+
"model.layers.8.mlp.experts.gate_up_proj_bias": "model-00018-of-00073.safetensors",
|
592 |
+
"model.layers.8.mlp.router.bias": "model-00017-of-00073.safetensors",
|
593 |
+
"model.layers.8.mlp.router.weight": "model-00017-of-00073.safetensors",
|
594 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00019-of-00073.safetensors",
|
595 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00017-of-00073.safetensors",
|
596 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00017-of-00073.safetensors",
|
597 |
+
"model.layers.8.self_attn.o_proj.bias": "model-00017-of-00073.safetensors",
|
598 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00017-of-00073.safetensors",
|
599 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00017-of-00073.safetensors",
|
600 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00017-of-00073.safetensors",
|
601 |
+
"model.layers.8.self_attn.sinks": "model-00017-of-00073.safetensors",
|
602 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00017-of-00073.safetensors",
|
603 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00017-of-00073.safetensors",
|
604 |
+
"model.layers.9.input_layernorm.weight": "model-00021-of-00073.safetensors",
|
605 |
+
"model.layers.9.mlp.experts.down_proj": "model-00021-of-00073.safetensors",
|
606 |
+
"model.layers.9.mlp.experts.down_proj_bias": "model-00021-of-00073.safetensors",
|
607 |
+
"model.layers.9.mlp.experts.gate_up_proj": "model-00020-of-00073.safetensors",
|
608 |
+
"model.layers.9.mlp.experts.gate_up_proj_bias": "model-00020-of-00073.safetensors",
|
609 |
+
"model.layers.9.mlp.router.bias": "model-00019-of-00073.safetensors",
|
610 |
+
"model.layers.9.mlp.router.weight": "model-00019-of-00073.safetensors",
|
611 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00021-of-00073.safetensors",
|
612 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00019-of-00073.safetensors",
|
613 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00019-of-00073.safetensors",
|
614 |
+
"model.layers.9.self_attn.o_proj.bias": "model-00019-of-00073.safetensors",
|
615 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00019-of-00073.safetensors",
|
616 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00019-of-00073.safetensors",
|
617 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00019-of-00073.safetensors",
|
618 |
+
"model.layers.9.self_attn.sinks": "model-00019-of-00073.safetensors",
|
619 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00019-of-00073.safetensors",
|
620 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00019-of-00073.safetensors",
|
621 |
+
"model.norm.weight": "model-00073-of-00073.safetensors"
|
622 |
+
}
|
623 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|startoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|return|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3
|
3 |
+
size 27868174
|