fcmeyer commited on
Commit
bd9d474
·
verified ·
1 Parent(s): 84d28dd

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 2560,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": true,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ - ru
7
+ - es
8
+ - fr
9
+ - de
10
+ - ar
11
+ - nl
12
+ - vi
13
+ - hi
14
+ - ko
15
+ - ja
16
+ - it
17
+ - id
18
+ - pt
19
+ - pl
20
+ - tr
21
+ - da
22
+ - th
23
+ - sv
24
+ - fa
25
+ - uk
26
+ - cs
27
+ - 'no'
28
+ - el
29
+ - ca
30
+ - ro
31
+ - fi
32
+ - bg
33
+ - tl
34
+ - gl
35
+ - my
36
+ - hy
37
+ - km
38
+ - ne
39
+ - hu
40
+ - eu
41
+ - he
42
+ - lo
43
+ - sw
44
+ - az
45
+ - lv
46
+ - si
47
+ - sk
48
+ - tg
49
+ - et
50
+ - lt
51
+ - ms
52
+ - hr
53
+ - is
54
+ - sl
55
+ - sr
56
+ - ur
57
+ - bn
58
+ - af
59
+ - ta
60
+ - ka
61
+ - te
62
+ - ml
63
+ - mn
64
+ - nn
65
+ - kk
66
+ - cy
67
+ - mr
68
+ - sq
69
+ - nb
70
+ - mk
71
+ - jv
72
+ - kn
73
+ - eo
74
+ - la
75
+ - gu
76
+ - uz
77
+ - am
78
+ - oc
79
+ - be
80
+ - mg
81
+ - vo
82
+ - pa
83
+ - lb
84
+ - ht
85
+ - br
86
+ - ga
87
+ - xh
88
+ - tt
89
+ - bs
90
+ - yo
91
+ base_model:
92
+ - codefuse-ai/F2LLM-v2-4B
93
+ base_model_relation: quantized
94
+ pipeline_tag: feature-extraction
95
+ library_name: mlx
96
+ tags:
97
+ - mlx
98
+ - mlx-embeddings
99
+ - sentence-transformers
100
+ - feature-extraction
101
+ - qwen3
102
+ datasets:
103
+ - codefuse-ai/F2LLM-v2
104
+ ---
105
+ # fcmeyer/F2LLM-v2-4B-mlx-6bit
106
+
107
+ [codefuse-ai/F2LLM-v2-4B](https://huggingface.co/codefuse-ai/F2LLM-v2-4B) converted to native MLX format —
108
+ **6-bit (affine, group size 64)**, 3.1 GB on disk.
109
+
110
+ F2LLM-v2-4B is a 4B-parameter multilingual text embedding model from CodeFuse (Qwen3
111
+ trunk, 2560-dimensional embeddings, last-token pooling with L2 normalization). All credit
112
+ for the model belongs to the original authors; this repository only changes the weight
113
+ format so the model runs natively on Apple Silicon through
114
+ [mlx-embeddings](https://github.com/Blaizzy/mlx-embeddings).
115
+
116
+ ## Usage
117
+
118
+ ```bash
119
+ pip install mlx-embeddings
120
+ ```
121
+
122
+ ```python
123
+ from mlx_embeddings import load, generate
124
+ import mlx.core as mx
125
+
126
+ model, tokenizer = load("fcmeyer/F2LLM-v2-4B-mlx-6bit")
127
+
128
+ # Queries get the instruction prompt; documents do not.
129
+ query_prompt = "Instruct: Given a question, retrieve passages that can help answer the question.\nQuery: "
130
+ query = "What is F2LLM used for?"
131
+ documents = [
132
+ "We present F2LLM, a family of fully open embedding LLMs that achieve a strong balance between model size, training data, and embedding performance.",
133
+ "F2LLM is a model for computing text embeddings that can be used for various NLP tasks such as information retrieval, semantic search, and text classification.",
134
+ "F2LLM 是 CodeFuse 开源的系列嵌入模型。",
135
+ "F2LLM — это модель вычисления встраивания текста, которую можно использовать для различных задач НЛП, таких как поиск информации, семантический поиск и классификация текста."
136
+ ]
137
+
138
+ # Pass max_length explicitly — generate() defaults to max_length=512 with
139
+ # truncation enabled, which silently clips longer inputs.
140
+ query_embedding = generate(model, tokenizer, texts=[query_prompt + query],
141
+ max_length=8192).text_embeds
142
+ document_embeddings = generate(model, tokenizer, texts=documents,
143
+ max_length=8192).text_embeds
144
+
145
+ similarity = query_embedding @ document_embeddings.T
146
+ print(similarity)
147
+ # [0.6326, 0.8613, 0.7245, 0.8386]
148
+ ```
149
+
150
+ ### Prompt format
151
+
152
+ Custom instructions follow the base model's format:
153
+
154
+ ```text
155
+ Instruct: your_instruction
156
+ Query: your_query
157
+ ```
158
+
159
+ For retrieval and reranking, prompt the queries and leave documents unprompted. For
160
+ symmetric tasks (STS, clustering, bitext mining) the model works with or without prompts
161
+ on both sides.
162
+
163
+ ## Conversion
164
+
165
+ ```bash
166
+ pip install "mlx-embeddings @ git+https://github.com/Blaizzy/mlx-embeddings@9b28270be81211f2b8daed0041aec65ea5dc4b28"
167
+ python -m mlx_embeddings.convert --hf-path codefuse-ai/F2LLM-v2-4B \
168
+ --mlx-path F2LLM-v2-4B-mlx-6bit --dtype bfloat16 -q --q-bits 6 --q-group-size 64
169
+ ```
170
+
171
+ Converted with `mlx` 0.32.2 and `mlx-embeddings` 0.1.1
172
+ (commit [`9b28270be812`](https://github.com/Blaizzy/mlx-embeddings/commit/9b28270be81211f2b8daed0041aec65ea5dc4b28)).
173
+
174
+ All linear layers **and** the token embedding table are quantized to 6 bits with MLX affine quantization at group size 64. RMSNorm weights and the quantization scales/biases stay in bfloat16.
175
+
176
+ ## Accuracy check
177
+
178
+ Each build was compared against a PyTorch bfloat16 reference run of the original
179
+ checkpoint on the 5-string fixture from the base model card (one prompted English query
180
+ plus four documents in English, Chinese, and Russian). Embeddings were re-normalized in
181
+ float32 before comparison, since bfloat16 output leaves vectors slightly off unit norm.
182
+
183
+ | Build | Size | Min cosine vs PyTorch | Max Δ on query→document similarity | Ranking preserved |
184
+ |---|---|---|---|---|
185
+ | `F2LLM-v2-4B-mlx-bf16` | 7.5 GB | 0.99984 | 0.0017 | yes |
186
+ | `F2LLM-v2-4B-mlx-8bit` | 4.0 GB | 0.99954 | 0.0020 | yes |
187
+ | `F2LLM-v2-4B-mlx-6bit` **(this repo)** | 3.1 GB | 0.99696 | 0.0078 | yes |
188
+
189
+ The PyTorch reference itself reproduces the similarity row published on the base model
190
+ card to within 0.005 (bfloat16 on CPU versus the card's bfloat16 on CUDA).
191
+
192
+ This is a small smoke-test fixture, not a benchmark. No MTEB or retrieval evaluation was
193
+ run on the quantized builds — if quantization loss matters for your task, measure it on
194
+ your own data.
195
+
196
+ ## License
197
+
198
+ Apache 2.0, inherited from [codefuse-ai/F2LLM-v2-4B](https://huggingface.co/codefuse-ai/F2LLM-v2-4B).
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3Model"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2560,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 9728,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 36,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 36,
19
+ "num_key_value_heads": 8,
20
+ "quantization": {
21
+ "group_size": 64,
22
+ "bits": 6,
23
+ "mode": "affine"
24
+ },
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_scaling": null,
27
+ "rope_theta": 1000000,
28
+ "sliding_window": null,
29
+ "tie_word_embeddings": true,
30
+ "torch_dtype": "bfloat16",
31
+ "transformers_version": "4.51.0",
32
+ "use_cache": false,
33
+ "use_sliding_window": false,
34
+ "vocab_size": 151936
35
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "prompts": {
3
+ "query": "Instruct: Given a question, retrieve passages that can help answer the question.\nQuery: ",
4
+ "document": ""
5
+ },
6
+ "default_prompt_name": null,
7
+ "similarity_fn_name": "cosine"
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455680a0a41101c2bb8c7172ac6d36e460056cfe5a18089c3db666219ad598f5
3
+ size 3268590767
model.safetensors.index.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 8044936192,
4
+ "mergekit_version": "0.1.4"
5
+ },
6
+ "weight_map": {
7
+ "embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
13
+ "layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
14
+ "layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
15
+ "layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
16
+ "layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
17
+ "layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
18
+ "layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
19
+ "layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
20
+ "layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
21
+ "layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
22
+ "layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
23
+ "layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
24
+ "layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
25
+ "layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
26
+ "layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
27
+ "layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
28
+ "layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
29
+ "layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
30
+ "layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
31
+ "layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
32
+ "layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
33
+ "layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
34
+ "layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
35
+ "layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
36
+ "layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
37
+ "layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
38
+ "layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
39
+ "layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
40
+ "layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
41
+ "layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
42
+ "layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
43
+ "layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
44
+ "layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
45
+ "layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
46
+ "layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
47
+ "layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
48
+ "layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
49
+ "layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
50
+ "layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
51
+ "layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
52
+ "layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
53
+ "layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
54
+ "layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
55
+ "layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
56
+ "layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
58
+ "layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
59
+ "layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
60
+ "layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
61
+ "layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
62
+ "layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
63
+ "layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
64
+ "layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
65
+ "layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
66
+ "layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
67
+ "layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
68
+ "layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
69
+ "layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
70
+ "layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
71
+ "layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
72
+ "layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
73
+ "layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
74
+ "layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
75
+ "layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
76
+ "layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
77
+ "layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
78
+ "layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
79
+ "layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
80
+ "layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
81
+ "layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
82
+ "layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
83
+ "layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
84
+ "layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
85
+ "layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
86
+ "layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
87
+ "layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
88
+ "layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
89
+ "layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
90
+ "layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
91
+ "layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
92
+ "layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
93
+ "layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
94
+ "layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
95
+ "layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
96
+ "layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
97
+ "layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
98
+ "layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
99
+ "layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
100
+ "layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
101
+ "layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
102
+ "layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
103
+ "layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
104
+ "layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
105
+ "layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
106
+ "layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
107
+ "layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
108
+ "layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
109
+ "layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
110
+ "layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
111
+ "layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
112
+ "layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
113
+ "layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
114
+ "layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
115
+ "layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
116
+ "layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
117
+ "layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
118
+ "layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
119
+ "layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
120
+ "layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
121
+ "layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
122
+ "layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
123
+ "layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
124
+ "layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
125
+ "layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
126
+ "layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
127
+ "layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
128
+ "layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
129
+ "layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
130
+ "layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
131
+ "layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
132
+ "layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
133
+ "layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
134
+ "layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
135
+ "layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
136
+ "layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
137
+ "layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
138
+ "layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
139
+ "layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
140
+ "layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
141
+ "layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
142
+ "layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
143
+ "layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
144
+ "layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
146
+ "layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
147
+ "layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
148
+ "layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
149
+ "layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
151
+ "layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
152
+ "layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
153
+ "layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
154
+ "layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
155
+ "layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
156
+ "layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
157
+ "layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
158
+ "layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
159
+ "layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
160
+ "layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
161
+ "layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
162
+ "layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
163
+ "layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
164
+ "layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
165
+ "layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
166
+ "layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
167
+ "layers.21.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
168
+ "layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
169
+ "layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
170
+ "layers.21.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
171
+ "layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
172
+ "layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
173
+ "layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
174
+ "layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
175
+ "layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
176
+ "layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
177
+ "layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
178
+ "layers.22.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
179
+ "layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
180
+ "layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
181
+ "layers.22.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
182
+ "layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
183
+ "layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
184
+ "layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
185
+ "layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
186
+ "layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
187
+ "layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
188
+ "layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
189
+ "layers.23.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
190
+ "layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
191
+ "layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
192
+ "layers.23.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
193
+ "layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
194
+ "layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
195
+ "layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
196
+ "layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
197
+ "layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
198
+ "layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
199
+ "layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
200
+ "layers.24.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
201
+ "layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
202
+ "layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
203
+ "layers.24.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
204
+ "layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
205
+ "layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
206
+ "layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
207
+ "layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
208
+ "layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
209
+ "layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
210
+ "layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
211
+ "layers.25.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
212
+ "layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
213
+ "layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
214
+ "layers.25.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
215
+ "layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
216
+ "layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
217
+ "layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
218
+ "layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
219
+ "layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
220
+ "layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
221
+ "layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
222
+ "layers.26.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
223
+ "layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
224
+ "layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
225
+ "layers.26.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
226
+ "layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
227
+ "layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
228
+ "layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
229
+ "layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
230
+ "layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
231
+ "layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
232
+ "layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
233
+ "layers.27.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
234
+ "layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
235
+ "layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
236
+ "layers.27.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
237
+ "layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
238
+ "layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
239
+ "layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
240
+ "layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
241
+ "layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
242
+ "layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
243
+ "layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
244
+ "layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
245
+ "layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
246
+ "layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
247
+ "layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
248
+ "layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
249
+ "layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
250
+ "layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
251
+ "layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
252
+ "layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
253
+ "layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
254
+ "layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
255
+ "layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
256
+ "layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
257
+ "layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
258
+ "layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
259
+ "layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
260
+ "layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
261
+ "layers.3.input_layernorm.weight": "model-00002-of-00002.safetensors",
262
+ "layers.3.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
263
+ "layers.3.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
264
+ "layers.3.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
265
+ "layers.3.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
266
+ "layers.3.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
267
+ "layers.3.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
268
+ "layers.3.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
269
+ "layers.3.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
270
+ "layers.3.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
271
+ "layers.3.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
272
+ "layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
273
+ "layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
274
+ "layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
275
+ "layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
276
+ "layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
277
+ "layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
278
+ "layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
279
+ "layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
280
+ "layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
281
+ "layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
282
+ "layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
283
+ "layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
284
+ "layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
285
+ "layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
286
+ "layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
287
+ "layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
288
+ "layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
289
+ "layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
290
+ "layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
291
+ "layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
292
+ "layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
293
+ "layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
294
+ "layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
295
+ "layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
296
+ "layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
297
+ "layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
298
+ "layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
299
+ "layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
300
+ "layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
301
+ "layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
302
+ "layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
303
+ "layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
304
+ "layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
305
+ "layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
306
+ "layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
307
+ "layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
308
+ "layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
309
+ "layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
310
+ "layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
311
+ "layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
312
+ "layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
313
+ "layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
314
+ "layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
315
+ "layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
316
+ "layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
317
+ "layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
318
+ "layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
319
+ "layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
320
+ "layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
321
+ "layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
322
+ "layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
323
+ "layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
324
+ "layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
325
+ "layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
326
+ "layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
327
+ "layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
328
+ "layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
329
+ "layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
330
+ "layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
331
+ "layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
332
+ "layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
333
+ "layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
334
+ "layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
335
+ "layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
336
+ "layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
337
+ "layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
338
+ "layers.4.input_layernorm.weight": "model-00002-of-00002.safetensors",
339
+ "layers.4.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
340
+ "layers.4.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
341
+ "layers.4.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
342
+ "layers.4.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
343
+ "layers.4.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
344
+ "layers.4.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
345
+ "layers.4.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
346
+ "layers.4.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
347
+ "layers.4.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
348
+ "layers.4.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
349
+ "layers.5.input_layernorm.weight": "model-00002-of-00002.safetensors",
350
+ "layers.5.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
351
+ "layers.5.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
352
+ "layers.5.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
353
+ "layers.5.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
354
+ "layers.5.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
355
+ "layers.5.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
356
+ "layers.5.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
357
+ "layers.5.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
358
+ "layers.5.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
359
+ "layers.5.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
360
+ "layers.6.input_layernorm.weight": "model-00002-of-00002.safetensors",
361
+ "layers.6.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
362
+ "layers.6.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
363
+ "layers.6.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
364
+ "layers.6.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
365
+ "layers.6.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
366
+ "layers.6.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
367
+ "layers.6.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
368
+ "layers.6.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
369
+ "layers.6.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
370
+ "layers.6.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
371
+ "layers.7.input_layernorm.weight": "model-00002-of-00002.safetensors",
372
+ "layers.7.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
373
+ "layers.7.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
374
+ "layers.7.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
375
+ "layers.7.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
376
+ "layers.7.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
377
+ "layers.7.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
378
+ "layers.7.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
379
+ "layers.7.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
380
+ "layers.7.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
381
+ "layers.7.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
382
+ "layers.8.input_layernorm.weight": "model-00002-of-00002.safetensors",
383
+ "layers.8.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
384
+ "layers.8.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
385
+ "layers.8.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
386
+ "layers.8.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
387
+ "layers.8.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
388
+ "layers.8.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
389
+ "layers.8.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
390
+ "layers.8.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
391
+ "layers.8.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
392
+ "layers.8.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
393
+ "layers.9.input_layernorm.weight": "model-00002-of-00002.safetensors",
394
+ "layers.9.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
395
+ "layers.9.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
396
+ "layers.9.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
397
+ "layers.9.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
398
+ "layers.9.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
399
+ "layers.9.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
400
+ "layers.9.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
401
+ "layers.9.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
402
+ "layers.9.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
403
+ "layers.9.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
404
+ "norm.weight": "model-00002-of-00002.safetensors"
405
+ }
406
+ }
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d4dfb58cd7498c4651780628269e16f3ecb6d995edf2ce952b455093983d04
3
+ size 11423191
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "is_local": true,
9
+ "local_files_only": false,
10
+ "model_max_length": 131072,
11
+ "pad_token": "<|endoftext|>",
12
+ "split_special_tokens": false,
13
+ "tokenizer_class": "Qwen2Tokenizer",
14
+ "unk_token": null
15
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff