minyichen commited on
Commit
df28220
·
1 Parent(s): c783a51

Initial model upload

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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
37
+ tokenizer*.json filter=lfs diff=lfs merge=lfs -text
38
+ tokenizer.model filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .ipynb_checkpoints/
2
+ __pycache__/
3
+ *.log
README.md ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model:
7
+ - google/gemma-3-4b-pt
8
+ library_name: transformers
9
+ tags:
10
+ - Taiwan
11
+ - R.O.C
12
+ - zhtw
13
+ - SLM
14
+ - Gemma-3
15
+ - gemma3
16
+ datasets:
17
+ - lianghsun/tw-reasoning-instruct
18
+ - lianghsun/tw-contract-review-chat
19
+ - minyichen/tw-instruct-R1-200k
20
+ - minyichen/tw_mm_R1
21
+ - minyichen/LongPaper_multitask_zh_tw_R1
22
+ - nvidia/Nemotron-Instruction-Following-Chat-v1
23
+
24
+ model-index:
25
+ - name: gemma-3-4B-T1-it
26
+ results:
27
+ - task:
28
+ type: question-answering
29
+ name: Single Choice Question
30
+ dataset:
31
+ type: ikala/tmmluplus
32
+ name: tmmlu+
33
+ config: all
34
+ split: test
35
+ revision: c0e8ae955997300d5dbf0e382bf0ba5115f85e8c
36
+ metrics:
37
+ - name: single choice
38
+ type: accuracy
39
+ value: 47.44
40
+ - task:
41
+ type: question-answering
42
+ name: Single Choice Question
43
+ dataset:
44
+ type: cais/mmlu
45
+ name: mmlu
46
+ config: all
47
+ split: test
48
+ revision: c30699e
49
+ metrics:
50
+ - name: single choice
51
+ type: accuracy
52
+ value: 59.13
53
+ - task:
54
+ type: question-answering
55
+ name: Single Choice Question
56
+ dataset:
57
+ type: lianghsun/tw-legal-benchmark-v1
58
+ name: tw-legal-benchmark-v1
59
+ config: all
60
+ split: test
61
+ revision: 66c3a5f
62
+ metrics:
63
+ - name: single choice
64
+ type: accuracy
65
+ value: 44.18
66
+ metrics:
67
+ - accuracy
68
+ ---
69
+
70
+
71
+
72
+ # Model Card for gemma-3-4B-T1-it
73
+
74
+ <div align="center" style="line-height: 1;">
75
+ <a href="https://discord.gg/Cx737yw4ed" target="_blank" style="margin: 2px;">
76
+ <img alt="Discord" src="https://img.shields.io/badge/Discord-Twinkle%20AI-7289da?logo=discord&logoColor=white&color=7289da" style="display: inline-block; vertical-align: middle;"/>
77
+ </a>
78
+ <a href="https://huggingface.co/twinkle-ai" target="_blank" style="margin: 2px;">
79
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Twinkle%20AI-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
80
+ </a>
81
+ <!-- Gemma 模型在 Hugging Face 上為 gated,使用者需同意 Google usage license -->
82
+ <a href="https://huggingface.co/google/gemma-3-4b-pt" style="margin: 2px;">
83
+ <img alt="License" src="https://img.shields.io/badge/License-gemma-f5de53?&color=0081fb" style="display: inline-block; vertical-align: middle;"/>
84
+ </a>
85
+ </div>
86
+
87
+ ![593549148_122275952846031303_8665640596851732957_n](https://cdn-uploads.huggingface.co/production/uploads/618dc56cbc345ca7bf95f3cd/np5u_qsZP7gBCl9IkP20F.jpeg)
88
+
89
+ <!-- Provide a quick summary of what the model is/does. -->
90
+ **gemma-3-4B-T1-it** 是專為中華民國台灣語境打造的繁體中文指令微調模型。本模型建構於 [google/gemma-3-4b-pt](https://huggingface.co/google/gemma-3-4b-pt) 架構之上,深度融合台灣人文社會脈絡與在地文化用語,能靈活應對法律條文釋義、學術教材編撰以及日常情境對話等多元任務。
91
+
92
+ 此外,本模型在 **函式呼叫(Function Calling)** 結構理解與輸出穩定性 上進行了加強,為建構 AI Agent 或工具導向應用提供了良好的基礎能力。但模型本身不預設特定任務流程,適合搭配應用層的工具定義與控制邏輯,逐步發展符合實際需求的 Agent 系統。
93
+
94
+ ⚠️ 規格重點:
95
+ 本模型為 純文本單模態(Single Modality)版本。
96
+
97
+ ## Model Details
98
+
99
+ 繼 [Formosa-1 Series](https://huggingface.co/collections/twinkle-ai/formosa-1-series) 在繁體中文開源社群獲得廣泛迴響後,Twinkle AI 持續致力於解決「模型中文化不足」與「語境文化隔閡」的痛點。gemma-3-4B-T1-it 是團隊在 Google Gemma 3 架構上的全新嘗試。有別於僅做語言翻譯的模型,T1 系列更加強調 **「台灣在地的人文社會底蘊」**。我們深知,語言是文化的載體,一個好的繁中模型不應只會寫繁體字,更要懂台灣的歷史脈絡、社會規範與法律體系。
100
+
101
+ > **T1**,是 **Taiwan** 的諧音縮寫,代表我們對於台灣本土文化的尊重與熱愛。
102
+
103
+ **核心特點 (Key Features)**
104
+ 1. **深度在地化與人文社會脈絡 (Cultural Alignment):**
105
+ * 針對台灣特有的 **人文社會學科(Humanities & Social Sciences)** 資料進行強化訓練。
106
+ * 修正了常見的大型語言模型在台灣用語上的偏差(例如法律用語、政府機關稱謂、地名與歷史事件描述),使其生成的內容更符合台灣讀者的認知習慣。
107
+ 2. **Agent Base:強化的 Function Calling 能力:**
108
+ * 訓練階段中,我們特別針對 **Function Calling 格式**進行強化,使模型具備良好的結構理解能力與工具調用潛力。
109
+ * 模型能夠準確識別何時需要呼叫外部工具(API)、準確提取參數,並根據工具回傳的結果生成最終回覆。使用者可依自身應用場景(如 RAG、企業內部系統、自動化流程、專業決策支援等),進一步透過 **領域資料、工具定義與流程設計** 對模型進行強化與整合。
110
+ 3. **多元場���專精 (Multi-domain Expertise):**
111
+ * **法律實務:** 理解台灣法律條文結構,能協助進行基礎的條文釋義與法律文書輔助(註:僅供輔助,非正式法律意見)。
112
+ * **教育輔助:** 適合用於編寫符合台灣課綱風格的教材、考題解析及教學大綱。
113
+ * **生活應用:** 具備高指令跟隨能力(Instruction Following),無論是創意寫作、日常閒聊或資訊整理,都能提供精確且自然的繁體中文回應。
114
+
115
+ ### Model Description
116
+
117
+ - **Developed by:** [Liang Hsun Huang](https://huggingface.co/lianghsun)、[Min Yi Chen](https://huggingface.co/minyichen)、[Wen Bin Lin](https://huggingface.co/tedslin) & [Dave Sung](https://huggingface.co/k1dave6412) (All authors have contributed equally to this work.)
118
+ - **Funded by:** [APMIC](https://www.apmic.ai/)
119
+ - **Base model:** [google/gemma-3-4b-pt](https://huggingface.co/google/gemma-3-4b-pt)
120
+ - **Model type:** Gemma3ForConditionalGeneration (Transformers)
121
+ - **Language(s) (NLP):** Traditional Chinese & English
122
+ - **License:** gemma (Google usage license; gated on Hugging Face)
123
+
124
+ ### Model Sources
125
+
126
+ - **Repository:** [twinkle-ai/gemma-3-4B-T1-it](https://huggingface.co/twinkle-ai/gemma-3-4B-T1-it)
127
+
128
+ ## Evaluation
129
+
130
+ ### Results
131
+
132
+ 下表採用 [🌟 Twinkle Eval](https://github.com/ai-twinkle/Eval) 評測框架
133
+
134
+
135
+ | 模型 | 評測模式 | TMMLU+(%) | 台灣法律(%) | MMLU(%) | 測試次數 | 選項排序 |
136
+ |------------------------------------|:---------:|:----------------:|:----------------:|:----------------:|:---------:|:---------:|
137
+ | [google/gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it) | box | 35.12 (±0.018) | 32.69 (±0.021) | 41.03 (±0.019) | 3 | 隨機 |
138
+ | 🌟[twinkle-ai/Llama-3.2-3B-F1-Instruct](https://huggingface.co/twinkle-ai/Llama-3.2-3B-F1-Instruct) (ours) | box | 44.11 (±0.018) | 35.24 (±0.012) | 50.64 (±0.019) | 3 | 隨機 |
139
+ | 🌟[twinkle-ai/gemma-3-4B-T1-it](https://huggingface.co/twinkle-ai/gemma-3-4B-T1-it) (ours) | box | 47.44 (±0.018)| 44.18 (±0.022) | 59.13 (±0.021)| 3 | 隨機 |
140
+
141
+ ### Function Calling Benchmark
142
+
143
+ 我們採用了 **BFCL (Berkeley Function Calling Leaderboard)** 來評估模型在 Function Calling(函式呼叫)任務中的表現。
144
+
145
+ 測試使用的指標如下:
146
+
147
+ - **AST Accuracy(AST 正確率)**:
148
+ 比較模型生成的函式呼叫與目標答案在抽象語法樹(AST)上的結構相似度。涵蓋四種題型:
149
+ - 單一函式(Simple Function)
150
+ - 多函式(Multiple Function)
151
+ - 平行函式(Parallel Function)
152
+ - 平行多函式(Parallel Multiple Function)
153
+
154
+ | Model | Overall Accuracy | AST Accuracy (S.) | AST Accuracy (M.) | AST Accuracy (P.) | AST Accuracy (P.M.) |
155
+ |-----------------|------------------|-------------------|-------------------|-------------------|---------------------|
156
+ | [google/gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it) | 61 | 64 | 88 | 56 | 36 |
157
+ | 🌟[twinkle-ai/Llama-3.2-3B-F1-Instruct](https://huggingface.co/twinkle-ai/Llama-3.2-3B-F1-Instruct) (ours) | **91** | 93 | 95 | 91 | 87 |
158
+ | 🌟[twinkle-ai/gemma-3-4B-T1-it](https://huggingface.co/twinkle-ai/gemma-3-4B-T1-it) (ours) | 84.5 | 88 | 89 | 80 | 81 |
159
+
160
+ ---
161
+ ## Model Responses
162
+
163
+ 下列範例展示 **gemma-3-4B-it**(原版) 與 🌟**gemma-3-4B-T1-it**(ours) 在台灣語境任務中的差異。
164
+ > 註:圖片中 👈 為 gemma-3-4B-it ; 👉 為 🌟gemma-3-4B-T1-it
165
+
166
+ ### 地理位置
167
+
168
+
169
+ ![地理位置1](https://cdn-uploads.huggingface.co/production/uploads/64b776d9a5018e3c7c99b459/NlsFpZCwv4lyivkXXeuDB.png)
170
+
171
+ ### 本土用語
172
+
173
+ ![很盤](https://cdn-uploads.huggingface.co/production/uploads/64b776d9a5018e3c7c99b459/XUhjDXDUQ42Ob3NST0j_L.png)
174
+
175
+ ### 本土翻譯
176
+ > 國外的模型翻譯幾乎都是「中國用語」
177
+
178
+
179
+ ![翻譯1](https://cdn-uploads.huggingface.co/production/uploads/64b776d9a5018e3c7c99b459/kNhgXow2Srk_GvgdVtMl4.png)
180
+
181
+ ### 台灣之光
182
+
183
+ ![周子瑜](https://cdn-uploads.huggingface.co/production/uploads/64b776d9a5018e3c7c99b459/hKhDy_d2F-sSb8lbE6Ne5.png)
184
+
185
+ ### 台灣迷因
186
+
187
+ ![超派鐵拳](https://cdn-uploads.huggingface.co/production/uploads/64b776d9a5018e3c7c99b459/jLWPNyuKscJAsmZgwbrl9.png)
188
+
189
+ ## 🔧 Tool Calling
190
+
191
+ 本模型使用 Hermes 格式訓練,並支援平行呼叫(Parallel calling),以下為完整範例流程。
192
+ Tool calling 模板已經為放置 chat_template。
193
+
194
+ ### 1️⃣ 啟動 vLLM 後端
195
+
196
+ ```bash
197
+ vllm serve twinkle-ai/gemma-3-4B-T1-it \
198
+ --port 8000 \
199
+ --enable-auto-tool-choice \
200
+ --tool-call-parser hermes
201
+ ```
202
+
203
+ ### 2️⃣ 定義工具(Functions)
204
+
205
+ ```python
206
+ def get_weather(location: str, unit: str):
207
+ return f"{location}的氣溫是{unit}26度,晴朗無風"
208
+
209
+ def search(query: str):
210
+ return "川普終於宣布��等關稅政策,針對 18 個經濟體課徵一半的對等關稅,並從 4/5 起對所有進口產品徵收10%的基準關稅!美國將針對被認定為不當貿易行為(不公平貿易) 的國家,於 4/9 起課徵報復型對等關稅 (Discounted Reciprocal Tariff),例如:日本將被課徵 24% 的關稅,歐盟則為 20%,以取代普遍性的 10% 關稅。\n針對中國則開啟新一波 34% 關稅,並疊加於先前已實施的關稅上,這將使中國進口商品的基本關稅稅率達到 54%,而且這尚未包含拜登總統任內或川普第一任期所施加的額外關稅。加拿大與墨西哥則不適用這套對等關稅制度,但川普認為這些國家在芬太尼危機與非法移民問題尚未完全解決,因此計畫對這兩國的大多數進口商品施加 25% 關稅。另外原本針對汽車與多數其他商品的關稅豁免將於 4/2 到期。\n台灣的部分,美國擬向台灣課徵32%的對等關稅,雖然並未針對晶片特別課徵關稅,但仍在記者會中提到台灣搶奪所有的電腦與半導體晶片,最終促成台積電對美國投資計劃額外加碼 1,000 億美元的歷史性投資;歐盟則課徵20%的對等關稅。最後是汽車關稅將於 4/2 起,對所有外國製造的汽車課徵25% 關稅。"
211
+
212
+ tools = [
213
+ {
214
+ "type": "function",
215
+ "function": {
216
+ "name": "get_weather",
217
+ "description": "Get the current weather in a given location",
218
+ "parameters": {
219
+ "type": "object",
220
+ "properties": {
221
+ "location": {"type": "string", "description": "國家或城市名, e.g., 'Taipei'、'Jaipei'"},
222
+ "unit": {"type": "string", "description": "氣溫單位,亞洲城市使用攝氏;歐美城市使用華氏", "enum": ["celsius", "fahrenheit"]}
223
+ },
224
+ "required": ["location", "unit"]
225
+ }
226
+ }
227
+ },
228
+ {
229
+ "type": "function",
230
+ "function": {
231
+ "name": "search",
232
+ "description": "這是一個類似 Google 的搜尋引擎,關於知識、天氣、股票、電影、小說、百科等等問題,如果你不確定答案就搜尋一下。",
233
+ "parameters": {
234
+ "type": "object",
235
+ "properties": {
236
+ "query": {"type": "string", "description": "should be a search query, e.g., '2024 南韓 戒嚴'"}
237
+ },
238
+ "required": ["query"]
239
+ }
240
+ }
241
+ }
242
+ ]
243
+ ```
244
+
245
+ ### 3️⃣ 執行工具調用(Tool Calls)
246
+
247
+ > **⚠️ 注意:system_prompt 可以不用帶,除非是需要時間基準的工具。**
248
+ ```python
249
+ response = client.chat.completions.create(
250
+ model=client.models.list().data[0].id,
251
+ messages=[
252
+ {"role": "system", "content": "記住你的知識截止於 2024/12,今天是 2025/4/7"},
253
+ {"role": "user", "content": "台北氣溫如何? 另外,告訴我川普最新關稅政策"},
254
+ ],
255
+ max_tokens=1500,
256
+ temperature=0.6,
257
+ top_p=0.95,
258
+ tools=tools,
259
+ tool_choice="auto"
260
+ )
261
+
262
+ print(response.choices[0].message.tool_calls)
263
+ ```
264
+
265
+ #### ⚙️ Tool Calls List:
266
+
267
+
268
+ ```json
269
+ [ChatCompletionMessageToolCall(id='chatcmpl-tool-35e74420119349999913a10133b84bd3', function=Function(arguments='{"location": "Taipei", "unit": "celsius"}', name='get_weather'), type='function'), ChatCompletionMessageToolCall(id='chatcmpl-tool-7ffdcb98e59f4134a6171defe7f2e31b', function=Function(arguments='{"query": "Donald Trump latest tariffs policy"}', name='search'), type='function')]
270
+ ```
271
+
272
+ ### 4️⃣ 產生最終回答
273
+
274
+ ```python
275
+ response = client.chat.completions.create(
276
+ model=client.models.list().data[0].id,
277
+ messages=[
278
+ {"role": "system", "content": "記住你的知識截止於 2024/12,今天是 2025/4/7"},
279
+ {"role": "user", "content": "台北氣溫如何? 另外,告訴我川普最新關稅政策"},
280
+ {
281
+ "role": "assistant",
282
+ "content": "",
283
+ "tool_calls": [
284
+ {
285
+ "id": response.choices[0].message.tool_calls[0].id,
286
+ "type": "function",
287
+ "function": {
288
+ "name": response.choices[0].message.tool_calls[0].function.name,
289
+ "arguments": response.choices[0].message.tool_calls[0].function.arguments
290
+ }
291
+ },
292
+ {
293
+ "id": response.choices[0].message.tool_calls[1].id,
294
+ "type": "function",
295
+ "function": {
296
+ "name": response.choices[0].message.tool_calls[1].function.name,
297
+ "arguments": response.choices[0].message.tool_calls[1].function.arguments
298
+ }
299
+ }
300
+ ]
301
+ },
302
+ {
303
+ "role": "tool",
304
+ "content": search(**json.loads(response.choices[0].message.tool_calls[0].function.arguments)),
305
+ "tool_call_id": response.choices[0].message.tool_calls[0].id # tool_call_id 必須要帶,才能正確配對 工具 及 tool_call
306
+ },
307
+ {
308
+ "role": "tool",
309
+ "content": get_weather(**json.loads(response.choices[0].message.tool_calls[1].function.arguments)),
310
+ "tool_call_id": response.choices[0].message.tool_calls[1].id # tool_call_id 必須要帶,才能正確配對 工具 及 tool_call
311
+ }
312
+ ],
313
+ max_tokens=1500,
314
+ temperature=0.6,
315
+ top_p=0.95,
316
+ tools=tools,
317
+ tool_choice="auto"
318
+ )
319
+
320
+ print(response.choices[0].message.content)
321
+ ```
322
+
323
+ #### 📋 最終輸出內容:
324
+
325
+ ```text
326
+ 以下是您請求的資訊:
327
+
328
+ **臺北市氣溫**
329
+ - 目前的氣溫為 **26°C**(攝氏)
330
+ - 天候狀況:晴朗無風
331
+
332
+ **川普最新關稅政策概述**
333
+ 1. **對等關稅政策**
334
+ - 對 18 個經濟體課徵 50% 的對等關稅
335
+ - 自 4 月 5 日起,所有進口產品全面徵收 10% 基本關稅
336
+
337
+ 2. **報復型對等關稅**
338
+ - 日本 24%、歐盟 20%
339
+
340
+ 3. **對中國的高額關稅**
341
+ - 增加至 54%(原有關稅 + 新增 34%)
342
+
343
+ 4. **特殊案例**
344
+ - 加拿大與墨西哥不適用,但其他商品課徵 25%
345
+ - 汽車與部分商品的免稅即將到期
346
+
347
+ 5. **對台灣的影響**
348
+ - 美國計畫對台灣課徵 32% 關稅,但晶片暫無額外課稅
349
+
350
+ 6. **全球視角**
351
+ - 歐盟與日本關稅比例相對較高
352
+ ```
353
+
354
+
355
+ ## Citation
356
+
357
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
358
+ ```yaml
359
+ @misc{twinkleai2025gemma3t1,
360
+ title = {gemma-3-4B-T1-it: A Traditional Chinese Instruction-Tuned Language Model for Taiwan},
361
+ author = {Huang, Liang Hsun and Chen, Min Yi and Lin, Wen Bin and Sung, Dave},
362
+ year = {2025},
363
+ howpublished = {\url{https://huggingface.co/twinkle-ai/gemma-3-4B-T1-it}},
364
+ note = {Twinkle AI and APMIC. All authors contributed equally.}
365
+ }
366
+ ```
367
+
368
+ ## Acknowledge
369
+ - 特此感謝 [APMIC](https://www.apmic.ai/) 的算力支援,才得以讓本專案訓利完成。
370
+ - 特此致謝 [中央社](https://www.cna.com.tw/) 以及所有提供寶貴協助的夥伴。
371
+
372
+ ## Model Card Authors
373
+
374
+ [Twinkle AI](https://huggingface.co/twinkle-ai)
375
+
376
+ ## Model Card Contact
377
+
378
+ [Twinkle AI](https://huggingface.co/twinkle-ai)
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_sliding_window_pattern": 6,
3
+ "architectures": [
4
+ "Gemma3ForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "attn_logit_softcapping": null,
9
+ "bos_token_id": 2,
10
+ "cache_implementation": "hybrid",
11
+ "eos_token_id": 1,
12
+ "final_logit_softcapping": null,
13
+ "head_dim": 256,
14
+ "hidden_activation": "gelu_pytorch_tanh",
15
+ "hidden_size": 2560,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 10240,
18
+ "layer_types": [
19
+ "sliding_attention",
20
+ "sliding_attention",
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "sliding_attention",
24
+ "full_attention",
25
+ "sliding_attention",
26
+ "sliding_attention",
27
+ "sliding_attention",
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "full_attention",
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "full_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "full_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "sliding_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "full_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "sliding_attention",
52
+ "sliding_attention"
53
+ ],
54
+ "max_position_embeddings": 131072,
55
+ "model_type": "gemma3_text",
56
+ "num_attention_heads": 8,
57
+ "num_hidden_layers": 34,
58
+ "num_key_value_heads": 4,
59
+ "pad_token_id": 0,
60
+ "query_pre_attn_scalar": 256,
61
+ "rms_norm_eps": 1e-06,
62
+ "rope_local_base_freq": 10000.0,
63
+ "rope_scaling": {
64
+ "factor": 8.0,
65
+ "rope_type": "linear"
66
+ },
67
+ "rope_theta": 1000000.0,
68
+ "sliding_window": 1024,
69
+ "torch_dtype": "bfloat16",
70
+ "transformers_version": "4.55.2",
71
+ "use_cache": false,
72
+ "vocab_size": 262208
73
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "do_sample": true,
6
+ "eos_token_id": [
7
+ 1,
8
+ 106
9
+ ],
10
+ "pad_token_id": 0,
11
+ "transformers_version": "4.55.2"
12
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c30cc953abc05d76ec8d62d3bb63bbd8467de0807d005e284f3e02b3548f16a
3
+ size 4960531344
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0534dfc46cd45f37f642788206f364bc31106e024e58705dd45e92869eb9af3d
3
+ size 4142551864
model.safetensors.index.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 3880263168,
4
+ "total_size": 9103031296
5
+ },
6
+ "weight_map": {
7
+ "lm_head.weight": "model-00002-of-00002.safetensors",
8
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
19
+ "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
26
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.1.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.1.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
29
+ "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
31
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
38
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.10.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
41
+ "model.layers.10.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
43
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
50
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
53
+ "model.layers.11.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.11.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
55
+ "model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
62
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
65
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.12.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
67
+ "model.layers.12.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
74
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
77
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
79
+ "model.layers.13.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.13.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
86
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
89
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
91
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.14.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
93
+ "model.layers.14.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
98
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
101
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
103
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.15.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.15.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
110
+ "model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
113
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
115
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.16.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.16.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
122
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
125
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
127
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.17.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.17.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
134
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
137
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
139
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.18.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.18.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
146
+ "model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
149
+ "model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
151
+ "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
152
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
153
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
154
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
155
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
156
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
157
+ "model.layers.19.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
158
+ "model.layers.19.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
159
+ "model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
161
+ "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
163
+ "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
164
+ "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
165
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
166
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
167
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
168
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
169
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
170
+ "model.layers.2.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
171
+ "model.layers.2.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
172
+ "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
173
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
174
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
175
+ "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
176
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
177
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
178
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
179
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
180
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
181
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
182
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
183
+ "model.layers.20.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
184
+ "model.layers.20.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
185
+ "model.layers.20.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
186
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
187
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
188
+ "model.layers.20.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
189
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
190
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
191
+ "model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
192
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
193
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
194
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
195
+ "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
196
+ "model.layers.21.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
197
+ "model.layers.21.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
198
+ "model.layers.21.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
199
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
200
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
201
+ "model.layers.21.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
202
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
203
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
204
+ "model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
205
+ "model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
206
+ "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
207
+ "model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
208
+ "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
209
+ "model.layers.22.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
210
+ "model.layers.22.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
211
+ "model.layers.22.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
212
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
213
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
214
+ "model.layers.22.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
215
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
216
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
217
+ "model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
218
+ "model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
219
+ "model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
220
+ "model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
221
+ "model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
222
+ "model.layers.23.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
223
+ "model.layers.23.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
224
+ "model.layers.23.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
225
+ "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
226
+ "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
227
+ "model.layers.23.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
228
+ "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
229
+ "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
230
+ "model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
231
+ "model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
232
+ "model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
233
+ "model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
234
+ "model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
235
+ "model.layers.24.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
236
+ "model.layers.24.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
237
+ "model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
238
+ "model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
239
+ "model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
240
+ "model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
241
+ "model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
242
+ "model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
243
+ "model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
244
+ "model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
245
+ "model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
246
+ "model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
247
+ "model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
248
+ "model.layers.25.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
249
+ "model.layers.25.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
250
+ "model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
251
+ "model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
252
+ "model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
253
+ "model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
254
+ "model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
255
+ "model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
256
+ "model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
257
+ "model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
258
+ "model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
259
+ "model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
260
+ "model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
261
+ "model.layers.26.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
262
+ "model.layers.26.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
263
+ "model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
264
+ "model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
265
+ "model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
266
+ "model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
267
+ "model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
268
+ "model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
269
+ "model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
270
+ "model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
271
+ "model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
272
+ "model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
273
+ "model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
274
+ "model.layers.27.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
275
+ "model.layers.27.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
276
+ "model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
277
+ "model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
278
+ "model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
279
+ "model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
280
+ "model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
281
+ "model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
282
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
283
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
284
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
285
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
286
+ "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
287
+ "model.layers.28.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
288
+ "model.layers.28.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
289
+ "model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
290
+ "model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
291
+ "model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
292
+ "model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
293
+ "model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
294
+ "model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
295
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
296
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
297
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
298
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
299
+ "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
300
+ "model.layers.29.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
301
+ "model.layers.29.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
302
+ "model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
303
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
304
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
305
+ "model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
306
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
307
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
308
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
309
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
310
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
311
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
312
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
313
+ "model.layers.3.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
314
+ "model.layers.3.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
315
+ "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
316
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
317
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
318
+ "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
319
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
320
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
321
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
322
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
323
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
324
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
325
+ "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
326
+ "model.layers.30.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
327
+ "model.layers.30.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
328
+ "model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
329
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
330
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
331
+ "model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
332
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
333
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
334
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
335
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
336
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
337
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
338
+ "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
339
+ "model.layers.31.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
340
+ "model.layers.31.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
341
+ "model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
342
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
343
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
344
+ "model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
345
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
346
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
347
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
348
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
349
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
350
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
351
+ "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
352
+ "model.layers.32.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
353
+ "model.layers.32.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
354
+ "model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
355
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
356
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
357
+ "model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
358
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
359
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
360
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
361
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
362
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
363
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
364
+ "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
365
+ "model.layers.33.post_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
366
+ "model.layers.33.pre_feedforward_layernorm.weight": "model-00002-of-00002.safetensors",
367
+ "model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
368
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
369
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
370
+ "model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
371
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
372
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
373
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
374
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
375
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
376
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
377
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.4.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
379
+ "model.layers.4.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
380
+ "model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
381
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
382
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
383
+ "model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
384
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
385
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
386
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
387
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
389
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
390
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
391
+ "model.layers.5.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
392
+ "model.layers.5.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
393
+ "model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
394
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
395
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
396
+ "model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
397
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
398
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
399
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
400
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
401
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
402
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
403
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
404
+ "model.layers.6.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
405
+ "model.layers.6.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
406
+ "model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
407
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
408
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
409
+ "model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
410
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
411
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
412
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
413
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
414
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
415
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
416
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
417
+ "model.layers.7.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
418
+ "model.layers.7.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
419
+ "model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
420
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
421
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
422
+ "model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
423
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
424
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
425
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
426
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
427
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
428
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
429
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
430
+ "model.layers.8.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
431
+ "model.layers.8.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
432
+ "model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
433
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
434
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
435
+ "model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
436
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
437
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
438
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
439
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
440
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
441
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
442
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
443
+ "model.layers.9.post_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
444
+ "model.layers.9.pre_feedforward_layernorm.weight": "model-00001-of-00002.safetensors",
445
+ "model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
446
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
447
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
448
+ "model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
449
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
450
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
451
+ "model.norm.weight": "model-00002-of-00002.safetensors"
452
+ }
453
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<end_of_turn>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227c6f91376cb7b90efe1940518366797ae053737f96c2d67e30afedd4b09084
3
+ size 1159886