Cran-May prithivMLmods commited on
Commit
1c6c165
·
verified ·
0 Parent(s):

Duplicate from prithivMLmods/Sombrero-Opus-14B-Sm5

Browse files

Co-authored-by: Prithiv Sakthi <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ - de
7
+ base_model:
8
+ - Qwen/Qwen2.5-14B-Instruct
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ tags:
12
+ - text-generation-inference
13
+ - StreamlinedMemory
14
+ - code
15
+ - Math
16
+ model-index:
17
+ - name: Sombrero-Opus-14B-Sm5
18
+ results:
19
+ - task:
20
+ type: text-generation
21
+ name: Text Generation
22
+ dataset:
23
+ name: IFEval (0-Shot)
24
+ type: wis-k/instruction-following-eval
25
+ split: train
26
+ args:
27
+ num_few_shot: 0
28
+ metrics:
29
+ - type: inst_level_strict_acc and prompt_level_strict_acc
30
+ value: 68.52
31
+ name: averaged accuracy
32
+ source:
33
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
34
+ name: Open LLM Leaderboard
35
+ - task:
36
+ type: text-generation
37
+ name: Text Generation
38
+ dataset:
39
+ name: BBH (3-Shot)
40
+ type: SaylorTwift/bbh
41
+ split: test
42
+ args:
43
+ num_few_shot: 3
44
+ metrics:
45
+ - type: acc_norm
46
+ value: 50.6
47
+ name: normalized accuracy
48
+ source:
49
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
50
+ name: Open LLM Leaderboard
51
+ - task:
52
+ type: text-generation
53
+ name: Text Generation
54
+ dataset:
55
+ name: MATH Lvl 5 (4-Shot)
56
+ type: lighteval/MATH-Hard
57
+ split: test
58
+ args:
59
+ num_few_shot: 4
60
+ metrics:
61
+ - type: exact_match
62
+ value: 40.94
63
+ name: exact match
64
+ source:
65
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: GPQA (0-shot)
72
+ type: Idavidrein/gpqa
73
+ split: train
74
+ args:
75
+ num_few_shot: 0
76
+ metrics:
77
+ - type: acc_norm
78
+ value: 18.23
79
+ name: acc_norm
80
+ source:
81
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: MuSR (0-shot)
88
+ type: TAUR-Lab/MuSR
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 19.51
94
+ name: acc_norm
95
+ source:
96
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: MMLU-PRO (5-shot)
103
+ type: TIGER-Lab/MMLU-Pro
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 48.89
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=prithivMLmods%2FSombrero-Opus-14B-Sm5
114
+ name: Open LLM Leaderboard
115
+ ---
116
+ ![xfdgdxsdfvsdff.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/hda0J6L5WamRsu0bJEKZz.png)
117
+
118
+ # **Sombrero-Opus-14B-Sm5**
119
+
120
+ > Sombrero-Opus-14B-Sm5 is based on the Qwen 2.5 14B modality architecture, designed to enhance coding efficiency and computational reasoning. This model is optimized for streamlined memory usage, avoiding unwanted textual token generation, and excelling in coding, explanatory reasoning, mathematical problem-solving, and technical tasks. It has been fine-tuned using specialized datasets to improve code generation, structured programming logic, and problem-solving capabilities.
121
+
122
+ ## **Key Improvements**
123
+ 1. **Optimized for Coding**: The model specializes in generating high-quality, structured code with minimal redundant tokens, ensuring efficient execution.
124
+ 2. **Enhanced Memory Utilization**: Implements streamlined memory optimization to reduce computational overhead and improve performance.
125
+ 3. **Superior Reasoning Capabilities**: Excels in solving complex mathematical and algorithmic problems with logical and structured explanations.
126
+ 4. **Long-Context Support**: Supports up to 128K tokens for input context and can generate up to 8K tokens in a single output, making it ideal for detailed coding responses.
127
+ 5. **Reduced Unwanted Textual Tokens**: Ensures a more focused output for coding tasks by minimizing excessive textual responses.
128
+
129
+ ## **Quickstart with transformers**
130
+
131
+ Here is a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and generate content:
132
+
133
+ ```python
134
+ from transformers import AutoModelForCausalLM, AutoTokenizer
135
+
136
+ model_name = "prithivMLmods/Sombrero-Opus-14B-Sm5"
137
+
138
+ model = AutoModelForCausalLM.from_pretrained(
139
+ model_name,
140
+ torch_dtype="auto",
141
+ device_map="auto"
142
+ )
143
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
144
+
145
+ prompt = "Write a Python function to find the Fibonacci sequence."
146
+ messages = [
147
+ {"role": "system", "content": "You are an advanced coding assistant."},
148
+ {"role": "user", "content": prompt}
149
+ ]
150
+ text = tokenizer.apply_chat_template(
151
+ messages,
152
+ tokenize=False,
153
+ add_generation_prompt=True
154
+ )
155
+ model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
156
+
157
+ generated_ids = model.generate(
158
+ **model_inputs,
159
+ max_new_tokens=512
160
+ )
161
+ generated_ids = [
162
+ output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
163
+ ]
164
+
165
+ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
166
+ print(response)
167
+ ```
168
+
169
+ ## **Intended Use**
170
+ 1. **Code Generation & Optimization**:
171
+ Designed for developers, assisting in writing, refactoring, and optimizing code across multiple programming languages.
172
+
173
+ 2. **Algorithm & Mathematical Problem Solving**:
174
+ Provides precise explanations and solutions for computational and mathematical problems.
175
+
176
+ 3. **Technical Explanations & Documentation**:
177
+ Generates clear and structured explanations for coding concepts, libraries, and APIs.
178
+
179
+ 4. **Debugging Assistance**:
180
+ Helps analyze code snippets, detect errors, and suggest corrections.
181
+
182
+ 5. **Educational Use**:
183
+ Assists students and learners by breaking down complex programming topics into easily understandable sections.
184
+
185
+ 6. **Structured Data Processing**:
186
+ Capable of analyzing and generating structured outputs, such as JSON, XML, and tables, making it ideal for data science applications.
187
+
188
+ ## **Limitations**
189
+ 1. **Hardware Requirements**:
190
+ Requires high-memory GPUs or TPUs due to its large parameter size and long-context support.
191
+
192
+ 2. **Potential Bias in Responses**:
193
+ While designed to be neutral, outputs may still reflect biases present in training data.
194
+
195
+ 3. **Inconsistent Outputs in Creative Tasks**:
196
+ May produce variable results in storytelling and non-technical topics.
197
+
198
+ 4. **Limited Real-World Awareness**:
199
+ Does not have access to real-time events beyond its training cutoff.
200
+
201
+ 5. **Error Propagation in Extended Outputs**:
202
+ Minor errors in early responses may affect overall coherence in long-form code outputs.
203
+
204
+ 6. **Prompt Sensitivity**:
205
+ The effectiveness of responses may depend on how well the input prompt is structured.
206
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
207
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/prithivMLmods__Sombrero-Opus-14B-Sm5-details)!
208
+ Summarized results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/contents/viewer/default/train?q=prithivMLmods%2FSombrero-Opus-14B-Sm5&sort[column]=Average%20%E2%AC%86%EF%B8%8F&sort[direction]=desc)!
209
+
210
+ | Metric |Value (%)|
211
+ |-------------------|--------:|
212
+ |**Average** | 41.12|
213
+ |IFEval (0-Shot) | 68.52|
214
+ |BBH (3-Shot) | 50.60|
215
+ |MATH Lvl 5 (4-Shot)| 40.94|
216
+ |GPQA (0-shot) | 18.23|
217
+ |MuSR (0-shot) | 19.51|
218
+ |MMLU-PRO (5-shot) | 48.89|
219
+
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 13824,
12
+ "max_position_embeddings": 131072,
13
+ "max_window_layers": 48,
14
+ "model_type": "qwen2",
15
+ "num_attention_heads": 40,
16
+ "num_hidden_layers": 48,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_scaling": null,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.49.0",
25
+ "use_cache": true,
26
+ "use_sliding_window": false,
27
+ "vocab_size": 151665
28
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 151645,
4
+ "max_length": 131072,
5
+ "pad_token_id": 151643,
6
+ "transformers_version": "4.49.0",
7
+ "use_cache": false
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11f9cb3e0b3482a2c69ee1a70c75580a30955731b6cda2d75393ebe3139a215
3
+ size 4899283440
model-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21b786e3bf6af08a291d9fac2d79a90714c38f5c82a3043fc04b84ff6d60b0df
3
+ size 4954847384
model-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01aa047ea7e7548cd99476e3486f6560ec8fcdc71ede85f34b4cacfe1fa35403
3
+ size 4954847376
model-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d50171d2b2baf1f5d83c86c7cca46023a266637026ed750174a040726251b8
3
+ size 4954847376
model-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799626c3cb4f4f6f92efbb3d2a624e35473fd34be9e18eab35895ea350acecd8
3
+ size 4954847376
model-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46aad1625e3365300f9066499ad3a35eabe91105742708f077d336719a49a533
3
+ size 4813289432
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.1.1"}, "weight_map": {"lm_head.weight": "model-00001-of-00006.safetensors", "model.embed_tokens.weight": "model-00001-of-00006.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.11.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.2.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.28.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.36.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.36.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.36.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.44.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.44.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.44.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.norm.weight": "model-00006-of-00006.safetensors"}}
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Virtuoso Small, created by Arcee AI. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# 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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff