runninglsy commited on
Commit
33a6fa4
1 Parent(s): 4fd3015

upload model

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
NOTICE ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (C) 2024 AIDC-AI
2
+ Licensed under the Apache License, Version 2.0 (the "License");
3
+ you may not use this file except in compliance with the License.
4
+ You may obtain a copy of the License at
5
+ http://www.apache.org/licenses/LICENSE-2.0
6
+ Unless required by applicable law or agreed to in writing, software
7
+ distributed under the License is distributed on an "AS IS" BASIS,
8
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ See the License for the specific language governing permissions and
10
+ limitations under the License.
11
+
12
+ This model was trained based on the following models:
13
+ 1. Gemma (https://huggingface.co/google/gemma-2-27b-it), license: (https://ai.google.dev/gemma/terms). Gemma is provided under and subject to the Gemma Terms of Use found at https://ai.google.dev/gemma/terms.
14
+ 2. Siglip (https://huggingface.co/google/siglip-so400m-patch14-384), license: (https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md, SPDX-License-Identifier: Apache-2.0).
README.md CHANGED
@@ -1,3 +1,187 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - AIDC-AI/Ovis-dataset
5
+ library_name: transformers
6
+ tags:
7
+ - MLLM
8
+ pipeline_tag: image-text-to-text
9
+ language:
10
+ - en
11
+ ---
12
+
13
+ # Ovis1.6-Gemma2-27B
14
+ <div align="center">
15
+ <img src=https://cdn-uploads.huggingface.co/production/uploads/637aebed7ce76c3b834cea37/3IK823BZ8w-mz_QfeYkDn.png width="30%"/>
16
+ </div>
17
+
18
+ ## Introduction
19
+ [GitHub](https://github.com/AIDC-AI/Ovis) | [Paper](https://arxiv.org/abs/2405.20797)
20
+
21
+ We are pleased to announce the release of Ovis1.6-Gemma2-27B, our latest advancement in multi-modal large language models (MLLMs). Building upon the foundation of Ovis1.6, this model marks a substantial progression in multimodal AI capabilities, considerably expanding both capacity and performance while preserving the core architectural innovation of structurally aligning visual and textual embeddings.
22
+
23
+ Key Features:
24
+
25
+ - **Enhanced Model Performance**: Ovis1.6-Gemma2-27B excels in handling complex image-text instruction tasks, demonstrating enhanced understanding and reasoning across diverse modalities.
26
+
27
+ - **Advanced Image Processing**: Demonstrates exceptional proficiency in analyzing complex visual inputs with high accuracy and granularity.
28
+
29
+ - **Refined Chain-of-Thought Reasoning**: Exhibits markedly improved CoT capabilities, enabling sophisticated problem-solving across visual and textual domains.
30
+
31
+ - **Enhanced Document Understanding**: Enhances comprehension of various document types (documents, charts, tables) and improves image recognition for Chinese and English text.
32
+
33
+ <div align="center">
34
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/658a8a837959448ef5500ce5/TIlymOb86R6_Mez3bpmcB.png" width="100%" />
35
+ </div>
36
+
37
+ ## Model Zoo
38
+ Succeeding Ovis1.5, **Ovis1.6** further enhances high-resolution image processing, is trained on a larger, more diverse, and higher-quality dataset, and refines the training process with DPO training following instruction-tuning.
39
+
40
+ | Ovis MLLMs | ViT | LLM | Model Weights | Demo |
41
+ |:------------------|:-----------:|:------------------:|:---------------------------------------------------------------:|:----------------------------------------------------------------:|
42
+ | Ovis1.6-Gemma2-27B | Siglip-400M | Gemma2-27B-It | [Huggingface](https://huggingface.co/AIDC-AI/Ovis1.6-Gemma2-27B) | - |
43
+ | Ovis1.6-Gemma2-9B | Siglip-400M | Gemma2-9B-It | [Huggingface](https://huggingface.co/AIDC-AI/Ovis1.6-Gemma2-9B) | [Space](https://huggingface.co/spaces/AIDC-AI/Ovis1.6-Gemma2-9B) |
44
+ | Ovis1.6-Llama3.2-3B | Siglip-400M | Llama-3.2-3B-Instruct | [Huggingface](https://huggingface.co/AIDC-AI/Ovis1.6-Llama3.2-3B) | [Space](https://huggingface.co/spaces/AIDC-AI/Ovis1.6-Llama3.2-3B) |
45
+
46
+
47
+ ## Performance
48
+ With **29B** parameters, **Ovis1.6-Gemma2-27B** achieves exceptional performance in the [OpenCompass](https://github.com/open-compass/VLMEvalKit) benchmark, ranking among the top-tier open-source MLLMs.
49
+
50
+ <div align="center">
51
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/658a8a837959448ef5500ce5/Jg89qOB1Qtai7W_6WF-vG.png" width="100%" />
52
+ </div>
53
+
54
+ ## Usage
55
+ Below is a code snippet to run Ovis with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
56
+ ```bash
57
+ pip install torch==2.4.0 transformers==4.46.2 numpy==1.25.0 pillow==10.3.0
58
+ ```
59
+ ```python
60
+ import torch
61
+ from PIL import Image
62
+ from transformers import AutoModelForCausalLM
63
+
64
+ # load model
65
+ model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis1.6-Gemma2-27B",
66
+ torch_dtype=torch.bfloat16,
67
+ multimodal_max_length=8192,
68
+ trust_remote_code=True).cuda()
69
+ text_tokenizer = model.get_text_tokenizer()
70
+ visual_tokenizer = model.get_visual_tokenizer()
71
+
72
+ # enter image path and prompt
73
+ image_path = input("Enter image path: ")
74
+ image = Image.open(image_path)
75
+ text = input("Enter prompt: ")
76
+ query = f'<image>\n{text}'
77
+
78
+ # format conversation
79
+ prompt, input_ids, pixel_values = model.preprocess_inputs(query, [image])
80
+ attention_mask = torch.ne(input_ids, text_tokenizer.pad_token_id)
81
+ input_ids = input_ids.unsqueeze(0).to(device=model.device)
82
+ attention_mask = attention_mask.unsqueeze(0).to(device=model.device)
83
+ pixel_values = [pixel_values.to(dtype=visual_tokenizer.dtype, device=visual_tokenizer.device)]
84
+
85
+ # generate output
86
+ with torch.inference_mode():
87
+ gen_kwargs = dict(
88
+ max_new_tokens=1024,
89
+ do_sample=False,
90
+ top_p=None,
91
+ top_k=None,
92
+ temperature=None,
93
+ repetition_penalty=None,
94
+ eos_token_id=model.generation_config.eos_token_id,
95
+ pad_token_id=text_tokenizer.pad_token_id,
96
+ use_cache=True
97
+ )
98
+ output_ids = model.generate(input_ids, pixel_values=pixel_values, attention_mask=attention_mask, **gen_kwargs)[0]
99
+ output = text_tokenizer.decode(output_ids, skip_special_tokens=True)
100
+ print(f'Output:\n{output}')
101
+ ```
102
+
103
+ <details>
104
+ <summary>FlashAttention Support</summary>
105
+
106
+ To use FlashAttention, first install `flash-attn>=2.6.3`:
107
+ ```bash
108
+ pip install flash-attn --no-build-isolation
109
+ ```
110
+ Then, load model with `llm_attn_implementation='flash_attention_2'`:
111
+ ```python
112
+ model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis1.6-Gemma2-27B",
113
+ torch_dtype=torch.bfloat16,
114
+ multimodal_max_length=8192,
115
+ llm_attn_implementation='flash_attention_2',
116
+ trust_remote_code=True).cuda()
117
+ ```
118
+ </details>
119
+
120
+ <details>
121
+ <summary>Batch Inference</summary>
122
+
123
+ ```python
124
+ batch_inputs = [
125
+ ('example_image1.jpeg', 'Describe the content of this image.'),
126
+ ('example_image2.jpeg', 'What is the equation in the image?')
127
+ ]
128
+
129
+ batch_input_ids = []
130
+ batch_attention_mask = []
131
+ batch_pixel_values = []
132
+
133
+ for image_path, text in batch_inputs:
134
+ image = Image.open(image_path)
135
+ query = f'<image>\n{text}'
136
+ prompt, input_ids, pixel_values = model.preprocess_inputs(query, [image])
137
+ attention_mask = torch.ne(input_ids, text_tokenizer.pad_token_id)
138
+ input_ids = input_ids.unsqueeze(0).to(device=model.device)
139
+ attention_mask = attention_mask.unsqueeze(0).to(device=model.device)
140
+ pixel_values = [pixel_values.to(dtype=visual_tokenizer.dtype, device=visual_tokenizer.device)]
141
+ batch_input_ids.append(input_ids.squeeze())
142
+ batch_attention_mask.append(attention_mask.squeeze())
143
+ batch_pixel_values.append(pixel_values)
144
+
145
+ pad_batch_input_ids = torch.nn.utils.rnn.pad_sequence([i.flip(dims=[0]) for i in batch_input_ids],batch_first=True, padding_value=0.0).flip(dims=[1])
146
+ pad_batch_input_ids = pad_batch_input_ids[:,-model.config.multimodal_max_length:]
147
+ pad_batch_attention_mask = torch.nn.utils.rnn.pad_sequence([i.flip(dims=[0]) for i in batch_attention_mask],batch_first=True, padding_value=False).flip(dims=[1])
148
+ pad_batch_attention_mask = pad_batch_attention_mask[:,-model.config.multimodal_max_length:]
149
+ pad_batch_pixel_values = [item for sublist in batch_pixel_values for item in sublist]
150
+
151
+ # generate output
152
+ with torch.inference_mode():
153
+ gen_kwargs = dict(
154
+ max_new_tokens=1024,
155
+ do_sample=False,
156
+ top_p=None,
157
+ top_k=None,
158
+ temperature=None,
159
+ repetition_penalty=None,
160
+ eos_token_id=model.generation_config.eos_token_id,
161
+ pad_token_id=text_tokenizer.pad_token_id,
162
+ use_cache=True
163
+ )
164
+ output_ids = model.generate(pad_batch_input_ids, pixel_values=pad_batch_pixel_values, attention_mask=pad_batch_attention_mask, **gen_kwargs)
165
+
166
+ for i in range(len(batch_input_ids)):
167
+ output = text_tokenizer.decode(output_ids[i], skip_special_tokens=True)
168
+ print(f'Output_{i}:\n{output}')
169
+ ```
170
+ </details>
171
+
172
+ ## Citation
173
+ If you find Ovis useful, please cite the paper
174
+ ```
175
+ @article{lu2024ovis,
176
+ title={Ovis: Structural Embedding Alignment for Multimodal Large Language Model},
177
+ author={Shiyin Lu and Yang Li and Qing-Guo Chen and Zhao Xu and Weihua Luo and Kaifu Zhang and Han-Jia Ye},
178
+ year={2024},
179
+ journal={arXiv:2405.20797}
180
+ }
181
+ ```
182
+
183
+ ## License
184
+ This project is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) (SPDX-License-Identifier: Apache-2.0). Any use of the model shall be subject to Gemma's use restrictions. You must not use the model for the restricted uses set forth in the [Gemma Prohibited Use Policy](ai.google.dev/gemma/prohibited_use_policy), which is incorporated by reference into Gemma Terms of Use, or in violation of applicable laws and regulations. To the maximum extent permitted by law, Google reserves the right to restrict (remotely or otherwise) usage of any of the Gemma Services that Google reasonably believes are in violation of Gemma Terms of Use.
185
+
186
+ ## Disclaimer
187
+ We used compliance-checking algorithms during the training process, to ensure the compliance of the trained model to the best of our ability. Due to the complexity of the data and the diversity of language model usage scenarios, we cannot guarantee that the model is completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us, and we will promptly address the matter.
config.json ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Ovis"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_ovis.OvisConfig",
7
+ "AutoModelForCausalLM": "modeling_ovis.Ovis"
8
+ },
9
+ "conversation_formatter_class": "GemmaConversationFormatter",
10
+ "disable_tie_weight": false,
11
+ "hidden_size": 4608,
12
+ "llm_attn_implementation": "eager",
13
+ "llm_config": {
14
+ "_attn_implementation_autoset": false,
15
+ "_name_or_path": "google/gemma-2-27b-it",
16
+ "add_cross_attention": false,
17
+ "architectures": [
18
+ "Gemma2ForCausalLM"
19
+ ],
20
+ "attention_bias": false,
21
+ "attention_dropout": 0.0,
22
+ "attn_logit_softcapping": 50.0,
23
+ "bad_words_ids": null,
24
+ "begin_suppress_tokens": null,
25
+ "bos_token_id": 2,
26
+ "cache_implementation": "hybrid",
27
+ "chunk_size_feed_forward": 0,
28
+ "cross_attention_hidden_size": null,
29
+ "decoder_start_token_id": null,
30
+ "diversity_penalty": 0.0,
31
+ "do_sample": false,
32
+ "early_stopping": false,
33
+ "encoder_no_repeat_ngram_size": 0,
34
+ "eos_token_id": 1,
35
+ "exponential_decay_length_penalty": null,
36
+ "final_logit_softcapping": 30.0,
37
+ "finetuning_task": null,
38
+ "forced_bos_token_id": null,
39
+ "forced_eos_token_id": null,
40
+ "head_dim": 128,
41
+ "hidden_act": "gelu_pytorch_tanh",
42
+ "hidden_activation": "gelu_pytorch_tanh",
43
+ "hidden_size": 4608,
44
+ "id2label": {
45
+ "0": "LABEL_0",
46
+ "1": "LABEL_1"
47
+ },
48
+ "initializer_range": 0.02,
49
+ "intermediate_size": 36864,
50
+ "is_decoder": false,
51
+ "is_encoder_decoder": false,
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1
55
+ },
56
+ "length_penalty": 1.0,
57
+ "max_length": 20,
58
+ "max_position_embeddings": 8192,
59
+ "min_length": 0,
60
+ "model_type": "gemma2",
61
+ "no_repeat_ngram_size": 0,
62
+ "num_attention_heads": 32,
63
+ "num_beam_groups": 1,
64
+ "num_beams": 1,
65
+ "num_hidden_layers": 46,
66
+ "num_key_value_heads": 16,
67
+ "num_return_sequences": 1,
68
+ "output_attentions": false,
69
+ "output_hidden_states": false,
70
+ "output_scores": false,
71
+ "pad_token_id": 0,
72
+ "prefix": null,
73
+ "problem_type": null,
74
+ "pruned_heads": {},
75
+ "query_pre_attn_scalar": 144,
76
+ "remove_invalid_values": false,
77
+ "repetition_penalty": 1.0,
78
+ "return_dict": true,
79
+ "return_dict_in_generate": false,
80
+ "rms_norm_eps": 1e-06,
81
+ "rope_theta": 10000.0,
82
+ "sep_token_id": null,
83
+ "sliding_window": 4096,
84
+ "sliding_window_size": 4096,
85
+ "suppress_tokens": null,
86
+ "task_specific_params": null,
87
+ "temperature": 1.0,
88
+ "tf_legacy_loss": false,
89
+ "tie_encoder_decoder": false,
90
+ "tie_word_embeddings": true,
91
+ "tokenizer_class": null,
92
+ "top_k": 50,
93
+ "top_p": 1.0,
94
+ "torch_dtype": "bfloat16",
95
+ "torchscript": false,
96
+ "typical_p": 1.0,
97
+ "use_bfloat16": false,
98
+ "use_cache": true,
99
+ "vocab_size": 256000
100
+ },
101
+ "model_type": "ovis",
102
+ "multimodal_max_length": 8192,
103
+ "torch_dtype": "bfloat16",
104
+ "transformers_version": "4.46.2",
105
+ "use_cache": true,
106
+ "visual_tokenizer_config": {
107
+ "_attn_implementation_autoset": false,
108
+ "_name_or_path": "",
109
+ "add_cross_attention": false,
110
+ "architectures": null,
111
+ "backbone_config": {
112
+ "_attn_implementation_autoset": false,
113
+ "_name_or_path": "google/siglip-so400m-patch14-384",
114
+ "add_cross_attention": false,
115
+ "architectures": null,
116
+ "attention_dropout": 0.0,
117
+ "bad_words_ids": null,
118
+ "begin_suppress_tokens": null,
119
+ "bos_token_id": null,
120
+ "chunk_size_feed_forward": 0,
121
+ "cross_attention_hidden_size": null,
122
+ "decoder_start_token_id": null,
123
+ "diversity_penalty": 0.0,
124
+ "do_sample": false,
125
+ "early_stopping": false,
126
+ "encoder_no_repeat_ngram_size": 0,
127
+ "eos_token_id": null,
128
+ "exponential_decay_length_penalty": null,
129
+ "finetuning_task": null,
130
+ "forced_bos_token_id": null,
131
+ "forced_eos_token_id": null,
132
+ "hidden_act": "gelu_pytorch_tanh",
133
+ "hidden_size": 1152,
134
+ "id2label": {
135
+ "0": "LABEL_0",
136
+ "1": "LABEL_1"
137
+ },
138
+ "image_size": 384,
139
+ "intermediate_size": 4304,
140
+ "is_decoder": false,
141
+ "is_encoder_decoder": false,
142
+ "label2id": {
143
+ "LABEL_0": 0,
144
+ "LABEL_1": 1
145
+ },
146
+ "layer_norm_eps": 1e-06,
147
+ "length_penalty": 1.0,
148
+ "max_length": 20,
149
+ "min_length": 0,
150
+ "model_type": "siglip_vision_model",
151
+ "no_repeat_ngram_size": 0,
152
+ "num_attention_heads": 16,
153
+ "num_beam_groups": 1,
154
+ "num_beams": 1,
155
+ "num_channels": 3,
156
+ "num_hidden_layers": 27,
157
+ "num_return_sequences": 1,
158
+ "output_attentions": false,
159
+ "output_hidden_states": false,
160
+ "output_scores": false,
161
+ "pad_token_id": null,
162
+ "patch_size": 14,
163
+ "prefix": null,
164
+ "problem_type": null,
165
+ "pruned_heads": {},
166
+ "remove_invalid_values": false,
167
+ "repetition_penalty": 1.0,
168
+ "return_dict": true,
169
+ "return_dict_in_generate": false,
170
+ "sep_token_id": null,
171
+ "suppress_tokens": null,
172
+ "task_specific_params": null,
173
+ "temperature": 1.0,
174
+ "tf_legacy_loss": false,
175
+ "tie_encoder_decoder": false,
176
+ "tie_word_embeddings": true,
177
+ "tokenizer_class": null,
178
+ "top_k": 50,
179
+ "top_p": 1.0,
180
+ "torch_dtype": null,
181
+ "torchscript": false,
182
+ "typical_p": 1.0,
183
+ "use_bfloat16": false
184
+ },
185
+ "backbone_kwargs": {},
186
+ "bad_words_ids": null,
187
+ "begin_suppress_tokens": null,
188
+ "bos_token_id": null,
189
+ "chunk_size_feed_forward": 0,
190
+ "cross_attention_hidden_size": null,
191
+ "decoder_start_token_id": null,
192
+ "depths": null,
193
+ "diversity_penalty": 0.0,
194
+ "do_sample": false,
195
+ "drop_cls_token": false,
196
+ "early_stopping": false,
197
+ "encoder_no_repeat_ngram_size": 0,
198
+ "eos_token_id": null,
199
+ "exponential_decay_length_penalty": null,
200
+ "finetuning_task": null,
201
+ "forced_bos_token_id": null,
202
+ "forced_eos_token_id": null,
203
+ "hidden_stride": 2,
204
+ "id2label": {
205
+ "0": "LABEL_0",
206
+ "1": "LABEL_1"
207
+ },
208
+ "is_decoder": false,
209
+ "is_encoder_decoder": false,
210
+ "label2id": {
211
+ "LABEL_0": 0,
212
+ "LABEL_1": 1
213
+ },
214
+ "length_penalty": 1.0,
215
+ "max_length": 20,
216
+ "min_length": 0,
217
+ "model_type": "siglip_visual_tokenizer",
218
+ "no_repeat_ngram_size": 0,
219
+ "num_beam_groups": 1,
220
+ "num_beams": 1,
221
+ "num_return_sequences": 1,
222
+ "output_attentions": false,
223
+ "output_hidden_states": false,
224
+ "output_scores": false,
225
+ "pad_token_id": null,
226
+ "prefix": null,
227
+ "problem_type": null,
228
+ "pruned_heads": {},
229
+ "remove_invalid_values": false,
230
+ "repetition_penalty": 1.0,
231
+ "return_dict": true,
232
+ "return_dict_in_generate": false,
233
+ "sep_token_id": null,
234
+ "suppress_tokens": null,
235
+ "task_specific_params": null,
236
+ "tau": 1.0,
237
+ "temperature": 1.0,
238
+ "tf_legacy_loss": false,
239
+ "tie_encoder_decoder": false,
240
+ "tie_word_embeddings": true,
241
+ "tokenize_function": "softmax",
242
+ "tokenizer_class": null,
243
+ "top_k": 50,
244
+ "top_p": 1.0,
245
+ "torch_dtype": null,
246
+ "torchscript": false,
247
+ "typical_p": 1.0,
248
+ "use_bfloat16": false,
249
+ "use_indicators": false,
250
+ "vocab_size": 131072
251
+ }
252
+ }
configuration_ovis.py ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from abc import ABC, abstractmethod
2
+ from typing import List, Dict, Union, Optional
3
+
4
+ from transformers import PretrainedConfig, AutoConfig
5
+
6
+ IGNORE_ID = -100
7
+ IMAGE_TOKEN_ID = -200
8
+ IMAGE_TOKEN = "<image>"
9
+ IMAGE_ATOM_ID = -300
10
+ IMAGE_INDICATOR_IDS = [-301, -302, -303, -304, -305]
11
+
12
+
13
+ # ----------------------------------------------------------------------
14
+ # Visual Tokenizer Configuration
15
+ # ----------------------------------------------------------------------
16
+ class BaseVisualTokenizerConfig(PretrainedConfig):
17
+ def __init__(
18
+ self,
19
+ vocab_size=16384,
20
+ tokenize_function="softmax",
21
+ tau=1.0,
22
+ depths=None,
23
+ drop_cls_token=False,
24
+ backbone_config: Optional[Union[PretrainedConfig, dict]] = None,
25
+ hidden_stride: int = 1,
26
+ **kwargs
27
+ ):
28
+ super().__init__(**kwargs)
29
+ self.vocab_size = vocab_size
30
+ self.tokenize_function = tokenize_function
31
+ self.tau = tau
32
+ if isinstance(depths, str):
33
+ depths = [int(x) for x in depths.split('|')]
34
+ self.depths = depths
35
+ self.backbone_kwargs = {}
36
+ self.drop_cls_token = drop_cls_token
37
+ if backbone_config is not None:
38
+ assert isinstance(backbone_config, (PretrainedConfig, dict)), \
39
+ f"expect `backbone_config` to be instance of PretrainedConfig or dict, but got {type(backbone_config)} type"
40
+ if not isinstance(backbone_config, PretrainedConfig):
41
+ model_type = backbone_config['model_type']
42
+ backbone_config.pop('model_type')
43
+ backbone_config = AutoConfig.for_model(model_type, **backbone_config)
44
+ self.backbone_config = backbone_config
45
+ self.hidden_stride = hidden_stride
46
+
47
+
48
+ class SiglipVisualTokenizerConfig(BaseVisualTokenizerConfig):
49
+ model_type = "siglip_visual_tokenizer"
50
+
51
+ def __init__(self, **kwargs):
52
+ super().__init__(**kwargs)
53
+ if self.drop_cls_token:
54
+ self.drop_cls_token = False
55
+ if self.depths:
56
+ assert len(self.depths) == 1
57
+ self.backbone_kwargs['num_hidden_layers'] = self.depths[0]
58
+
59
+
60
+ AutoConfig.register("siglip_visual_tokenizer", SiglipVisualTokenizerConfig)
61
+
62
+
63
+ # ----------------------------------------------------------------------
64
+ # Ovis Configuration
65
+ # ----------------------------------------------------------------------
66
+ class OvisConfig(PretrainedConfig):
67
+ model_type = "ovis"
68
+
69
+ def __init__(
70
+ self,
71
+ llm_config: Optional[Union[PretrainedConfig, dict]] = None,
72
+ visual_tokenizer_config: Optional[Union[PretrainedConfig, dict]] = None,
73
+ multimodal_max_length=8192,
74
+ hidden_size=None,
75
+ conversation_formatter_class=None,
76
+ llm_attn_implementation=None,
77
+ disable_tie_weight=False,
78
+ **kwargs
79
+ ):
80
+ super().__init__(**kwargs)
81
+ if llm_config is not None:
82
+ assert isinstance(llm_config, (PretrainedConfig, dict)), \
83
+ f"expect `llm_config` to be instance of PretrainedConfig or dict, but got {type(llm_config)} type"
84
+ if not isinstance(llm_config, PretrainedConfig):
85
+ model_type = llm_config['model_type']
86
+ llm_config.pop('model_type')
87
+ llm_config = AutoConfig.for_model(model_type, **llm_config)
88
+ self.llm_config = llm_config
89
+ if visual_tokenizer_config is not None:
90
+ assert isinstance(visual_tokenizer_config, (PretrainedConfig, dict)), \
91
+ f"expect `visual_tokenizer_config` to be instance of PretrainedConfig or dict, but got {type(visual_tokenizer_config)} type"
92
+ if not isinstance(visual_tokenizer_config, PretrainedConfig):
93
+ model_type = visual_tokenizer_config['model_type']
94
+ visual_tokenizer_config.pop('model_type')
95
+ visual_tokenizer_config = AutoConfig.for_model(model_type, **visual_tokenizer_config)
96
+ self.visual_tokenizer_config = visual_tokenizer_config
97
+ self.multimodal_max_length = multimodal_max_length
98
+ self.hidden_size = hidden_size
99
+ self.conversation_formatter_class = conversation_formatter_class
100
+ self.llm_attn_implementation = llm_attn_implementation
101
+ self.disable_tie_weight = disable_tie_weight
102
+
103
+
104
+ # ----------------------------------------------------------------------
105
+ # Conversation Formatter
106
+ # ----------------------------------------------------------------------
107
+ class ConversationFormatter(ABC):
108
+ support_tokenizer_types = None
109
+
110
+ def __init__(self, tokenizer):
111
+ tokenizer_type = type(tokenizer).__name__
112
+ assert tokenizer_type in self.support_tokenizer_types, \
113
+ f'Invalid tokenizer type, expected one from `{self.support_tokenizer_types}`, but got `{tokenizer_type}`'
114
+ self.tokenizer = tokenizer
115
+ self.image_token = IMAGE_TOKEN
116
+ self.image_token_id = IMAGE_TOKEN_ID
117
+ self.ignore_id = IGNORE_ID
118
+
119
+ def _tokenize_with_image_symbol(self, text):
120
+ text_chunks = [self.tokenizer(chunk, add_special_tokens=False).input_ids for chunk in
121
+ text.split(self.image_token)]
122
+ token_ids = []
123
+ num_chuck = len(text_chunks)
124
+ for i, chunk in enumerate(text_chunks):
125
+ token_ids.extend(chunk)
126
+ if i < num_chuck - 1:
127
+ token_ids.append(self.image_token_id)
128
+ return token_ids
129
+
130
+ @abstractmethod
131
+ def format(self, conversations: List[Dict], generation_preface=None):
132
+ pass
133
+
134
+ @abstractmethod
135
+ def format_query(self, query, generation_preface=""):
136
+ pass
137
+
138
+
139
+ class GemmaConversationFormatter(ConversationFormatter):
140
+ support_tokenizer_types = ['GemmaTokenizer', 'GemmaTokenizerFast']
141
+
142
+ def __init__(self, tokenizer):
143
+ super().__init__(tokenizer)
144
+ # Gemma does not support system prompt
145
+ self.from2role = {
146
+ "human": "<start_of_turn>user\n",
147
+ "gpt": "<start_of_turn>model\n",
148
+ }
149
+ self.gpt_token_num = None
150
+ self.im_end = "<end_of_turn>\n"
151
+ self.bos_token = "<bos>"
152
+ self.bos_token_ids = None
153
+
154
+ def format(self, conversations: List[Dict], generation_preface=None):
155
+ if self.gpt_token_num is None:
156
+ self.gpt_token_num = len(self.tokenizer(self.from2role["gpt"], add_special_tokens=False).input_ids)
157
+
158
+ if self.bos_token_ids is None:
159
+ self.bos_token_ids = self.tokenizer(self.bos_token, add_special_tokens=False).input_ids
160
+
161
+ if conversations[0]["from"] == "system":
162
+ raise ValueError("Gemma does not support system prompt")
163
+
164
+ if generation_preface is not None:
165
+ conversations.append({
166
+ "from": "gpt",
167
+ "value": generation_preface
168
+ })
169
+
170
+ prompt = "" + self.bos_token
171
+ input_ids = [] + self.bos_token_ids
172
+ labels = [] + [IGNORE_ID] * len(input_ids)
173
+ num_conversation = len(conversations)
174
+ for i, conversation in enumerate(conversations):
175
+ frm = conversation["from"]
176
+ role = self.from2role[frm]
177
+ message = conversation["value"].strip()
178
+ text = role + message
179
+ if i < num_conversation - 1 or generation_preface is None:
180
+ text += self.im_end
181
+ prompt += text
182
+ token_ids = self._tokenize_with_image_symbol(text)
183
+ input_ids.extend(token_ids)
184
+ label_ids = [self.ignore_id] * len(token_ids)
185
+ if frm == "gpt":
186
+ # learning `\n` following `im_end` is meaningless, so the last `\n` token is ignored in label
187
+ label_ids[self.gpt_token_num:-1] = token_ids[self.gpt_token_num:-1]
188
+ labels.extend(label_ids)
189
+
190
+ assert self._tokenize_with_image_symbol(prompt) == input_ids
191
+ assert len(input_ids) == len(labels)
192
+
193
+ return prompt, input_ids, labels
194
+
195
+ def format_query(self, query, generation_preface=""):
196
+ prompt, input_ids, _ = self.format([{
197
+ "from": "human",
198
+ "value": query
199
+ }], generation_preface=generation_preface)
200
+
201
+ return prompt, input_ids
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": [
6
+ 1,
7
+ 107
8
+ ],
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.46.2"
11
+ }
model-00001-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5727effe3cbe41ad62aad7c7c6a93657a51c581a89a73b42db257eda8956244c
3
+ size 4737543384
model-00002-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ce693abaa0a5517434753f9679c3aaa513fbeee6db72ff22c65a101d3e658e
3
+ size 4869739856
model-00003-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d8d45c4917807955c3be755c836cdc52afb8f70d786d35754680fb0a8eaa817
3
+ size 4869739856
model-00004-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d6dbfff6b3297dc6999463f428fa6f94b4e5b13b2050dbdde6f6b0998e1315
3
+ size 4983023944
model-00005-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f66aaf37d81f55fcfae359ad4fdc5916b83765f43c29af00015b134769db6c
3
+ size 4869739896
model-00006-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463593e36433bc3115ac05ff1a0efb7fbf3fecc6b26624f1bb16d15ba9fc2672
3
+ size 4869739888
model-00007-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd4c75b7d0567cfc67353aee3609a2988020888a2480b2e766d18e13562a637
3
+ size 4983023944
model-00008-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb631d2c3e0e6aa5d3e77178f1798548c71b53210cb812635b6bb87dcddd3f82
3
+ size 4869739896
model-00009-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ab5db6f117bc5009d22e3bc95732bf71e1e9472e03d940d0688052c8d28e42
3
+ size 4869739888
model-00010-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b6b016ba6efc7033c8ae1272ff73b328990087ad40e86d51905e18be6cc552
3
+ size 4983023944
model-00011-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dffe5f5952088c1d272284d775744d79d929d4f9cc6db06d99d2f9dce0361ab
3
+ size 4869739896
model-00012-of-00012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f151f31be6c127e1a65c301cf4544a42a3ce16d1a59dd2b86a5dcf07e07bc94
3
+ size 3952440292
model.safetensors.index.json ADDED
@@ -0,0 +1,967 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 57727105132
4
+ },
5
+ "weight_map": {
6
+ "llm.model.embed_tokens.weight": "model-00001-of-00012.safetensors",
7
+ "llm.model.layers.0.input_layernorm.weight": "model-00001-of-00012.safetensors",
8
+ "llm.model.layers.0.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
9
+ "llm.model.layers.0.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
10
+ "llm.model.layers.0.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
11
+ "llm.model.layers.0.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
12
+ "llm.model.layers.0.post_feedforward_layernorm.weight": "model-00001-of-00012.safetensors",
13
+ "llm.model.layers.0.pre_feedforward_layernorm.weight": "model-00001-of-00012.safetensors",
14
+ "llm.model.layers.0.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
15
+ "llm.model.layers.0.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
16
+ "llm.model.layers.0.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
17
+ "llm.model.layers.0.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
18
+ "llm.model.layers.1.input_layernorm.weight": "model-00001-of-00012.safetensors",
19
+ "llm.model.layers.1.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
20
+ "llm.model.layers.1.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
21
+ "llm.model.layers.1.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
22
+ "llm.model.layers.1.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
23
+ "llm.model.layers.1.post_feedforward_layernorm.weight": "model-00001-of-00012.safetensors",
24
+ "llm.model.layers.1.pre_feedforward_layernorm.weight": "model-00001-of-00012.safetensors",
25
+ "llm.model.layers.1.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
26
+ "llm.model.layers.1.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
27
+ "llm.model.layers.1.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
28
+ "llm.model.layers.1.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
29
+ "llm.model.layers.10.input_layernorm.weight": "model-00004-of-00012.safetensors",
30
+ "llm.model.layers.10.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
31
+ "llm.model.layers.10.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
32
+ "llm.model.layers.10.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
33
+ "llm.model.layers.10.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
34
+ "llm.model.layers.10.post_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
35
+ "llm.model.layers.10.pre_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
36
+ "llm.model.layers.10.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
37
+ "llm.model.layers.10.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
38
+ "llm.model.layers.10.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
39
+ "llm.model.layers.10.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
40
+ "llm.model.layers.11.input_layernorm.weight": "model-00004-of-00012.safetensors",
41
+ "llm.model.layers.11.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
42
+ "llm.model.layers.11.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
43
+ "llm.model.layers.11.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
44
+ "llm.model.layers.11.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
45
+ "llm.model.layers.11.post_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
46
+ "llm.model.layers.11.pre_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
47
+ "llm.model.layers.11.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
48
+ "llm.model.layers.11.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
49
+ "llm.model.layers.11.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
50
+ "llm.model.layers.11.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
51
+ "llm.model.layers.12.input_layernorm.weight": "model-00004-of-00012.safetensors",
52
+ "llm.model.layers.12.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
53
+ "llm.model.layers.12.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
54
+ "llm.model.layers.12.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
55
+ "llm.model.layers.12.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
56
+ "llm.model.layers.12.post_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
57
+ "llm.model.layers.12.pre_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
58
+ "llm.model.layers.12.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
59
+ "llm.model.layers.12.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
60
+ "llm.model.layers.12.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
61
+ "llm.model.layers.12.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
62
+ "llm.model.layers.13.input_layernorm.weight": "model-00004-of-00012.safetensors",
63
+ "llm.model.layers.13.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
64
+ "llm.model.layers.13.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
65
+ "llm.model.layers.13.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
66
+ "llm.model.layers.13.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
67
+ "llm.model.layers.13.post_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
68
+ "llm.model.layers.13.pre_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
69
+ "llm.model.layers.13.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
70
+ "llm.model.layers.13.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
71
+ "llm.model.layers.13.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
72
+ "llm.model.layers.13.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
73
+ "llm.model.layers.14.input_layernorm.weight": "model-00004-of-00012.safetensors",
74
+ "llm.model.layers.14.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
75
+ "llm.model.layers.14.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
76
+ "llm.model.layers.14.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
77
+ "llm.model.layers.14.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
78
+ "llm.model.layers.14.post_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
79
+ "llm.model.layers.14.pre_feedforward_layernorm.weight": "model-00004-of-00012.safetensors",
80
+ "llm.model.layers.14.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
81
+ "llm.model.layers.14.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
82
+ "llm.model.layers.14.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
83
+ "llm.model.layers.14.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
84
+ "llm.model.layers.15.input_layernorm.weight": "model-00005-of-00012.safetensors",
85
+ "llm.model.layers.15.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
86
+ "llm.model.layers.15.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
87
+ "llm.model.layers.15.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
88
+ "llm.model.layers.15.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
89
+ "llm.model.layers.15.post_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
90
+ "llm.model.layers.15.pre_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
91
+ "llm.model.layers.15.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
92
+ "llm.model.layers.15.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
93
+ "llm.model.layers.15.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
94
+ "llm.model.layers.15.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
95
+ "llm.model.layers.16.input_layernorm.weight": "model-00005-of-00012.safetensors",
96
+ "llm.model.layers.16.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
97
+ "llm.model.layers.16.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
98
+ "llm.model.layers.16.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
99
+ "llm.model.layers.16.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
100
+ "llm.model.layers.16.post_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
101
+ "llm.model.layers.16.pre_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
102
+ "llm.model.layers.16.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
103
+ "llm.model.layers.16.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
104
+ "llm.model.layers.16.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
105
+ "llm.model.layers.16.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
106
+ "llm.model.layers.17.input_layernorm.weight": "model-00005-of-00012.safetensors",
107
+ "llm.model.layers.17.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
108
+ "llm.model.layers.17.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
109
+ "llm.model.layers.17.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
110
+ "llm.model.layers.17.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
111
+ "llm.model.layers.17.post_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
112
+ "llm.model.layers.17.pre_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
113
+ "llm.model.layers.17.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
114
+ "llm.model.layers.17.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
115
+ "llm.model.layers.17.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
116
+ "llm.model.layers.17.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
117
+ "llm.model.layers.18.input_layernorm.weight": "model-00005-of-00012.safetensors",
118
+ "llm.model.layers.18.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
119
+ "llm.model.layers.18.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
120
+ "llm.model.layers.18.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
121
+ "llm.model.layers.18.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
122
+ "llm.model.layers.18.post_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
123
+ "llm.model.layers.18.pre_feedforward_layernorm.weight": "model-00005-of-00012.safetensors",
124
+ "llm.model.layers.18.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
125
+ "llm.model.layers.18.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
126
+ "llm.model.layers.18.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
127
+ "llm.model.layers.18.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
128
+ "llm.model.layers.19.input_layernorm.weight": "model-00006-of-00012.safetensors",
129
+ "llm.model.layers.19.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
130
+ "llm.model.layers.19.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
131
+ "llm.model.layers.19.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
132
+ "llm.model.layers.19.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
133
+ "llm.model.layers.19.post_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
134
+ "llm.model.layers.19.pre_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
135
+ "llm.model.layers.19.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
136
+ "llm.model.layers.19.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
137
+ "llm.model.layers.19.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
138
+ "llm.model.layers.19.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
139
+ "llm.model.layers.2.input_layernorm.weight": "model-00002-of-00012.safetensors",
140
+ "llm.model.layers.2.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
141
+ "llm.model.layers.2.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
142
+ "llm.model.layers.2.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
143
+ "llm.model.layers.2.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
144
+ "llm.model.layers.2.post_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
145
+ "llm.model.layers.2.pre_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
146
+ "llm.model.layers.2.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
147
+ "llm.model.layers.2.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
148
+ "llm.model.layers.2.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
149
+ "llm.model.layers.2.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
150
+ "llm.model.layers.20.input_layernorm.weight": "model-00006-of-00012.safetensors",
151
+ "llm.model.layers.20.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
152
+ "llm.model.layers.20.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
153
+ "llm.model.layers.20.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
154
+ "llm.model.layers.20.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
155
+ "llm.model.layers.20.post_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
156
+ "llm.model.layers.20.pre_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
157
+ "llm.model.layers.20.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
158
+ "llm.model.layers.20.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
159
+ "llm.model.layers.20.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
160
+ "llm.model.layers.20.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
161
+ "llm.model.layers.21.input_layernorm.weight": "model-00006-of-00012.safetensors",
162
+ "llm.model.layers.21.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
163
+ "llm.model.layers.21.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
164
+ "llm.model.layers.21.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
165
+ "llm.model.layers.21.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
166
+ "llm.model.layers.21.post_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
167
+ "llm.model.layers.21.pre_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
168
+ "llm.model.layers.21.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
169
+ "llm.model.layers.21.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
170
+ "llm.model.layers.21.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
171
+ "llm.model.layers.21.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
172
+ "llm.model.layers.22.input_layernorm.weight": "model-00006-of-00012.safetensors",
173
+ "llm.model.layers.22.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
174
+ "llm.model.layers.22.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
175
+ "llm.model.layers.22.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
176
+ "llm.model.layers.22.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
177
+ "llm.model.layers.22.post_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
178
+ "llm.model.layers.22.pre_feedforward_layernorm.weight": "model-00006-of-00012.safetensors",
179
+ "llm.model.layers.22.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
180
+ "llm.model.layers.22.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
181
+ "llm.model.layers.22.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
182
+ "llm.model.layers.22.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
183
+ "llm.model.layers.23.input_layernorm.weight": "model-00007-of-00012.safetensors",
184
+ "llm.model.layers.23.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
185
+ "llm.model.layers.23.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
186
+ "llm.model.layers.23.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
187
+ "llm.model.layers.23.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
188
+ "llm.model.layers.23.post_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
189
+ "llm.model.layers.23.pre_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
190
+ "llm.model.layers.23.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
191
+ "llm.model.layers.23.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
192
+ "llm.model.layers.23.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
193
+ "llm.model.layers.23.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
194
+ "llm.model.layers.24.input_layernorm.weight": "model-00007-of-00012.safetensors",
195
+ "llm.model.layers.24.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
196
+ "llm.model.layers.24.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
197
+ "llm.model.layers.24.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
198
+ "llm.model.layers.24.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
199
+ "llm.model.layers.24.post_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
200
+ "llm.model.layers.24.pre_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
201
+ "llm.model.layers.24.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
202
+ "llm.model.layers.24.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
203
+ "llm.model.layers.24.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
204
+ "llm.model.layers.24.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
205
+ "llm.model.layers.25.input_layernorm.weight": "model-00007-of-00012.safetensors",
206
+ "llm.model.layers.25.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
207
+ "llm.model.layers.25.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
208
+ "llm.model.layers.25.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
209
+ "llm.model.layers.25.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
210
+ "llm.model.layers.25.post_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
211
+ "llm.model.layers.25.pre_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
212
+ "llm.model.layers.25.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
213
+ "llm.model.layers.25.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
214
+ "llm.model.layers.25.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
215
+ "llm.model.layers.25.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
216
+ "llm.model.layers.26.input_layernorm.weight": "model-00007-of-00012.safetensors",
217
+ "llm.model.layers.26.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
218
+ "llm.model.layers.26.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
219
+ "llm.model.layers.26.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
220
+ "llm.model.layers.26.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
221
+ "llm.model.layers.26.post_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
222
+ "llm.model.layers.26.pre_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
223
+ "llm.model.layers.26.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
224
+ "llm.model.layers.26.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
225
+ "llm.model.layers.26.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
226
+ "llm.model.layers.26.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
227
+ "llm.model.layers.27.input_layernorm.weight": "model-00007-of-00012.safetensors",
228
+ "llm.model.layers.27.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
229
+ "llm.model.layers.27.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
230
+ "llm.model.layers.27.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
231
+ "llm.model.layers.27.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
232
+ "llm.model.layers.27.post_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
233
+ "llm.model.layers.27.pre_feedforward_layernorm.weight": "model-00007-of-00012.safetensors",
234
+ "llm.model.layers.27.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
235
+ "llm.model.layers.27.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
236
+ "llm.model.layers.27.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
237
+ "llm.model.layers.27.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
238
+ "llm.model.layers.28.input_layernorm.weight": "model-00008-of-00012.safetensors",
239
+ "llm.model.layers.28.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
240
+ "llm.model.layers.28.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
241
+ "llm.model.layers.28.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
242
+ "llm.model.layers.28.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
243
+ "llm.model.layers.28.post_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
244
+ "llm.model.layers.28.pre_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
245
+ "llm.model.layers.28.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
246
+ "llm.model.layers.28.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
247
+ "llm.model.layers.28.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
248
+ "llm.model.layers.28.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
249
+ "llm.model.layers.29.input_layernorm.weight": "model-00008-of-00012.safetensors",
250
+ "llm.model.layers.29.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
251
+ "llm.model.layers.29.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
252
+ "llm.model.layers.29.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
253
+ "llm.model.layers.29.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
254
+ "llm.model.layers.29.post_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
255
+ "llm.model.layers.29.pre_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
256
+ "llm.model.layers.29.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
257
+ "llm.model.layers.29.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
258
+ "llm.model.layers.29.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
259
+ "llm.model.layers.29.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
260
+ "llm.model.layers.3.input_layernorm.weight": "model-00002-of-00012.safetensors",
261
+ "llm.model.layers.3.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
262
+ "llm.model.layers.3.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
263
+ "llm.model.layers.3.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
264
+ "llm.model.layers.3.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
265
+ "llm.model.layers.3.post_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
266
+ "llm.model.layers.3.pre_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
267
+ "llm.model.layers.3.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
268
+ "llm.model.layers.3.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
269
+ "llm.model.layers.3.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
270
+ "llm.model.layers.3.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
271
+ "llm.model.layers.30.input_layernorm.weight": "model-00008-of-00012.safetensors",
272
+ "llm.model.layers.30.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
273
+ "llm.model.layers.30.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
274
+ "llm.model.layers.30.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
275
+ "llm.model.layers.30.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
276
+ "llm.model.layers.30.post_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
277
+ "llm.model.layers.30.pre_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
278
+ "llm.model.layers.30.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
279
+ "llm.model.layers.30.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
280
+ "llm.model.layers.30.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
281
+ "llm.model.layers.30.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
282
+ "llm.model.layers.31.input_layernorm.weight": "model-00008-of-00012.safetensors",
283
+ "llm.model.layers.31.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
284
+ "llm.model.layers.31.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
285
+ "llm.model.layers.31.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
286
+ "llm.model.layers.31.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
287
+ "llm.model.layers.31.post_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
288
+ "llm.model.layers.31.pre_feedforward_layernorm.weight": "model-00008-of-00012.safetensors",
289
+ "llm.model.layers.31.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
290
+ "llm.model.layers.31.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
291
+ "llm.model.layers.31.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
292
+ "llm.model.layers.31.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
293
+ "llm.model.layers.32.input_layernorm.weight": "model-00009-of-00012.safetensors",
294
+ "llm.model.layers.32.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
295
+ "llm.model.layers.32.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
296
+ "llm.model.layers.32.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
297
+ "llm.model.layers.32.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
298
+ "llm.model.layers.32.post_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
299
+ "llm.model.layers.32.pre_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
300
+ "llm.model.layers.32.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
301
+ "llm.model.layers.32.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
302
+ "llm.model.layers.32.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
303
+ "llm.model.layers.32.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
304
+ "llm.model.layers.33.input_layernorm.weight": "model-00009-of-00012.safetensors",
305
+ "llm.model.layers.33.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
306
+ "llm.model.layers.33.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
307
+ "llm.model.layers.33.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
308
+ "llm.model.layers.33.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
309
+ "llm.model.layers.33.post_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
310
+ "llm.model.layers.33.pre_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
311
+ "llm.model.layers.33.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
312
+ "llm.model.layers.33.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
313
+ "llm.model.layers.33.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
314
+ "llm.model.layers.33.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
315
+ "llm.model.layers.34.input_layernorm.weight": "model-00009-of-00012.safetensors",
316
+ "llm.model.layers.34.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
317
+ "llm.model.layers.34.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
318
+ "llm.model.layers.34.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
319
+ "llm.model.layers.34.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
320
+ "llm.model.layers.34.post_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
321
+ "llm.model.layers.34.pre_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
322
+ "llm.model.layers.34.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
323
+ "llm.model.layers.34.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
324
+ "llm.model.layers.34.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
325
+ "llm.model.layers.34.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
326
+ "llm.model.layers.35.input_layernorm.weight": "model-00009-of-00012.safetensors",
327
+ "llm.model.layers.35.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
328
+ "llm.model.layers.35.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
329
+ "llm.model.layers.35.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
330
+ "llm.model.layers.35.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
331
+ "llm.model.layers.35.post_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
332
+ "llm.model.layers.35.pre_feedforward_layernorm.weight": "model-00009-of-00012.safetensors",
333
+ "llm.model.layers.35.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
334
+ "llm.model.layers.35.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
335
+ "llm.model.layers.35.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
336
+ "llm.model.layers.35.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
337
+ "llm.model.layers.36.input_layernorm.weight": "model-00010-of-00012.safetensors",
338
+ "llm.model.layers.36.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
339
+ "llm.model.layers.36.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
340
+ "llm.model.layers.36.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
341
+ "llm.model.layers.36.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
342
+ "llm.model.layers.36.post_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
343
+ "llm.model.layers.36.pre_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
344
+ "llm.model.layers.36.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
345
+ "llm.model.layers.36.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
346
+ "llm.model.layers.36.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
347
+ "llm.model.layers.36.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
348
+ "llm.model.layers.37.input_layernorm.weight": "model-00010-of-00012.safetensors",
349
+ "llm.model.layers.37.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
350
+ "llm.model.layers.37.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
351
+ "llm.model.layers.37.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
352
+ "llm.model.layers.37.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
353
+ "llm.model.layers.37.post_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
354
+ "llm.model.layers.37.pre_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
355
+ "llm.model.layers.37.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
356
+ "llm.model.layers.37.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
357
+ "llm.model.layers.37.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
358
+ "llm.model.layers.37.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
359
+ "llm.model.layers.38.input_layernorm.weight": "model-00010-of-00012.safetensors",
360
+ "llm.model.layers.38.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
361
+ "llm.model.layers.38.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
362
+ "llm.model.layers.38.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
363
+ "llm.model.layers.38.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
364
+ "llm.model.layers.38.post_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
365
+ "llm.model.layers.38.pre_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
366
+ "llm.model.layers.38.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
367
+ "llm.model.layers.38.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
368
+ "llm.model.layers.38.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
369
+ "llm.model.layers.38.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
370
+ "llm.model.layers.39.input_layernorm.weight": "model-00010-of-00012.safetensors",
371
+ "llm.model.layers.39.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
372
+ "llm.model.layers.39.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
373
+ "llm.model.layers.39.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
374
+ "llm.model.layers.39.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
375
+ "llm.model.layers.39.post_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
376
+ "llm.model.layers.39.pre_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
377
+ "llm.model.layers.39.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
378
+ "llm.model.layers.39.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
379
+ "llm.model.layers.39.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
380
+ "llm.model.layers.39.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
381
+ "llm.model.layers.4.input_layernorm.weight": "model-00002-of-00012.safetensors",
382
+ "llm.model.layers.4.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
383
+ "llm.model.layers.4.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
384
+ "llm.model.layers.4.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
385
+ "llm.model.layers.4.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
386
+ "llm.model.layers.4.post_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
387
+ "llm.model.layers.4.pre_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
388
+ "llm.model.layers.4.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
389
+ "llm.model.layers.4.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
390
+ "llm.model.layers.4.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
391
+ "llm.model.layers.4.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
392
+ "llm.model.layers.40.input_layernorm.weight": "model-00010-of-00012.safetensors",
393
+ "llm.model.layers.40.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
394
+ "llm.model.layers.40.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
395
+ "llm.model.layers.40.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
396
+ "llm.model.layers.40.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
397
+ "llm.model.layers.40.post_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
398
+ "llm.model.layers.40.pre_feedforward_layernorm.weight": "model-00010-of-00012.safetensors",
399
+ "llm.model.layers.40.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
400
+ "llm.model.layers.40.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
401
+ "llm.model.layers.40.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
402
+ "llm.model.layers.40.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
403
+ "llm.model.layers.41.input_layernorm.weight": "model-00011-of-00012.safetensors",
404
+ "llm.model.layers.41.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
405
+ "llm.model.layers.41.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
406
+ "llm.model.layers.41.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
407
+ "llm.model.layers.41.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
408
+ "llm.model.layers.41.post_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
409
+ "llm.model.layers.41.pre_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
410
+ "llm.model.layers.41.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
411
+ "llm.model.layers.41.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
412
+ "llm.model.layers.41.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
413
+ "llm.model.layers.41.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
414
+ "llm.model.layers.42.input_layernorm.weight": "model-00011-of-00012.safetensors",
415
+ "llm.model.layers.42.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
416
+ "llm.model.layers.42.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
417
+ "llm.model.layers.42.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
418
+ "llm.model.layers.42.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
419
+ "llm.model.layers.42.post_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
420
+ "llm.model.layers.42.pre_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
421
+ "llm.model.layers.42.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
422
+ "llm.model.layers.42.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
423
+ "llm.model.layers.42.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
424
+ "llm.model.layers.42.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
425
+ "llm.model.layers.43.input_layernorm.weight": "model-00011-of-00012.safetensors",
426
+ "llm.model.layers.43.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
427
+ "llm.model.layers.43.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
428
+ "llm.model.layers.43.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
429
+ "llm.model.layers.43.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
430
+ "llm.model.layers.43.post_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
431
+ "llm.model.layers.43.pre_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
432
+ "llm.model.layers.43.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
433
+ "llm.model.layers.43.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
434
+ "llm.model.layers.43.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
435
+ "llm.model.layers.43.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
436
+ "llm.model.layers.44.input_layernorm.weight": "model-00011-of-00012.safetensors",
437
+ "llm.model.layers.44.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
438
+ "llm.model.layers.44.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
439
+ "llm.model.layers.44.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
440
+ "llm.model.layers.44.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
441
+ "llm.model.layers.44.post_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
442
+ "llm.model.layers.44.pre_feedforward_layernorm.weight": "model-00011-of-00012.safetensors",
443
+ "llm.model.layers.44.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
444
+ "llm.model.layers.44.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
445
+ "llm.model.layers.44.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
446
+ "llm.model.layers.44.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
447
+ "llm.model.layers.45.input_layernorm.weight": "model-00012-of-00012.safetensors",
448
+ "llm.model.layers.45.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
449
+ "llm.model.layers.45.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
450
+ "llm.model.layers.45.mlp.up_proj.weight": "model-00012-of-00012.safetensors",
451
+ "llm.model.layers.45.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
452
+ "llm.model.layers.45.post_feedforward_layernorm.weight": "model-00012-of-00012.safetensors",
453
+ "llm.model.layers.45.pre_feedforward_layernorm.weight": "model-00012-of-00012.safetensors",
454
+ "llm.model.layers.45.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
455
+ "llm.model.layers.45.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
456
+ "llm.model.layers.45.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
457
+ "llm.model.layers.45.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
458
+ "llm.model.layers.5.input_layernorm.weight": "model-00002-of-00012.safetensors",
459
+ "llm.model.layers.5.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
460
+ "llm.model.layers.5.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
461
+ "llm.model.layers.5.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
462
+ "llm.model.layers.5.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
463
+ "llm.model.layers.5.post_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
464
+ "llm.model.layers.5.pre_feedforward_layernorm.weight": "model-00002-of-00012.safetensors",
465
+ "llm.model.layers.5.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
466
+ "llm.model.layers.5.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
467
+ "llm.model.layers.5.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
468
+ "llm.model.layers.5.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
469
+ "llm.model.layers.6.input_layernorm.weight": "model-00003-of-00012.safetensors",
470
+ "llm.model.layers.6.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
471
+ "llm.model.layers.6.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
472
+ "llm.model.layers.6.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
473
+ "llm.model.layers.6.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
474
+ "llm.model.layers.6.post_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
475
+ "llm.model.layers.6.pre_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
476
+ "llm.model.layers.6.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
477
+ "llm.model.layers.6.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
478
+ "llm.model.layers.6.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
479
+ "llm.model.layers.6.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
480
+ "llm.model.layers.7.input_layernorm.weight": "model-00003-of-00012.safetensors",
481
+ "llm.model.layers.7.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
482
+ "llm.model.layers.7.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
483
+ "llm.model.layers.7.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
484
+ "llm.model.layers.7.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
485
+ "llm.model.layers.7.post_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
486
+ "llm.model.layers.7.pre_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
487
+ "llm.model.layers.7.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
488
+ "llm.model.layers.7.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
489
+ "llm.model.layers.7.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
490
+ "llm.model.layers.7.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
491
+ "llm.model.layers.8.input_layernorm.weight": "model-00003-of-00012.safetensors",
492
+ "llm.model.layers.8.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
493
+ "llm.model.layers.8.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
494
+ "llm.model.layers.8.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
495
+ "llm.model.layers.8.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
496
+ "llm.model.layers.8.post_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
497
+ "llm.model.layers.8.pre_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
498
+ "llm.model.layers.8.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
499
+ "llm.model.layers.8.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
500
+ "llm.model.layers.8.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
501
+ "llm.model.layers.8.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
502
+ "llm.model.layers.9.input_layernorm.weight": "model-00003-of-00012.safetensors",
503
+ "llm.model.layers.9.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
504
+ "llm.model.layers.9.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
505
+ "llm.model.layers.9.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
506
+ "llm.model.layers.9.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
507
+ "llm.model.layers.9.post_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
508
+ "llm.model.layers.9.pre_feedforward_layernorm.weight": "model-00003-of-00012.safetensors",
509
+ "llm.model.layers.9.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
510
+ "llm.model.layers.9.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
511
+ "llm.model.layers.9.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
512
+ "llm.model.layers.9.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
513
+ "llm.model.norm.weight": "model-00012-of-00012.safetensors",
514
+ "visual_tokenizer.backbone.vision_model.embeddings.patch_embedding.bias": "model-00012-of-00012.safetensors",
515
+ "visual_tokenizer.backbone.vision_model.embeddings.patch_embedding.weight": "model-00012-of-00012.safetensors",
516
+ "visual_tokenizer.backbone.vision_model.embeddings.position_embedding.weight": "model-00012-of-00012.safetensors",
517
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.layer_norm1.bias": "model-00012-of-00012.safetensors",
518
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.layer_norm1.weight": "model-00012-of-00012.safetensors",
519
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.layer_norm2.bias": "model-00012-of-00012.safetensors",
520
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.layer_norm2.weight": "model-00012-of-00012.safetensors",
521
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.mlp.fc1.bias": "model-00012-of-00012.safetensors",
522
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.mlp.fc1.weight": "model-00012-of-00012.safetensors",
523
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.mlp.fc2.bias": "model-00012-of-00012.safetensors",
524
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.mlp.fc2.weight": "model-00012-of-00012.safetensors",
525
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
526
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
527
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
528
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
529
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
530
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
531
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
532
+ "visual_tokenizer.backbone.vision_model.encoder.layers.0.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
533
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.layer_norm1.bias": "model-00012-of-00012.safetensors",
534
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.layer_norm1.weight": "model-00012-of-00012.safetensors",
535
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.layer_norm2.bias": "model-00012-of-00012.safetensors",
536
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.layer_norm2.weight": "model-00012-of-00012.safetensors",
537
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.mlp.fc1.bias": "model-00012-of-00012.safetensors",
538
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.mlp.fc1.weight": "model-00012-of-00012.safetensors",
539
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.mlp.fc2.bias": "model-00012-of-00012.safetensors",
540
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.mlp.fc2.weight": "model-00012-of-00012.safetensors",
541
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
542
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
543
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
544
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
545
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
546
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
547
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
548
+ "visual_tokenizer.backbone.vision_model.encoder.layers.1.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
549
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.layer_norm1.bias": "model-00012-of-00012.safetensors",
550
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.layer_norm1.weight": "model-00012-of-00012.safetensors",
551
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.layer_norm2.bias": "model-00012-of-00012.safetensors",
552
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.layer_norm2.weight": "model-00012-of-00012.safetensors",
553
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.mlp.fc1.bias": "model-00012-of-00012.safetensors",
554
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.mlp.fc1.weight": "model-00012-of-00012.safetensors",
555
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.mlp.fc2.bias": "model-00012-of-00012.safetensors",
556
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.mlp.fc2.weight": "model-00012-of-00012.safetensors",
557
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
558
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
559
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
560
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
561
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
562
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
563
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
564
+ "visual_tokenizer.backbone.vision_model.encoder.layers.10.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
565
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.layer_norm1.bias": "model-00012-of-00012.safetensors",
566
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.layer_norm1.weight": "model-00012-of-00012.safetensors",
567
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.layer_norm2.bias": "model-00012-of-00012.safetensors",
568
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.layer_norm2.weight": "model-00012-of-00012.safetensors",
569
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.mlp.fc1.bias": "model-00012-of-00012.safetensors",
570
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.mlp.fc1.weight": "model-00012-of-00012.safetensors",
571
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.mlp.fc2.bias": "model-00012-of-00012.safetensors",
572
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.mlp.fc2.weight": "model-00012-of-00012.safetensors",
573
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
574
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
575
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
576
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
577
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
578
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
579
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
580
+ "visual_tokenizer.backbone.vision_model.encoder.layers.11.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
581
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.layer_norm1.bias": "model-00012-of-00012.safetensors",
582
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.layer_norm1.weight": "model-00012-of-00012.safetensors",
583
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.layer_norm2.bias": "model-00012-of-00012.safetensors",
584
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.layer_norm2.weight": "model-00012-of-00012.safetensors",
585
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.mlp.fc1.bias": "model-00012-of-00012.safetensors",
586
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.mlp.fc1.weight": "model-00012-of-00012.safetensors",
587
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.mlp.fc2.bias": "model-00012-of-00012.safetensors",
588
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.mlp.fc2.weight": "model-00012-of-00012.safetensors",
589
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
590
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
591
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
592
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
593
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
594
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
595
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
596
+ "visual_tokenizer.backbone.vision_model.encoder.layers.12.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
597
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.layer_norm1.bias": "model-00012-of-00012.safetensors",
598
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.layer_norm1.weight": "model-00012-of-00012.safetensors",
599
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.layer_norm2.bias": "model-00012-of-00012.safetensors",
600
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.layer_norm2.weight": "model-00012-of-00012.safetensors",
601
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.mlp.fc1.bias": "model-00012-of-00012.safetensors",
602
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.mlp.fc1.weight": "model-00012-of-00012.safetensors",
603
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.mlp.fc2.bias": "model-00012-of-00012.safetensors",
604
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.mlp.fc2.weight": "model-00012-of-00012.safetensors",
605
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
606
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
607
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
608
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
609
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
610
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
611
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
612
+ "visual_tokenizer.backbone.vision_model.encoder.layers.13.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
613
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.layer_norm1.bias": "model-00012-of-00012.safetensors",
614
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.layer_norm1.weight": "model-00012-of-00012.safetensors",
615
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.layer_norm2.bias": "model-00012-of-00012.safetensors",
616
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.layer_norm2.weight": "model-00012-of-00012.safetensors",
617
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.mlp.fc1.bias": "model-00012-of-00012.safetensors",
618
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.mlp.fc1.weight": "model-00012-of-00012.safetensors",
619
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.mlp.fc2.bias": "model-00012-of-00012.safetensors",
620
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.mlp.fc2.weight": "model-00012-of-00012.safetensors",
621
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
622
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
623
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
624
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
625
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
626
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
627
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
628
+ "visual_tokenizer.backbone.vision_model.encoder.layers.14.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
629
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.layer_norm1.bias": "model-00012-of-00012.safetensors",
630
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.layer_norm1.weight": "model-00012-of-00012.safetensors",
631
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.layer_norm2.bias": "model-00012-of-00012.safetensors",
632
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.layer_norm2.weight": "model-00012-of-00012.safetensors",
633
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.mlp.fc1.bias": "model-00012-of-00012.safetensors",
634
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.mlp.fc1.weight": "model-00012-of-00012.safetensors",
635
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.mlp.fc2.bias": "model-00012-of-00012.safetensors",
636
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.mlp.fc2.weight": "model-00012-of-00012.safetensors",
637
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
638
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
639
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
640
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
641
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
642
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
643
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
644
+ "visual_tokenizer.backbone.vision_model.encoder.layers.15.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
645
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.layer_norm1.bias": "model-00012-of-00012.safetensors",
646
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.layer_norm1.weight": "model-00012-of-00012.safetensors",
647
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.layer_norm2.bias": "model-00012-of-00012.safetensors",
648
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.layer_norm2.weight": "model-00012-of-00012.safetensors",
649
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.mlp.fc1.bias": "model-00012-of-00012.safetensors",
650
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.mlp.fc1.weight": "model-00012-of-00012.safetensors",
651
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.mlp.fc2.bias": "model-00012-of-00012.safetensors",
652
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.mlp.fc2.weight": "model-00012-of-00012.safetensors",
653
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
654
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
655
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
656
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
657
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
658
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
659
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
660
+ "visual_tokenizer.backbone.vision_model.encoder.layers.16.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
661
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.layer_norm1.bias": "model-00012-of-00012.safetensors",
662
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.layer_norm1.weight": "model-00012-of-00012.safetensors",
663
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.layer_norm2.bias": "model-00012-of-00012.safetensors",
664
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.layer_norm2.weight": "model-00012-of-00012.safetensors",
665
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.mlp.fc1.bias": "model-00012-of-00012.safetensors",
666
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.mlp.fc1.weight": "model-00012-of-00012.safetensors",
667
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.mlp.fc2.bias": "model-00012-of-00012.safetensors",
668
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.mlp.fc2.weight": "model-00012-of-00012.safetensors",
669
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
670
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
671
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
672
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
673
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
674
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
675
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
676
+ "visual_tokenizer.backbone.vision_model.encoder.layers.17.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
677
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.layer_norm1.bias": "model-00012-of-00012.safetensors",
678
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.layer_norm1.weight": "model-00012-of-00012.safetensors",
679
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.layer_norm2.bias": "model-00012-of-00012.safetensors",
680
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.layer_norm2.weight": "model-00012-of-00012.safetensors",
681
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.mlp.fc1.bias": "model-00012-of-00012.safetensors",
682
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.mlp.fc1.weight": "model-00012-of-00012.safetensors",
683
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.mlp.fc2.bias": "model-00012-of-00012.safetensors",
684
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.mlp.fc2.weight": "model-00012-of-00012.safetensors",
685
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
686
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
687
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
688
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
689
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
690
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
691
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
692
+ "visual_tokenizer.backbone.vision_model.encoder.layers.18.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
693
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.layer_norm1.bias": "model-00012-of-00012.safetensors",
694
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.layer_norm1.weight": "model-00012-of-00012.safetensors",
695
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.layer_norm2.bias": "model-00012-of-00012.safetensors",
696
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.layer_norm2.weight": "model-00012-of-00012.safetensors",
697
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.mlp.fc1.bias": "model-00012-of-00012.safetensors",
698
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.mlp.fc1.weight": "model-00012-of-00012.safetensors",
699
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.mlp.fc2.bias": "model-00012-of-00012.safetensors",
700
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.mlp.fc2.weight": "model-00012-of-00012.safetensors",
701
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
702
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
703
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
704
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
705
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
706
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
707
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
708
+ "visual_tokenizer.backbone.vision_model.encoder.layers.19.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
709
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.layer_norm1.bias": "model-00012-of-00012.safetensors",
710
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.layer_norm1.weight": "model-00012-of-00012.safetensors",
711
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.layer_norm2.bias": "model-00012-of-00012.safetensors",
712
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.layer_norm2.weight": "model-00012-of-00012.safetensors",
713
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.mlp.fc1.bias": "model-00012-of-00012.safetensors",
714
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.mlp.fc1.weight": "model-00012-of-00012.safetensors",
715
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.mlp.fc2.bias": "model-00012-of-00012.safetensors",
716
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.mlp.fc2.weight": "model-00012-of-00012.safetensors",
717
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
718
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
719
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
720
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
721
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
722
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
723
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
724
+ "visual_tokenizer.backbone.vision_model.encoder.layers.2.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
725
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.layer_norm1.bias": "model-00012-of-00012.safetensors",
726
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.layer_norm1.weight": "model-00012-of-00012.safetensors",
727
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.layer_norm2.bias": "model-00012-of-00012.safetensors",
728
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.layer_norm2.weight": "model-00012-of-00012.safetensors",
729
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.mlp.fc1.bias": "model-00012-of-00012.safetensors",
730
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.mlp.fc1.weight": "model-00012-of-00012.safetensors",
731
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.mlp.fc2.bias": "model-00012-of-00012.safetensors",
732
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.mlp.fc2.weight": "model-00012-of-00012.safetensors",
733
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
734
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
735
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
736
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
737
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
738
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
739
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
740
+ "visual_tokenizer.backbone.vision_model.encoder.layers.20.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
741
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.layer_norm1.bias": "model-00012-of-00012.safetensors",
742
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.layer_norm1.weight": "model-00012-of-00012.safetensors",
743
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.layer_norm2.bias": "model-00012-of-00012.safetensors",
744
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.layer_norm2.weight": "model-00012-of-00012.safetensors",
745
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.mlp.fc1.bias": "model-00012-of-00012.safetensors",
746
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.mlp.fc1.weight": "model-00012-of-00012.safetensors",
747
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.mlp.fc2.bias": "model-00012-of-00012.safetensors",
748
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.mlp.fc2.weight": "model-00012-of-00012.safetensors",
749
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
750
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
751
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
752
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
753
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
754
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
755
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
756
+ "visual_tokenizer.backbone.vision_model.encoder.layers.21.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
757
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.layer_norm1.bias": "model-00012-of-00012.safetensors",
758
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.layer_norm1.weight": "model-00012-of-00012.safetensors",
759
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.layer_norm2.bias": "model-00012-of-00012.safetensors",
760
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.layer_norm2.weight": "model-00012-of-00012.safetensors",
761
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.mlp.fc1.bias": "model-00012-of-00012.safetensors",
762
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.mlp.fc1.weight": "model-00012-of-00012.safetensors",
763
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.mlp.fc2.bias": "model-00012-of-00012.safetensors",
764
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.mlp.fc2.weight": "model-00012-of-00012.safetensors",
765
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
766
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
767
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
768
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
769
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
770
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
771
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
772
+ "visual_tokenizer.backbone.vision_model.encoder.layers.22.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
773
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.layer_norm1.bias": "model-00012-of-00012.safetensors",
774
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.layer_norm1.weight": "model-00012-of-00012.safetensors",
775
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.layer_norm2.bias": "model-00012-of-00012.safetensors",
776
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.layer_norm2.weight": "model-00012-of-00012.safetensors",
777
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.mlp.fc1.bias": "model-00012-of-00012.safetensors",
778
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.mlp.fc1.weight": "model-00012-of-00012.safetensors",
779
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.mlp.fc2.bias": "model-00012-of-00012.safetensors",
780
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.mlp.fc2.weight": "model-00012-of-00012.safetensors",
781
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
782
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
783
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
784
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
785
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
786
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
787
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
788
+ "visual_tokenizer.backbone.vision_model.encoder.layers.23.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
789
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.layer_norm1.bias": "model-00012-of-00012.safetensors",
790
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.layer_norm1.weight": "model-00012-of-00012.safetensors",
791
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.layer_norm2.bias": "model-00012-of-00012.safetensors",
792
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.layer_norm2.weight": "model-00012-of-00012.safetensors",
793
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.mlp.fc1.bias": "model-00012-of-00012.safetensors",
794
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.mlp.fc1.weight": "model-00012-of-00012.safetensors",
795
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.mlp.fc2.bias": "model-00012-of-00012.safetensors",
796
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.mlp.fc2.weight": "model-00012-of-00012.safetensors",
797
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
798
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
799
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
800
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
801
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
802
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
803
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
804
+ "visual_tokenizer.backbone.vision_model.encoder.layers.24.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
805
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.layer_norm1.bias": "model-00012-of-00012.safetensors",
806
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.layer_norm1.weight": "model-00012-of-00012.safetensors",
807
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.layer_norm2.bias": "model-00012-of-00012.safetensors",
808
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.layer_norm2.weight": "model-00012-of-00012.safetensors",
809
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.mlp.fc1.bias": "model-00012-of-00012.safetensors",
810
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.mlp.fc1.weight": "model-00012-of-00012.safetensors",
811
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.mlp.fc2.bias": "model-00012-of-00012.safetensors",
812
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.mlp.fc2.weight": "model-00012-of-00012.safetensors",
813
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
814
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
815
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
816
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
817
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
818
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
819
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
820
+ "visual_tokenizer.backbone.vision_model.encoder.layers.25.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
821
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.layer_norm1.bias": "model-00012-of-00012.safetensors",
822
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.layer_norm1.weight": "model-00012-of-00012.safetensors",
823
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.layer_norm2.bias": "model-00012-of-00012.safetensors",
824
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.layer_norm2.weight": "model-00012-of-00012.safetensors",
825
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.mlp.fc1.bias": "model-00012-of-00012.safetensors",
826
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.mlp.fc1.weight": "model-00012-of-00012.safetensors",
827
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.mlp.fc2.bias": "model-00012-of-00012.safetensors",
828
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.mlp.fc2.weight": "model-00012-of-00012.safetensors",
829
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
830
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
831
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
832
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
833
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
834
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
835
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
836
+ "visual_tokenizer.backbone.vision_model.encoder.layers.26.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
837
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.layer_norm1.bias": "model-00012-of-00012.safetensors",
838
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.layer_norm1.weight": "model-00012-of-00012.safetensors",
839
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.layer_norm2.bias": "model-00012-of-00012.safetensors",
840
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.layer_norm2.weight": "model-00012-of-00012.safetensors",
841
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.mlp.fc1.bias": "model-00012-of-00012.safetensors",
842
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.mlp.fc1.weight": "model-00012-of-00012.safetensors",
843
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.mlp.fc2.bias": "model-00012-of-00012.safetensors",
844
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.mlp.fc2.weight": "model-00012-of-00012.safetensors",
845
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
846
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
847
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
848
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
849
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
850
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
851
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
852
+ "visual_tokenizer.backbone.vision_model.encoder.layers.3.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
853
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.layer_norm1.bias": "model-00012-of-00012.safetensors",
854
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.layer_norm1.weight": "model-00012-of-00012.safetensors",
855
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.layer_norm2.bias": "model-00012-of-00012.safetensors",
856
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.layer_norm2.weight": "model-00012-of-00012.safetensors",
857
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.mlp.fc1.bias": "model-00012-of-00012.safetensors",
858
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.mlp.fc1.weight": "model-00012-of-00012.safetensors",
859
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.mlp.fc2.bias": "model-00012-of-00012.safetensors",
860
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.mlp.fc2.weight": "model-00012-of-00012.safetensors",
861
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
862
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
863
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
864
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
865
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
866
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
867
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
868
+ "visual_tokenizer.backbone.vision_model.encoder.layers.4.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
869
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.layer_norm1.bias": "model-00012-of-00012.safetensors",
870
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.layer_norm1.weight": "model-00012-of-00012.safetensors",
871
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.layer_norm2.bias": "model-00012-of-00012.safetensors",
872
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.layer_norm2.weight": "model-00012-of-00012.safetensors",
873
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.mlp.fc1.bias": "model-00012-of-00012.safetensors",
874
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.mlp.fc1.weight": "model-00012-of-00012.safetensors",
875
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.mlp.fc2.bias": "model-00012-of-00012.safetensors",
876
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.mlp.fc2.weight": "model-00012-of-00012.safetensors",
877
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
878
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
879
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
880
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
881
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
882
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
883
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
884
+ "visual_tokenizer.backbone.vision_model.encoder.layers.5.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
885
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.layer_norm1.bias": "model-00012-of-00012.safetensors",
886
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.layer_norm1.weight": "model-00012-of-00012.safetensors",
887
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.layer_norm2.bias": "model-00012-of-00012.safetensors",
888
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.layer_norm2.weight": "model-00012-of-00012.safetensors",
889
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.mlp.fc1.bias": "model-00012-of-00012.safetensors",
890
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.mlp.fc1.weight": "model-00012-of-00012.safetensors",
891
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.mlp.fc2.bias": "model-00012-of-00012.safetensors",
892
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.mlp.fc2.weight": "model-00012-of-00012.safetensors",
893
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
894
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
895
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
896
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
897
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
898
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
899
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
900
+ "visual_tokenizer.backbone.vision_model.encoder.layers.6.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
901
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.layer_norm1.bias": "model-00012-of-00012.safetensors",
902
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.layer_norm1.weight": "model-00012-of-00012.safetensors",
903
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.layer_norm2.bias": "model-00012-of-00012.safetensors",
904
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.layer_norm2.weight": "model-00012-of-00012.safetensors",
905
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.mlp.fc1.bias": "model-00012-of-00012.safetensors",
906
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.mlp.fc1.weight": "model-00012-of-00012.safetensors",
907
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.mlp.fc2.bias": "model-00012-of-00012.safetensors",
908
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.mlp.fc2.weight": "model-00012-of-00012.safetensors",
909
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
910
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
911
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
912
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
913
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
914
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
915
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
916
+ "visual_tokenizer.backbone.vision_model.encoder.layers.7.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
917
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.layer_norm1.bias": "model-00012-of-00012.safetensors",
918
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.layer_norm1.weight": "model-00012-of-00012.safetensors",
919
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.layer_norm2.bias": "model-00012-of-00012.safetensors",
920
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.layer_norm2.weight": "model-00012-of-00012.safetensors",
921
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.mlp.fc1.bias": "model-00012-of-00012.safetensors",
922
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.mlp.fc1.weight": "model-00012-of-00012.safetensors",
923
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.mlp.fc2.bias": "model-00012-of-00012.safetensors",
924
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.mlp.fc2.weight": "model-00012-of-00012.safetensors",
925
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
926
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
927
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
928
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
929
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
930
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
931
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
932
+ "visual_tokenizer.backbone.vision_model.encoder.layers.8.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
933
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.layer_norm1.bias": "model-00012-of-00012.safetensors",
934
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.layer_norm1.weight": "model-00012-of-00012.safetensors",
935
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.layer_norm2.bias": "model-00012-of-00012.safetensors",
936
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.layer_norm2.weight": "model-00012-of-00012.safetensors",
937
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.mlp.fc1.bias": "model-00012-of-00012.safetensors",
938
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.mlp.fc1.weight": "model-00012-of-00012.safetensors",
939
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.mlp.fc2.bias": "model-00012-of-00012.safetensors",
940
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.mlp.fc2.weight": "model-00012-of-00012.safetensors",
941
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.k_proj.bias": "model-00012-of-00012.safetensors",
942
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
943
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.out_proj.bias": "model-00012-of-00012.safetensors",
944
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.out_proj.weight": "model-00012-of-00012.safetensors",
945
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.q_proj.bias": "model-00012-of-00012.safetensors",
946
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
947
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.v_proj.bias": "model-00012-of-00012.safetensors",
948
+ "visual_tokenizer.backbone.vision_model.encoder.layers.9.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
949
+ "visual_tokenizer.backbone.vision_model.head.attention.in_proj_bias": "model-00012-of-00012.safetensors",
950
+ "visual_tokenizer.backbone.vision_model.head.attention.in_proj_weight": "model-00012-of-00012.safetensors",
951
+ "visual_tokenizer.backbone.vision_model.head.attention.out_proj.bias": "model-00012-of-00012.safetensors",
952
+ "visual_tokenizer.backbone.vision_model.head.attention.out_proj.weight": "model-00012-of-00012.safetensors",
953
+ "visual_tokenizer.backbone.vision_model.head.layernorm.bias": "model-00012-of-00012.safetensors",
954
+ "visual_tokenizer.backbone.vision_model.head.layernorm.weight": "model-00012-of-00012.safetensors",
955
+ "visual_tokenizer.backbone.vision_model.head.mlp.fc1.bias": "model-00012-of-00012.safetensors",
956
+ "visual_tokenizer.backbone.vision_model.head.mlp.fc1.weight": "model-00012-of-00012.safetensors",
957
+ "visual_tokenizer.backbone.vision_model.head.mlp.fc2.bias": "model-00012-of-00012.safetensors",
958
+ "visual_tokenizer.backbone.vision_model.head.mlp.fc2.weight": "model-00012-of-00012.safetensors",
959
+ "visual_tokenizer.backbone.vision_model.head.probe": "model-00012-of-00012.safetensors",
960
+ "visual_tokenizer.backbone.vision_model.post_layernorm.bias": "model-00012-of-00012.safetensors",
961
+ "visual_tokenizer.backbone.vision_model.post_layernorm.weight": "model-00012-of-00012.safetensors",
962
+ "visual_tokenizer.head.0.weight": "model-00012-of-00012.safetensors",
963
+ "visual_tokenizer.head.1.bias": "model-00012-of-00012.safetensors",
964
+ "visual_tokenizer.head.1.weight": "model-00012-of-00012.safetensors",
965
+ "vte.weight": "model-00012-of-00012.safetensors"
966
+ }
967
+ }
modeling_ovis.py ADDED
@@ -0,0 +1,625 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2024 AIDC-AI
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ #
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ import logging
16
+ import os
17
+ import importlib.metadata
18
+
19
+ from packaging import version
20
+ from importlib import import_module
21
+ from typing import List, Callable, Union, Optional, Dict
22
+
23
+ import PIL.Image
24
+ import torch
25
+ import transformers
26
+ from torch import Tensor
27
+ from torch.nn import init
28
+ from torch.nn.functional import softmax, gumbel_softmax, pad
29
+ from transformers.utils import is_flash_attn_2_available
30
+ from transformers import PreTrainedModel, AutoModel, AutoTokenizer, AutoModelForCausalLM, AutoImageProcessor
31
+ from transformers import SiglipImageProcessor, SiglipVisionModel
32
+ from transformers.cache_utils import HybridCache
33
+ from transformers.generation.utils import GenerateOutput
34
+
35
+ from .configuration_ovis import BaseVisualTokenizerConfig, SiglipVisualTokenizerConfig
36
+ from .configuration_ovis import OvisConfig, ConversationFormatter
37
+ from .configuration_ovis import IGNORE_ID, IMAGE_ATOM_ID, IMAGE_INDICATOR_IDS, IMAGE_TOKEN_ID
38
+
39
+
40
+ # ----------------------------------------------------------------------
41
+ # Visual Tokenizer
42
+ # ----------------------------------------------------------------------
43
+ class BaseVisualTokenizer(PreTrainedModel):
44
+ base_model_prefix = "backbone"
45
+ main_input_name = None
46
+ _image_processor_class = None
47
+ _image_processor_kwargs = {}
48
+ _backbone_class = None
49
+ _backbone_name_or_path = None
50
+
51
+ def __init__(self, config: BaseVisualTokenizerConfig, *inputs, **kwargs):
52
+ super().__init__(config, *inputs, **kwargs)
53
+ self.image_processor = AutoImageProcessor.from_pretrained(kwargs['image_processor_name_or_path'])
54
+ self.backbone = AutoModel.from_config(self.config.backbone_config)
55
+ head_dim = self.config.vocab_size - len(IMAGE_INDICATOR_IDS) # reserved tokens for IMAGE_INDICATORS
56
+ self.head = torch.nn.Sequential(
57
+ torch.nn.Linear(
58
+ self.backbone.config.hidden_size * self.config.hidden_stride * self.config.hidden_stride, head_dim,
59
+ bias=False
60
+ ),
61
+ torch.nn.LayerNorm(head_dim)
62
+ )
63
+
64
+ assert all((self.image_processor.do_resize,
65
+ not getattr(self.image_processor, 'do_center_crop', False),
66
+ self.image_processor.do_rescale,
67
+ self.image_processor.do_normalize
68
+ )), f"image_processor `{self.image_processor}` is not supported currently"
69
+
70
+ def get_backbone(self):
71
+ return self.backbone
72
+
73
+ def get_image_processor(self):
74
+ return self.image_processor
75
+
76
+ def mock_input(self):
77
+ height, width = self.get_image_size()
78
+ return torch.zeros(1, 3, height, width), self.construct_image_placeholders((1, 1))
79
+
80
+ def get_head(self):
81
+ return self.head
82
+
83
+ def get_image_size(self):
84
+ raise NotImplementedError
85
+
86
+ @staticmethod
87
+ def construct_image_placeholders(grid):
88
+ image_placeholders = [IMAGE_INDICATOR_IDS[0], IMAGE_ATOM_ID, IMAGE_INDICATOR_IDS[1]]
89
+ if grid[0] * grid[1] > 1:
90
+ for r in range(grid[0]):
91
+ for c in range(grid[1]):
92
+ image_placeholders.append(IMAGE_ATOM_ID)
93
+ if c < grid[1] - 1:
94
+ image_placeholders.append(IMAGE_INDICATOR_IDS[2])
95
+ if r < grid[0] - 1:
96
+ image_placeholders.append(IMAGE_INDICATOR_IDS[3])
97
+ image_placeholders.append(IMAGE_INDICATOR_IDS[4])
98
+ return image_placeholders
99
+
100
+ def preprocess_image(self, image: PIL.Image.Image, max_partition=9, covering_threshold=0.9, convert_to_rgb=True):
101
+ def _preprocess(img: PIL.Image.Image, side):
102
+ # first resize and preprocess
103
+ w, h = img.size
104
+ if w == h:
105
+ new_width = new_height = side
106
+ elif w > h:
107
+ new_width = side
108
+ new_height = int(h / w * new_width)
109
+ else:
110
+ new_height = side
111
+ new_width = int(w / h * new_height)
112
+ new_size = dict(height=new_height, width=new_width)
113
+ pixel_values = self.image_processor.preprocess(img, size=new_size, return_tensors='pt')['pixel_values']
114
+
115
+ # then pad to square
116
+ square_values = torch.zeros([1, 3, side, side], dtype=pixel_values.dtype, device=pixel_values.device)
117
+ new_height, new_width = pixel_values.shape[2:]
118
+ if new_height == new_width:
119
+ square_values[:, :, :, :] = pixel_values
120
+ elif new_height > new_width:
121
+ from_index = (side - new_width) // 2
122
+ square_values[:, :, :, from_index:from_index + new_width] = pixel_values
123
+ else:
124
+ from_index = (side - new_height) // 2
125
+ square_values[:, :, from_index:from_index + new_height, :] = pixel_values
126
+
127
+ return square_values
128
+
129
+ def _partition(img, grid):
130
+ w, h = img.size
131
+ row_height = h // grid[0]
132
+ col_width = w // grid[1]
133
+
134
+ partition = []
135
+ for row in range(grid[0]):
136
+ for col in range(grid[1]):
137
+ left = col * col_width
138
+ upper = row * row_height
139
+ right = w if col == grid[1] - 1 else (col + 1) * col_width
140
+ lower = h if row == grid[0] - 1 else (row + 1) * row_height
141
+ partition.append((left, upper, right, lower))
142
+
143
+ return partition
144
+
145
+ def _covering_area(left, upper, right, lower, side):
146
+ w = right - left
147
+ h = lower - upper
148
+ w, h = max(w, h), min(w, h)
149
+ if w > side:
150
+ h = h / w * side
151
+ w = side
152
+ return w * h
153
+
154
+ def _get_best_grid(img, side):
155
+ img_area = img.size[0] * img.size[1]
156
+
157
+ candidate_grids = []
158
+ for i in range(1, max_partition + 1):
159
+ for j in range(1, max_partition + 1):
160
+ if i * j <= max_partition:
161
+ candidate_grids.append((i, j))
162
+
163
+ all_grids = []
164
+ good_grids = []
165
+ for grid in candidate_grids:
166
+ partition = _partition(img, grid)
167
+ covering_ratio = sum([_covering_area(*p, side) for p in partition]) / img_area
168
+ assert covering_ratio <= 1.0
169
+ all_grids.append((grid, covering_ratio))
170
+ if covering_ratio > covering_threshold:
171
+ good_grids.append((grid, covering_ratio))
172
+
173
+ if len(good_grids) > 0:
174
+ # pick the good partition with minimum #sub_images and break the tie using covering_ratio
175
+ return sorted(good_grids, key=lambda x: (x[0][0] * x[0][1], -x[1]))[0][0]
176
+ else:
177
+ # pick the partition with maximum covering_ratio and break the tie using #sub_images
178
+ return sorted(all_grids, key=lambda x: (-x[1], x[0][0] * x[0][1]))[0][0]
179
+
180
+ if convert_to_rgb and image.mode != 'RGB':
181
+ image = image.convert('RGB')
182
+
183
+ sides = self.get_image_size()
184
+ if sides[0] != sides[1]:
185
+ raise ValueError('get_image_size() returns non-square size')
186
+ side = sides[0]
187
+ grid = _get_best_grid(image, side)
188
+ partition = _partition(image, grid)
189
+ crops = [image.crop(p) for p in partition]
190
+ if len(crops) > 1:
191
+ crops.insert(0, image)
192
+ pixel_values = torch.cat([_preprocess(crop, side) for crop in crops], dim=0)
193
+ image_placeholders = self.construct_image_placeholders(grid)
194
+ return pixel_values, image_placeholders
195
+
196
+ def tokenize(self, logits):
197
+ def st_argmax(y_soft, dim): # straight-through softmax
198
+ index = y_soft.max(dim, keepdim=True)[1]
199
+ y_hard = torch.zeros_like(y_soft, memory_format=torch.legacy_contiguous_format).scatter_(dim, index, 1.0)
200
+ ret = y_hard - y_soft.detach() + y_soft
201
+ return ret
202
+
203
+ if self.config.tokenize_function == 'softmax':
204
+ tokens = softmax(logits, dim=-1)
205
+ elif self.config.tokenize_function == 'gumbel_argmax':
206
+ tokens = gumbel_softmax(logits, tau=self.config.tau, hard=True)
207
+ elif self.config.tokenize_function == 'st_argmax':
208
+ tokens = st_argmax(logits, dim=-1)
209
+ else:
210
+ raise ValueError(
211
+ f'Invalid `max_type`, expected softmax or gumbel_argmax or st_argmax, but got {self.config.tokenize_function}')
212
+ return tokens
213
+
214
+ def encode(self, pixel_values):
215
+ output = self.backbone(pixel_values, output_hidden_states=True, return_dict=True)
216
+ features = output.hidden_states[-1]
217
+ if self.config.drop_cls_token:
218
+ features = features[:, 1:, :]
219
+
220
+ # merge number of `hidden_stride * hidden_stride` hidden states together to reduce token sequence length
221
+ # e.g., for hidden_stride=3, this leads to a token length reduction: 729 -> 81 for siglip
222
+ if self.config.hidden_stride > 1:
223
+ n, l, d = features.shape # this `d` maybe different from the above `d
224
+ sqrt_l = int(l ** 0.5)
225
+ assert sqrt_l ** 2 == l, "The token sequence length should be a perfect square."
226
+ features = features.reshape(n, sqrt_l, sqrt_l, d)
227
+ pl = (self.config.hidden_stride - (sqrt_l % self.config.hidden_stride)) % self.config.hidden_stride
228
+ features = pad(features, (0, 0, 0, pl, 0, pl), "constant", 0)
229
+ sqrt_l += pl
230
+ features = features.reshape(n, sqrt_l // self.config.hidden_stride, self.config.hidden_stride,
231
+ sqrt_l // self.config.hidden_stride, self.config.hidden_stride, d)
232
+ features = features.permute(0, 1, 3, 2, 4, 5) # [n, sqrt_l/hs, sqrt_l/hs, hs, hs, d]
233
+ features = features.flatten(3) # [n, sqrt_l/hs, sqrt_l/hs, hs*hs*d]
234
+ features = features.reshape(
235
+ n, -1, self.config.hidden_stride * self.config.hidden_stride * d)
236
+
237
+ return features
238
+
239
+ def forward(self, pixel_values) -> torch.Tensor: # [BatchSize, ImageShape] -> [BatchSize, #Token, VocabSize]
240
+ features = self.encode(pixel_values)
241
+ logits = self.head(features)
242
+ tokens = self.tokenize(logits)
243
+ # tokens' shape is [BatchSize, #Token, VocabSize-5], so padding with [BatchSize, #Token, 5], after
244
+ # which, tokens' shape should become [BatchSize, #Token, VocabSize]
245
+ batch_size, token_len, _ = tokens.shape
246
+ padding_tensor = torch.zeros(size=(batch_size, token_len, len(IMAGE_INDICATOR_IDS)),
247
+ dtype=tokens.dtype,
248
+ device=tokens.device,
249
+ layout=tokens.layout,
250
+ requires_grad=False)
251
+ tokens = torch.cat((tokens, padding_tensor), dim=2)
252
+ return tokens
253
+
254
+
255
+ class SiglipVisualTokenizer(BaseVisualTokenizer):
256
+ config_class = SiglipVisualTokenizerConfig
257
+ supports_gradient_checkpointing = True
258
+ _no_split_modules = ["SiglipVisionTransformer"]
259
+ _image_processor_class = SiglipImageProcessor
260
+ _image_processor_kwargs = {}
261
+ _backbone_class = SiglipVisionModel
262
+ _backbone_name_or_path = "google/siglip-so400m-patch14-384"
263
+
264
+ def get_image_size(self):
265
+ height = self.image_processor.size["height"]
266
+ width = self.image_processor.size["width"]
267
+ return height, width
268
+
269
+
270
+ AutoModel.register(SiglipVisualTokenizerConfig, SiglipVisualTokenizer)
271
+
272
+
273
+ # ----------------------------------------------------------------------
274
+ # Ovis
275
+ # ----------------------------------------------------------------------
276
+ class VisualEmbedding(torch.nn.Embedding):
277
+ def forward(self, visual_tokens: Tensor) -> Tensor:
278
+ if visual_tokens.dtype in [torch.int8, torch.int16, torch.int32, torch.int64, torch.long]:
279
+ return super().forward(visual_tokens)
280
+ return torch.matmul(visual_tokens, self.weight)
281
+
282
+ def reset_parameters(self, mean=0., std=1.) -> None:
283
+ init.normal_(self.weight, mean=mean, std=std)
284
+ self._fill_padding_idx_with_zero()
285
+
286
+
287
+ class OvisPreTrainedModel(PreTrainedModel):
288
+ config_class = OvisConfig
289
+ base_model_prefix = "ovis"
290
+
291
+
292
+ class Ovis(OvisPreTrainedModel):
293
+
294
+ def __init__(self, config: OvisConfig, *inputs, **kwargs):
295
+ super().__init__(config, *inputs, **kwargs)
296
+ attn_kwargs = dict()
297
+ if self.config.llm_attn_implementation:
298
+ if self.config.llm_attn_implementation == "sdpa":
299
+ raise ValueError("`sdpa` is currently not supported")
300
+ elif self.config.llm_attn_implementation == "flash_attention_2":
301
+ assert (is_flash_attn_2_available() and
302
+ version.parse(importlib.metadata.version("flash_attn")) >= version.parse("2.6.3")), \
303
+ "Using `flash_attention_2` requires having `flash_attn>=2.6.3` installed."
304
+ attn_kwargs["attn_implementation"] = self.config.llm_attn_implementation
305
+ self.llm = AutoModelForCausalLM.from_config(self.config.llm_config, **attn_kwargs)
306
+ assert self.config.hidden_size == self.llm.config.hidden_size, "hidden size mismatch"
307
+ self.text_tokenizer = AutoTokenizer.from_pretrained(self.config.name_or_path)
308
+ self.visual_tokenizer = AutoModel.from_config(self.config.visual_tokenizer_config,
309
+ image_processor_name_or_path=self.config.name_or_path)
310
+ self.vte = VisualEmbedding(
311
+ self.config.visual_tokenizer_config.vocab_size,
312
+ self.config.hidden_size,
313
+ device=self.visual_tokenizer.device,
314
+ dtype=self.visual_tokenizer.dtype
315
+ )
316
+
317
+ def _merge_modules(modules_list: tuple):
318
+ merged_modules = []
319
+ for modules in modules_list:
320
+ merged_modules.extend(modules if modules else [])
321
+ return merged_modules
322
+
323
+ self._no_split_modules = _merge_modules((self.llm._no_split_modules, self.visual_tokenizer._no_split_modules))
324
+ self._skip_keys_device_placement = self.llm._skip_keys_device_placement
325
+ self._keep_in_fp32_modules = _merge_modules(
326
+ (self.llm._keep_in_fp32_modules, self.visual_tokenizer._keep_in_fp32_modules))
327
+ self.is_parallelizable = all((self.llm.is_parallelizable, self.visual_tokenizer.is_parallelizable))
328
+ self.supports_gradient_checkpointing = all(
329
+ (self.llm.supports_gradient_checkpointing, self.visual_tokenizer.supports_gradient_checkpointing))
330
+ self._supports_flash_attn_2 = True
331
+ self._supports_sdpa = False
332
+
333
+ def get_text_tokenizer(self):
334
+ return self.text_tokenizer
335
+
336
+ def get_visual_tokenizer(self):
337
+ return self.visual_tokenizer
338
+
339
+ def tie_weights(self):
340
+ if not self.config.disable_tie_weight:
341
+ self.get_llm().tie_weights()
342
+
343
+ def get_llm(self):
344
+ return self.llm
345
+
346
+ def get_vte(self):
347
+ return self.vte
348
+
349
+ def get_wte(self):
350
+ return self.llm.get_input_embeddings()
351
+
352
+ def get_conversation_formatter(self) -> ConversationFormatter:
353
+ if getattr(self, 'conversation_formatter', None) is None:
354
+ self.conversation_formatter = getattr(import_module(".configuration_ovis", __package__),
355
+ self.config.conversation_formatter_class)(self.text_tokenizer)
356
+ return self.conversation_formatter
357
+
358
+ def forward(
359
+ self,
360
+ input_ids: torch.Tensor,
361
+ attention_mask: torch.Tensor,
362
+ labels: Optional[torch.Tensor],
363
+ pixel_values: List[Optional[torch.Tensor]],
364
+ **kwargs
365
+ ):
366
+ assert self.training, "`forward` can only be used in training. For inference, use `generate`."
367
+ _, inputs_embeds, labels, attention_mask = self.merge_multimodal(
368
+ text_input_ids=input_ids,
369
+ text_attention_masks=attention_mask,
370
+ text_labels=labels,
371
+ pixel_values=pixel_values
372
+ )
373
+ return self.llm(inputs_embeds=inputs_embeds, labels=labels, attention_mask=attention_mask, **kwargs)
374
+
375
+ def merge_multimodal(
376
+ self,
377
+ text_input_ids: torch.Tensor,
378
+ text_attention_masks: torch.Tensor,
379
+ text_labels: Optional[torch.Tensor],
380
+ pixel_values: List[Optional[torch.Tensor]],
381
+ left_padding: bool = False
382
+ ):
383
+ input_device = text_input_ids.device
384
+ visual_vocab_szie = self.get_visual_tokenizer().config.vocab_size
385
+ visual_indicator_embeds = self.get_vte()(
386
+ torch.tensor(
387
+ list(range(visual_vocab_szie - 5, visual_vocab_szie)),
388
+ dtype=torch.long,
389
+ device=self.get_visual_tokenizer().device
390
+ )
391
+ ).to(device=input_device)
392
+
393
+ if self.training:
394
+ # When training, to be compatible with deepspeed zero, each sample has to include pixel_value tensor.
395
+ # For text-only sample, one can simply use a full zero tensor as pixel_value, which will be ignored
396
+ # (see below in this function); so, the gradient will not be affected.
397
+ num_images = [x.shape[0] for x in pixel_values]
398
+ visual_tokens = self.visual_tokenizer(torch.cat([x for x in pixel_values], dim=0))
399
+ visual_embeds = torch.split(self.get_vte()(visual_tokens).to(dtype=self.dtype, device=input_device),
400
+ split_size_or_sections=num_images, dim=0)
401
+ visual_input_ids = torch.split(torch.argmax(visual_tokens, dim=-1).to(device=input_device),
402
+ split_size_or_sections=num_images, dim=0)
403
+ visual_labels = [torch.full(x.shape, IGNORE_ID, dtype=torch.long, device=input_device) for x in
404
+ visual_input_ids]
405
+ else:
406
+ # When inference, sample can include only text with `None` pixel_value
407
+ num_images = [x.shape[0] if x is not None else 0 for x in pixel_values]
408
+ if sum(num_images) > 0:
409
+ visual_tokens = self.visual_tokenizer(torch.cat([x for x in pixel_values if x is not None], dim=0))
410
+ visual_embeds = torch.split(self.get_vte()(visual_tokens).to(dtype=self.dtype, device=input_device),
411
+ split_size_or_sections=num_images, dim=0)
412
+ visual_input_ids = torch.split(torch.argmax(visual_tokens, dim=-1).to(device=input_device),
413
+ split_size_or_sections=num_images, dim=0)
414
+ visual_labels = [torch.full(x.shape, IGNORE_ID, dtype=torch.long, device=input_device) for x in
415
+ visual_input_ids]
416
+ else:
417
+ # just placeholders
418
+ visual_embeds = [None] * len(num_images)
419
+ visual_input_ids = [None] * len(num_images)
420
+ visual_labels = [None] * len(num_images)
421
+ if text_labels is None:
422
+ text_labels = torch.full(text_input_ids.shape, IGNORE_ID, dtype=torch.long, device=input_device)
423
+
424
+ input_embeds = []
425
+ attention_masks = []
426
+ labels = []
427
+ for text_input_id, text_label, text_attention_mask, visual_embed, visual_input_id, visual_label in zip(
428
+ text_input_ids, text_labels, text_attention_masks, visual_embeds, visual_input_ids, visual_labels
429
+ ):
430
+ placeholder_token_mask = torch.lt(text_input_id, 0)
431
+ text_embed = self.get_wte()(torch.masked_fill(text_input_id, placeholder_token_mask, 0))
432
+ for i, indicator_id in enumerate(IMAGE_INDICATOR_IDS):
433
+ text_embed[text_input_id == indicator_id] = visual_indicator_embeds[i]
434
+ image_atom_positions = torch.where(torch.eq(text_input_id, IMAGE_ATOM_ID))[0].tolist()
435
+ if len(image_atom_positions) > 0:
436
+ input_embed_parts = []
437
+ attention_mask_parts = []
438
+ label_parts = []
439
+ prev_image_atom_position = -1
440
+ for index, image_atom_position in enumerate(image_atom_positions):
441
+ input_embed_parts.append(
442
+ text_embed[prev_image_atom_position + 1:image_atom_position, :])
443
+ label_parts.append(
444
+ text_label[prev_image_atom_position + 1:image_atom_position])
445
+ attention_mask_parts.append(
446
+ text_attention_mask[prev_image_atom_position + 1:image_atom_position])
447
+ input_embed_parts.append(visual_embed[index])
448
+ attention_mask_parts.append(
449
+ torch.ones_like(visual_label[index], dtype=torch.bool))
450
+ label_parts.append(visual_label[index])
451
+ prev_image_atom_position = image_atom_position
452
+ if prev_image_atom_position + 1 < text_input_id.shape[0]:
453
+ input_embed_parts.append(
454
+ text_embed[prev_image_atom_position + 1:, :])
455
+ attention_mask_parts.append(
456
+ text_attention_mask[prev_image_atom_position + 1:])
457
+ label_parts.append(
458
+ text_label[prev_image_atom_position + 1:])
459
+ input_embed = torch.cat(input_embed_parts, dim=0)
460
+ attention_mask = torch.cat(attention_mask_parts, dim=0)
461
+ label = torch.cat(label_parts, dim=0)
462
+ else:
463
+ input_embed = text_embed
464
+ attention_mask = text_attention_mask
465
+ label = text_label
466
+ if self.training:
467
+ # Make visual_embed & visual_indicator_embeds involved in the backward graph,
468
+ # to be compatible with deepspeed zero and ddp.
469
+ input_embed += torch.sum(visual_embed * 0.0) + torch.sum(visual_indicator_embeds * 0.0)
470
+ input_embeds.append(input_embed)
471
+ attention_masks.append(attention_mask)
472
+ labels.append(label)
473
+
474
+ if self.training: # padding to self.config.multimodal_max_length for increased training speed
475
+ padding_size = max(0, self.config.multimodal_max_length - len(input_embeds[0]))
476
+ input_embeds[0] = torch.nn.ConstantPad2d((0, 0, 0, padding_size), 0.0)(input_embeds[0])
477
+ attention_masks[0] = torch.nn.ConstantPad1d((0, padding_size), False)(attention_masks[0])
478
+ labels[0] = torch.nn.ConstantPad1d((0, padding_size), IGNORE_ID)(labels[0])
479
+ batch_input_embeds = self.pad_truncate_sequence(input_embeds, batch_first=True, padding_value=0.0, left_padding=left_padding)
480
+ batch_attention_mask = self.pad_truncate_sequence(attention_masks, batch_first=True, padding_value=False, left_padding=left_padding)
481
+ batch_labels = self.pad_truncate_sequence(labels, batch_first=True, padding_value=IGNORE_ID, left_padding=left_padding)
482
+
483
+ return visual_input_ids, batch_input_embeds, batch_labels, batch_attention_mask
484
+
485
+ def pad_truncate_sequence(self, sequences: List[torch.Tensor], batch_first: bool = True, padding_value: float = 0.0, left_padding: bool = False) -> torch.Tensor:
486
+ if left_padding == False:
487
+ pad_sequence = torch.nn.utils.rnn.pad_sequence(sequences, batch_first=batch_first, padding_value=padding_value)
488
+ return pad_sequence[:,:self.config.multimodal_max_length]
489
+ else:
490
+ pad_sequence = torch.nn.utils.rnn.pad_sequence([i.flip(dims=[0]) for i in sequences],batch_first=True, padding_value=padding_value).flip(dims=[1])
491
+ return pad_sequence[:,-self.config.multimodal_max_length:]
492
+
493
+ def preprocess_inputs(
494
+ self,
495
+ text_or_conversations: Union[List[Dict], str],
496
+ images: Optional[List[PIL.Image.Image]],
497
+ max_partition=9,
498
+ generation_preface='',
499
+ return_labels=False,
500
+ propagate_exception=True
501
+ ):
502
+ # convert text to conversations
503
+ if isinstance(text_or_conversations, str):
504
+ conversations = [{
505
+ "from": "human",
506
+ "value": text_or_conversations
507
+ }]
508
+ elif isinstance(text_or_conversations, list):
509
+ conversations = text_or_conversations
510
+ else:
511
+ raise ValueError(f'Invalid type of `text_or_conversations`, expected `List[Dict]` or `str`,'
512
+ f' but got {type(text_or_conversations)}')
513
+
514
+ # format conversations
515
+ prompt, raw_input_ids, raw_labels = self.get_conversation_formatter().format(
516
+ conversations, generation_preface=generation_preface)
517
+
518
+ # place image placeholders
519
+ input_ids = []
520
+ labels = []
521
+ pixel_values = []
522
+ invalidate_label = False
523
+ image_token_indices = [i for i, v in enumerate(raw_input_ids) if v == IMAGE_TOKEN_ID]
524
+ last_image_token_index = -1
525
+ for i in range(len(image_token_indices)):
526
+ head = 0 if i == 0 else image_token_indices[i - 1] + 1
527
+ tail = image_token_indices[i]
528
+ last_image_token_index = tail
529
+ input_ids.extend(raw_input_ids[head:tail])
530
+ labels.extend(raw_labels[head:tail])
531
+ try:
532
+ image = images[i]
533
+ raw_pixel_values, image_placeholders = self.visual_tokenizer.preprocess_image(
534
+ image, max_partition=max_partition)
535
+ except Exception as e:
536
+ if propagate_exception:
537
+ raise e
538
+ logging.exception(e)
539
+ invalidate_label = True
540
+ raw_pixel_values, image_placeholders = self.visual_tokenizer.mock_input()
541
+ input_ids.extend(image_placeholders)
542
+ labels.extend([IGNORE_ID] * len(image_placeholders))
543
+ pixel_values.append(raw_pixel_values)
544
+ input_ids.extend(raw_input_ids[last_image_token_index + 1:])
545
+ labels.extend(raw_labels[last_image_token_index + 1:])
546
+
547
+ # return tensors
548
+ input_ids = torch.tensor(input_ids, dtype=torch.long)
549
+ labels = torch.tensor([IGNORE_ID] * len(labels) if invalidate_label else labels, dtype=torch.long)
550
+ pixel_values = torch.cat(pixel_values, dim=0) if len(pixel_values) > 0 else None
551
+
552
+ if return_labels:
553
+ return prompt, input_ids, pixel_values, labels
554
+ else:
555
+ return prompt, input_ids, pixel_values
556
+
557
+ def save_pretrained(
558
+ self,
559
+ save_directory: Union[str, os.PathLike],
560
+ is_main_process: bool = True,
561
+ state_dict: Optional[dict] = None,
562
+ save_function: Callable = torch.save,
563
+ push_to_hub: bool = False,
564
+ max_shard_size: Union[int, str] = "5GB",
565
+ safe_serialization: bool = True,
566
+ variant: Optional[str] = None,
567
+ token: Optional[Union[str, bool]] = None,
568
+ save_peft_format: bool = True,
569
+ **kwargs
570
+ ):
571
+ super().save_pretrained(save_directory,
572
+ is_main_process=is_main_process,
573
+ state_dict=state_dict,
574
+ save_function=save_function,
575
+ safe_serialization=safe_serialization)
576
+ self.get_text_tokenizer().save_pretrained(save_directory)
577
+ self.get_visual_tokenizer().get_image_processor().save_pretrained(save_directory)
578
+
579
+ def _get_hybrid_cache_for_llm(self, batch_size: int, max_cache_len: int):
580
+ cache_cls = HybridCache
581
+ llm = self.get_llm()
582
+
583
+ need_new_cache = (
584
+ not hasattr(llm, "_cache")
585
+ or (not isinstance(llm._cache, cache_cls))
586
+ or llm._cache.batch_size != batch_size
587
+ or llm._cache.max_cache_len < max_cache_len
588
+ )
589
+
590
+ if need_new_cache:
591
+ if hasattr(llm.config, "_pre_quantization_dtype"):
592
+ cache_dtype = llm.config._pre_quantization_dtype
593
+ else:
594
+ cache_dtype = llm.dtype
595
+ llm._cache = cache_cls(
596
+ config=llm.config,
597
+ batch_size=batch_size,
598
+ max_cache_len=max_cache_len,
599
+ device=llm.device,
600
+ dtype=cache_dtype,
601
+ )
602
+ else:
603
+ llm._cache.reset()
604
+ return llm._cache
605
+
606
+ # TODO: support batch generation
607
+ def generate(
608
+ self,
609
+ inputs: Optional[torch.Tensor] = None,
610
+ **kwargs
611
+ ) -> Union[GenerateOutput, torch.LongTensor]:
612
+ _, inputs_embeds, labels, attention_mask = self.merge_multimodal(
613
+ text_input_ids=inputs,
614
+ text_attention_masks=kwargs.pop('attention_mask'),
615
+ text_labels=None,
616
+ pixel_values=kwargs.pop('pixel_values'),
617
+ left_padding=True
618
+ )
619
+ if getattr(self.generation_config, 'cache_implementation') == 'hybrid': # mainly for Gemma2
620
+ kwargs['past_key_values'] = self._get_hybrid_cache_for_llm(
621
+ getattr(kwargs, "num_beams", inputs_embeds.shape[0]), kwargs['max_new_tokens'] + inputs_embeds.shape[-2])
622
+ self.get_llm()._supports_cache_class = True
623
+ kwargs['cache_implementation'] = None
624
+
625
+ return self.llm.generate(inputs=None, inputs_embeds=inputs_embeds, attention_mask=attention_mask, **kwargs)
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 384,
22
+ "width": 384
23
+ }
24
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<start_of_turn>",
4
+ "<end_of_turn>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "<bos>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": {
21
+ "content": "<pad>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "unk_token": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false
33
+ }
34
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f559f2189f392b4555613965f089e7c4d300b41fbe080bf79da0d676e33ee7f0
3
+ size 34356041
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
3
+ size 4241003
tokenizer_config.json ADDED
@@ -0,0 +1,1757 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<mask>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": false
44
+ },
45
+ "5": {
46
+ "content": "<2mass>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": false
52
+ },
53
+ "6": {
54
+ "content": "[@BOS@]",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": false
60
+ },
61
+ "7": {
62
+ "content": "<unused0>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": false
68
+ },
69
+ "8": {
70
+ "content": "<unused1>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": false
76
+ },
77
+ "9": {
78
+ "content": "<unused2>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": false
84
+ },
85
+ "10": {
86
+ "content": "<unused3>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": false
92
+ },
93
+ "11": {
94
+ "content": "<unused4>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": false
100
+ },
101
+ "12": {
102
+ "content": "<unused5>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": false
108
+ },
109
+ "13": {
110
+ "content": "<unused6>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": false
116
+ },
117
+ "14": {
118
+ "content": "<unused7>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "15": {
126
+ "content": "<unused8>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "16": {
134
+ "content": "<unused9>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "17": {
142
+ "content": "<unused10>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "18": {
150
+ "content": "<unused11>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "19": {
158
+ "content": "<unused12>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "20": {
166
+ "content": "<unused13>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "21": {
174
+ "content": "<unused14>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "22": {
182
+ "content": "<unused15>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "23": {
190
+ "content": "<unused16>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "24": {
198
+ "content": "<unused17>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "25": {
206
+ "content": "<unused18>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ },
213
+ "26": {
214
+ "content": "<unused19>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": false
220
+ },
221
+ "27": {
222
+ "content": "<unused20>",
223
+ "lstrip": false,
224
+ "normalized": false,
225
+ "rstrip": false,
226
+ "single_word": false,
227
+ "special": false
228
+ },
229
+ "28": {
230
+ "content": "<unused21>",
231
+ "lstrip": false,
232
+ "normalized": false,
233
+ "rstrip": false,
234
+ "single_word": false,
235
+ "special": false
236
+ },
237
+ "29": {
238
+ "content": "<unused22>",
239
+ "lstrip": false,
240
+ "normalized": false,
241
+ "rstrip": false,
242
+ "single_word": false,
243
+ "special": false
244
+ },
245
+ "30": {
246
+ "content": "<unused23>",
247
+ "lstrip": false,
248
+ "normalized": false,
249
+ "rstrip": false,
250
+ "single_word": false,
251
+ "special": false
252
+ },
253
+ "31": {
254
+ "content": "<unused24>",
255
+ "lstrip": false,
256
+ "normalized": false,
257
+ "rstrip": false,
258
+ "single_word": false,
259
+ "special": false
260
+ },
261
+ "32": {
262
+ "content": "<unused25>",
263
+ "lstrip": false,
264
+ "normalized": false,
265
+ "rstrip": false,
266
+ "single_word": false,
267
+ "special": false
268
+ },
269
+ "33": {
270
+ "content": "<unused26>",
271
+ "lstrip": false,
272
+ "normalized": false,
273
+ "rstrip": false,
274
+ "single_word": false,
275
+ "special": false
276
+ },
277
+ "34": {
278
+ "content": "<unused27>",
279
+ "lstrip": false,
280
+ "normalized": false,
281
+ "rstrip": false,
282
+ "single_word": false,
283
+ "special": false
284
+ },
285
+ "35": {
286
+ "content": "<unused28>",
287
+ "lstrip": false,
288
+ "normalized": false,
289
+ "rstrip": false,
290
+ "single_word": false,
291
+ "special": false
292
+ },
293
+ "36": {
294
+ "content": "<unused29>",
295
+ "lstrip": false,
296
+ "normalized": false,
297
+ "rstrip": false,
298
+ "single_word": false,
299
+ "special": false
300
+ },
301
+ "37": {
302
+ "content": "<unused30>",
303
+ "lstrip": false,
304
+ "normalized": false,
305
+ "rstrip": false,
306
+ "single_word": false,
307
+ "special": false
308
+ },
309
+ "38": {
310
+ "content": "<unused31>",
311
+ "lstrip": false,
312
+ "normalized": false,
313
+ "rstrip": false,
314
+ "single_word": false,
315
+ "special": false
316
+ },
317
+ "39": {
318
+ "content": "<unused32>",
319
+ "lstrip": false,
320
+ "normalized": false,
321
+ "rstrip": false,
322
+ "single_word": false,
323
+ "special": false
324
+ },
325
+ "40": {
326
+ "content": "<unused33>",
327
+ "lstrip": false,
328
+ "normalized": false,
329
+ "rstrip": false,
330
+ "single_word": false,
331
+ "special": false
332
+ },
333
+ "41": {
334
+ "content": "<unused34>",
335
+ "lstrip": false,
336
+ "normalized": false,
337
+ "rstrip": false,
338
+ "single_word": false,
339
+ "special": false
340
+ },
341
+ "42": {
342
+ "content": "<unused35>",
343
+ "lstrip": false,
344
+ "normalized": false,
345
+ "rstrip": false,
346
+ "single_word": false,
347
+ "special": false
348
+ },
349
+ "43": {
350
+ "content": "<unused36>",
351
+ "lstrip": false,
352
+ "normalized": false,
353
+ "rstrip": false,
354
+ "single_word": false,
355
+ "special": false
356
+ },
357
+ "44": {
358
+ "content": "<unused37>",
359
+ "lstrip": false,
360
+ "normalized": false,
361
+ "rstrip": false,
362
+ "single_word": false,
363
+ "special": false
364
+ },
365
+ "45": {
366
+ "content": "<unused38>",
367
+ "lstrip": false,
368
+ "normalized": false,
369
+ "rstrip": false,
370
+ "single_word": false,
371
+ "special": false
372
+ },
373
+ "46": {
374
+ "content": "<unused39>",
375
+ "lstrip": false,
376
+ "normalized": false,
377
+ "rstrip": false,
378
+ "single_word": false,
379
+ "special": false
380
+ },
381
+ "47": {
382
+ "content": "<unused40>",
383
+ "lstrip": false,
384
+ "normalized": false,
385
+ "rstrip": false,
386
+ "single_word": false,
387
+ "special": false
388
+ },
389
+ "48": {
390
+ "content": "<unused41>",
391
+ "lstrip": false,
392
+ "normalized": false,
393
+ "rstrip": false,
394
+ "single_word": false,
395
+ "special": false
396
+ },
397
+ "49": {
398
+ "content": "<unused42>",
399
+ "lstrip": false,
400
+ "normalized": false,
401
+ "rstrip": false,
402
+ "single_word": false,
403
+ "special": false
404
+ },
405
+ "50": {
406
+ "content": "<unused43>",
407
+ "lstrip": false,
408
+ "normalized": false,
409
+ "rstrip": false,
410
+ "single_word": false,
411
+ "special": false
412
+ },
413
+ "51": {
414
+ "content": "<unused44>",
415
+ "lstrip": false,
416
+ "normalized": false,
417
+ "rstrip": false,
418
+ "single_word": false,
419
+ "special": false
420
+ },
421
+ "52": {
422
+ "content": "<unused45>",
423
+ "lstrip": false,
424
+ "normalized": false,
425
+ "rstrip": false,
426
+ "single_word": false,
427
+ "special": false
428
+ },
429
+ "53": {
430
+ "content": "<unused46>",
431
+ "lstrip": false,
432
+ "normalized": false,
433
+ "rstrip": false,
434
+ "single_word": false,
435
+ "special": false
436
+ },
437
+ "54": {
438
+ "content": "<unused47>",
439
+ "lstrip": false,
440
+ "normalized": false,
441
+ "rstrip": false,
442
+ "single_word": false,
443
+ "special": false
444
+ },
445
+ "55": {
446
+ "content": "<unused48>",
447
+ "lstrip": false,
448
+ "normalized": false,
449
+ "rstrip": false,
450
+ "single_word": false,
451
+ "special": false
452
+ },
453
+ "56": {
454
+ "content": "<unused49>",
455
+ "lstrip": false,
456
+ "normalized": false,
457
+ "rstrip": false,
458
+ "single_word": false,
459
+ "special": false
460
+ },
461
+ "57": {
462
+ "content": "<unused50>",
463
+ "lstrip": false,
464
+ "normalized": false,
465
+ "rstrip": false,
466
+ "single_word": false,
467
+ "special": false
468
+ },
469
+ "58": {
470
+ "content": "<unused51>",
471
+ "lstrip": false,
472
+ "normalized": false,
473
+ "rstrip": false,
474
+ "single_word": false,
475
+ "special": false
476
+ },
477
+ "59": {
478
+ "content": "<unused52>",
479
+ "lstrip": false,
480
+ "normalized": false,
481
+ "rstrip": false,
482
+ "single_word": false,
483
+ "special": false
484
+ },
485
+ "60": {
486
+ "content": "<unused53>",
487
+ "lstrip": false,
488
+ "normalized": false,
489
+ "rstrip": false,
490
+ "single_word": false,
491
+ "special": false
492
+ },
493
+ "61": {
494
+ "content": "<unused54>",
495
+ "lstrip": false,
496
+ "normalized": false,
497
+ "rstrip": false,
498
+ "single_word": false,
499
+ "special": false
500
+ },
501
+ "62": {
502
+ "content": "<unused55>",
503
+ "lstrip": false,
504
+ "normalized": false,
505
+ "rstrip": false,
506
+ "single_word": false,
507
+ "special": false
508
+ },
509
+ "63": {
510
+ "content": "<unused56>",
511
+ "lstrip": false,
512
+ "normalized": false,
513
+ "rstrip": false,
514
+ "single_word": false,
515
+ "special": false
516
+ },
517
+ "64": {
518
+ "content": "<unused57>",
519
+ "lstrip": false,
520
+ "normalized": false,
521
+ "rstrip": false,
522
+ "single_word": false,
523
+ "special": false
524
+ },
525
+ "65": {
526
+ "content": "<unused58>",
527
+ "lstrip": false,
528
+ "normalized": false,
529
+ "rstrip": false,
530
+ "single_word": false,
531
+ "special": false
532
+ },
533
+ "66": {
534
+ "content": "<unused59>",
535
+ "lstrip": false,
536
+ "normalized": false,
537
+ "rstrip": false,
538
+ "single_word": false,
539
+ "special": false
540
+ },
541
+ "67": {
542
+ "content": "<unused60>",
543
+ "lstrip": false,
544
+ "normalized": false,
545
+ "rstrip": false,
546
+ "single_word": false,
547
+ "special": false
548
+ },
549
+ "68": {
550
+ "content": "<unused61>",
551
+ "lstrip": false,
552
+ "normalized": false,
553
+ "rstrip": false,
554
+ "single_word": false,
555
+ "special": false
556
+ },
557
+ "69": {
558
+ "content": "<unused62>",
559
+ "lstrip": false,
560
+ "normalized": false,
561
+ "rstrip": false,
562
+ "single_word": false,
563
+ "special": false
564
+ },
565
+ "70": {
566
+ "content": "<unused63>",
567
+ "lstrip": false,
568
+ "normalized": false,
569
+ "rstrip": false,
570
+ "single_word": false,
571
+ "special": false
572
+ },
573
+ "71": {
574
+ "content": "<unused64>",
575
+ "lstrip": false,
576
+ "normalized": false,
577
+ "rstrip": false,
578
+ "single_word": false,
579
+ "special": false
580
+ },
581
+ "72": {
582
+ "content": "<unused65>",
583
+ "lstrip": false,
584
+ "normalized": false,
585
+ "rstrip": false,
586
+ "single_word": false,
587
+ "special": false
588
+ },
589
+ "73": {
590
+ "content": "<unused66>",
591
+ "lstrip": false,
592
+ "normalized": false,
593
+ "rstrip": false,
594
+ "single_word": false,
595
+ "special": false
596
+ },
597
+ "74": {
598
+ "content": "<unused67>",
599
+ "lstrip": false,
600
+ "normalized": false,
601
+ "rstrip": false,
602
+ "single_word": false,
603
+ "special": false
604
+ },
605
+ "75": {
606
+ "content": "<unused68>",
607
+ "lstrip": false,
608
+ "normalized": false,
609
+ "rstrip": false,
610
+ "single_word": false,
611
+ "special": false
612
+ },
613
+ "76": {
614
+ "content": "<unused69>",
615
+ "lstrip": false,
616
+ "normalized": false,
617
+ "rstrip": false,
618
+ "single_word": false,
619
+ "special": false
620
+ },
621
+ "77": {
622
+ "content": "<unused70>",
623
+ "lstrip": false,
624
+ "normalized": false,
625
+ "rstrip": false,
626
+ "single_word": false,
627
+ "special": false
628
+ },
629
+ "78": {
630
+ "content": "<unused71>",
631
+ "lstrip": false,
632
+ "normalized": false,
633
+ "rstrip": false,
634
+ "single_word": false,
635
+ "special": false
636
+ },
637
+ "79": {
638
+ "content": "<unused72>",
639
+ "lstrip": false,
640
+ "normalized": false,
641
+ "rstrip": false,
642
+ "single_word": false,
643
+ "special": false
644
+ },
645
+ "80": {
646
+ "content": "<unused73>",
647
+ "lstrip": false,
648
+ "normalized": false,
649
+ "rstrip": false,
650
+ "single_word": false,
651
+ "special": false
652
+ },
653
+ "81": {
654
+ "content": "<unused74>",
655
+ "lstrip": false,
656
+ "normalized": false,
657
+ "rstrip": false,
658
+ "single_word": false,
659
+ "special": false
660
+ },
661
+ "82": {
662
+ "content": "<unused75>",
663
+ "lstrip": false,
664
+ "normalized": false,
665
+ "rstrip": false,
666
+ "single_word": false,
667
+ "special": false
668
+ },
669
+ "83": {
670
+ "content": "<unused76>",
671
+ "lstrip": false,
672
+ "normalized": false,
673
+ "rstrip": false,
674
+ "single_word": false,
675
+ "special": false
676
+ },
677
+ "84": {
678
+ "content": "<unused77>",
679
+ "lstrip": false,
680
+ "normalized": false,
681
+ "rstrip": false,
682
+ "single_word": false,
683
+ "special": false
684
+ },
685
+ "85": {
686
+ "content": "<unused78>",
687
+ "lstrip": false,
688
+ "normalized": false,
689
+ "rstrip": false,
690
+ "single_word": false,
691
+ "special": false
692
+ },
693
+ "86": {
694
+ "content": "<unused79>",
695
+ "lstrip": false,
696
+ "normalized": false,
697
+ "rstrip": false,
698
+ "single_word": false,
699
+ "special": false
700
+ },
701
+ "87": {
702
+ "content": "<unused80>",
703
+ "lstrip": false,
704
+ "normalized": false,
705
+ "rstrip": false,
706
+ "single_word": false,
707
+ "special": false
708
+ },
709
+ "88": {
710
+ "content": "<unused81>",
711
+ "lstrip": false,
712
+ "normalized": false,
713
+ "rstrip": false,
714
+ "single_word": false,
715
+ "special": false
716
+ },
717
+ "89": {
718
+ "content": "<unused82>",
719
+ "lstrip": false,
720
+ "normalized": false,
721
+ "rstrip": false,
722
+ "single_word": false,
723
+ "special": false
724
+ },
725
+ "90": {
726
+ "content": "<unused83>",
727
+ "lstrip": false,
728
+ "normalized": false,
729
+ "rstrip": false,
730
+ "single_word": false,
731
+ "special": false
732
+ },
733
+ "91": {
734
+ "content": "<unused84>",
735
+ "lstrip": false,
736
+ "normalized": false,
737
+ "rstrip": false,
738
+ "single_word": false,
739
+ "special": false
740
+ },
741
+ "92": {
742
+ "content": "<unused85>",
743
+ "lstrip": false,
744
+ "normalized": false,
745
+ "rstrip": false,
746
+ "single_word": false,
747
+ "special": false
748
+ },
749
+ "93": {
750
+ "content": "<unused86>",
751
+ "lstrip": false,
752
+ "normalized": false,
753
+ "rstrip": false,
754
+ "single_word": false,
755
+ "special": false
756
+ },
757
+ "94": {
758
+ "content": "<unused87>",
759
+ "lstrip": false,
760
+ "normalized": false,
761
+ "rstrip": false,
762
+ "single_word": false,
763
+ "special": false
764
+ },
765
+ "95": {
766
+ "content": "<unused88>",
767
+ "lstrip": false,
768
+ "normalized": false,
769
+ "rstrip": false,
770
+ "single_word": false,
771
+ "special": false
772
+ },
773
+ "96": {
774
+ "content": "<unused89>",
775
+ "lstrip": false,
776
+ "normalized": false,
777
+ "rstrip": false,
778
+ "single_word": false,
779
+ "special": false
780
+ },
781
+ "97": {
782
+ "content": "<unused90>",
783
+ "lstrip": false,
784
+ "normalized": false,
785
+ "rstrip": false,
786
+ "single_word": false,
787
+ "special": false
788
+ },
789
+ "98": {
790
+ "content": "<unused91>",
791
+ "lstrip": false,
792
+ "normalized": false,
793
+ "rstrip": false,
794
+ "single_word": false,
795
+ "special": false
796
+ },
797
+ "99": {
798
+ "content": "<unused92>",
799
+ "lstrip": false,
800
+ "normalized": false,
801
+ "rstrip": false,
802
+ "single_word": false,
803
+ "special": false
804
+ },
805
+ "100": {
806
+ "content": "<unused93>",
807
+ "lstrip": false,
808
+ "normalized": false,
809
+ "rstrip": false,
810
+ "single_word": false,
811
+ "special": false
812
+ },
813
+ "101": {
814
+ "content": "<unused94>",
815
+ "lstrip": false,
816
+ "normalized": false,
817
+ "rstrip": false,
818
+ "single_word": false,
819
+ "special": false
820
+ },
821
+ "102": {
822
+ "content": "<unused95>",
823
+ "lstrip": false,
824
+ "normalized": false,
825
+ "rstrip": false,
826
+ "single_word": false,
827
+ "special": false
828
+ },
829
+ "103": {
830
+ "content": "<unused96>",
831
+ "lstrip": false,
832
+ "normalized": false,
833
+ "rstrip": false,
834
+ "single_word": false,
835
+ "special": false
836
+ },
837
+ "104": {
838
+ "content": "<unused97>",
839
+ "lstrip": false,
840
+ "normalized": false,
841
+ "rstrip": false,
842
+ "single_word": false,
843
+ "special": false
844
+ },
845
+ "105": {
846
+ "content": "<unused98>",
847
+ "lstrip": false,
848
+ "normalized": false,
849
+ "rstrip": false,
850
+ "single_word": false,
851
+ "special": false
852
+ },
853
+ "106": {
854
+ "content": "<start_of_turn>",
855
+ "lstrip": false,
856
+ "normalized": false,
857
+ "rstrip": false,
858
+ "single_word": false,
859
+ "special": true
860
+ },
861
+ "107": {
862
+ "content": "<end_of_turn>",
863
+ "lstrip": false,
864
+ "normalized": false,
865
+ "rstrip": false,
866
+ "single_word": false,
867
+ "special": true
868
+ },
869
+ "108": {
870
+ "content": "\n",
871
+ "lstrip": false,
872
+ "normalized": false,
873
+ "rstrip": false,
874
+ "single_word": false,
875
+ "special": false
876
+ },
877
+ "109": {
878
+ "content": "\n\n",
879
+ "lstrip": false,
880
+ "normalized": false,
881
+ "rstrip": false,
882
+ "single_word": false,
883
+ "special": false
884
+ },
885
+ "110": {
886
+ "content": "\n\n\n",
887
+ "lstrip": false,
888
+ "normalized": false,
889
+ "rstrip": false,
890
+ "single_word": false,
891
+ "special": false
892
+ },
893
+ "111": {
894
+ "content": "\n\n\n\n",
895
+ "lstrip": false,
896
+ "normalized": false,
897
+ "rstrip": false,
898
+ "single_word": false,
899
+ "special": false
900
+ },
901
+ "112": {
902
+ "content": "\n\n\n\n\n",
903
+ "lstrip": false,
904
+ "normalized": false,
905
+ "rstrip": false,
906
+ "single_word": false,
907
+ "special": false
908
+ },
909
+ "113": {
910
+ "content": "\n\n\n\n\n\n",
911
+ "lstrip": false,
912
+ "normalized": false,
913
+ "rstrip": false,
914
+ "single_word": false,
915
+ "special": false
916
+ },
917
+ "114": {
918
+ "content": "\n\n\n\n\n\n\n",
919
+ "lstrip": false,
920
+ "normalized": false,
921
+ "rstrip": false,
922
+ "single_word": false,
923
+ "special": false
924
+ },
925
+ "115": {
926
+ "content": "\n\n\n\n\n\n\n\n",
927
+ "lstrip": false,
928
+ "normalized": false,
929
+ "rstrip": false,
930
+ "single_word": false,
931
+ "special": false
932
+ },
933
+ "116": {
934
+ "content": "\n\n\n\n\n\n\n\n\n",
935
+ "lstrip": false,
936
+ "normalized": false,
937
+ "rstrip": false,
938
+ "single_word": false,
939
+ "special": false
940
+ },
941
+ "117": {
942
+ "content": "\n\n\n\n\n\n\n\n\n\n",
943
+ "lstrip": false,
944
+ "normalized": false,
945
+ "rstrip": false,
946
+ "single_word": false,
947
+ "special": false
948
+ },
949
+ "118": {
950
+ "content": "\n\n\n\n\n\n\n\n\n\n\n",
951
+ "lstrip": false,
952
+ "normalized": false,
953
+ "rstrip": false,
954
+ "single_word": false,
955
+ "special": false
956
+ },
957
+ "119": {
958
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n",
959
+ "lstrip": false,
960
+ "normalized": false,
961
+ "rstrip": false,
962
+ "single_word": false,
963
+ "special": false
964
+ },
965
+ "120": {
966
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n",
967
+ "lstrip": false,
968
+ "normalized": false,
969
+ "rstrip": false,
970
+ "single_word": false,
971
+ "special": false
972
+ },
973
+ "121": {
974
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
975
+ "lstrip": false,
976
+ "normalized": false,
977
+ "rstrip": false,
978
+ "single_word": false,
979
+ "special": false
980
+ },
981
+ "122": {
982
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
983
+ "lstrip": false,
984
+ "normalized": false,
985
+ "rstrip": false,
986
+ "single_word": false,
987
+ "special": false
988
+ },
989
+ "123": {
990
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
991
+ "lstrip": false,
992
+ "normalized": false,
993
+ "rstrip": false,
994
+ "single_word": false,
995
+ "special": false
996
+ },
997
+ "124": {
998
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
999
+ "lstrip": false,
1000
+ "normalized": false,
1001
+ "rstrip": false,
1002
+ "single_word": false,
1003
+ "special": false
1004
+ },
1005
+ "125": {
1006
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1007
+ "lstrip": false,
1008
+ "normalized": false,
1009
+ "rstrip": false,
1010
+ "single_word": false,
1011
+ "special": false
1012
+ },
1013
+ "126": {
1014
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1015
+ "lstrip": false,
1016
+ "normalized": false,
1017
+ "rstrip": false,
1018
+ "single_word": false,
1019
+ "special": false
1020
+ },
1021
+ "127": {
1022
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1023
+ "lstrip": false,
1024
+ "normalized": false,
1025
+ "rstrip": false,
1026
+ "single_word": false,
1027
+ "special": false
1028
+ },
1029
+ "128": {
1030
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1031
+ "lstrip": false,
1032
+ "normalized": false,
1033
+ "rstrip": false,
1034
+ "single_word": false,
1035
+ "special": false
1036
+ },
1037
+ "129": {
1038
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1039
+ "lstrip": false,
1040
+ "normalized": false,
1041
+ "rstrip": false,
1042
+ "single_word": false,
1043
+ "special": false
1044
+ },
1045
+ "130": {
1046
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1047
+ "lstrip": false,
1048
+ "normalized": false,
1049
+ "rstrip": false,
1050
+ "single_word": false,
1051
+ "special": false
1052
+ },
1053
+ "131": {
1054
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1055
+ "lstrip": false,
1056
+ "normalized": false,
1057
+ "rstrip": false,
1058
+ "single_word": false,
1059
+ "special": false
1060
+ },
1061
+ "132": {
1062
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1063
+ "lstrip": false,
1064
+ "normalized": false,
1065
+ "rstrip": false,
1066
+ "single_word": false,
1067
+ "special": false
1068
+ },
1069
+ "133": {
1070
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1071
+ "lstrip": false,
1072
+ "normalized": false,
1073
+ "rstrip": false,
1074
+ "single_word": false,
1075
+ "special": false
1076
+ },
1077
+ "134": {
1078
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1079
+ "lstrip": false,
1080
+ "normalized": false,
1081
+ "rstrip": false,
1082
+ "single_word": false,
1083
+ "special": false
1084
+ },
1085
+ "135": {
1086
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1087
+ "lstrip": false,
1088
+ "normalized": false,
1089
+ "rstrip": false,
1090
+ "single_word": false,
1091
+ "special": false
1092
+ },
1093
+ "136": {
1094
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1095
+ "lstrip": false,
1096
+ "normalized": false,
1097
+ "rstrip": false,
1098
+ "single_word": false,
1099
+ "special": false
1100
+ },
1101
+ "137": {
1102
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1103
+ "lstrip": false,
1104
+ "normalized": false,
1105
+ "rstrip": false,
1106
+ "single_word": false,
1107
+ "special": false
1108
+ },
1109
+ "138": {
1110
+ "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
1111
+ "lstrip": false,
1112
+ "normalized": false,
1113
+ "rstrip": false,
1114
+ "single_word": false,
1115
+ "special": false
1116
+ },
1117
+ "139": {
1118
+ "content": "▁▁",
1119
+ "lstrip": false,
1120
+ "normalized": false,
1121
+ "rstrip": false,
1122
+ "single_word": false,
1123
+ "special": false
1124
+ },
1125
+ "140": {
1126
+ "content": "▁▁▁",
1127
+ "lstrip": false,
1128
+ "normalized": false,
1129
+ "rstrip": false,
1130
+ "single_word": false,
1131
+ "special": false
1132
+ },
1133
+ "141": {
1134
+ "content": "▁▁▁▁",
1135
+ "lstrip": false,
1136
+ "normalized": false,
1137
+ "rstrip": false,
1138
+ "single_word": false,
1139
+ "special": false
1140
+ },
1141
+ "142": {
1142
+ "content": "▁▁▁▁▁",
1143
+ "lstrip": false,
1144
+ "normalized": false,
1145
+ "rstrip": false,
1146
+ "single_word": false,
1147
+ "special": false
1148
+ },
1149
+ "143": {
1150
+ "content": "▁▁▁▁▁▁",
1151
+ "lstrip": false,
1152
+ "normalized": false,
1153
+ "rstrip": false,
1154
+ "single_word": false,
1155
+ "special": false
1156
+ },
1157
+ "144": {
1158
+ "content": "▁▁▁▁▁▁▁",
1159
+ "lstrip": false,
1160
+ "normalized": false,
1161
+ "rstrip": false,
1162
+ "single_word": false,
1163
+ "special": false
1164
+ },
1165
+ "145": {
1166
+ "content": "▁▁▁▁▁▁▁▁",
1167
+ "lstrip": false,
1168
+ "normalized": false,
1169
+ "rstrip": false,
1170
+ "single_word": false,
1171
+ "special": false
1172
+ },
1173
+ "146": {
1174
+ "content": "▁▁▁▁▁▁▁▁▁",
1175
+ "lstrip": false,
1176
+ "normalized": false,
1177
+ "rstrip": false,
1178
+ "single_word": false,
1179
+ "special": false
1180
+ },
1181
+ "147": {
1182
+ "content": "▁▁▁▁▁▁▁▁▁▁",
1183
+ "lstrip": false,
1184
+ "normalized": false,
1185
+ "rstrip": false,
1186
+ "single_word": false,
1187
+ "special": false
1188
+ },
1189
+ "148": {
1190
+ "content": "▁▁▁▁▁▁▁▁▁▁▁",
1191
+ "lstrip": false,
1192
+ "normalized": false,
1193
+ "rstrip": false,
1194
+ "single_word": false,
1195
+ "special": false
1196
+ },
1197
+ "149": {
1198
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁",
1199
+ "lstrip": false,
1200
+ "normalized": false,
1201
+ "rstrip": false,
1202
+ "single_word": false,
1203
+ "special": false
1204
+ },
1205
+ "150": {
1206
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁",
1207
+ "lstrip": false,
1208
+ "normalized": false,
1209
+ "rstrip": false,
1210
+ "single_word": false,
1211
+ "special": false
1212
+ },
1213
+ "151": {
1214
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1215
+ "lstrip": false,
1216
+ "normalized": false,
1217
+ "rstrip": false,
1218
+ "single_word": false,
1219
+ "special": false
1220
+ },
1221
+ "152": {
1222
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1223
+ "lstrip": false,
1224
+ "normalized": false,
1225
+ "rstrip": false,
1226
+ "single_word": false,
1227
+ "special": false
1228
+ },
1229
+ "153": {
1230
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1231
+ "lstrip": false,
1232
+ "normalized": false,
1233
+ "rstrip": false,
1234
+ "single_word": false,
1235
+ "special": false
1236
+ },
1237
+ "154": {
1238
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1239
+ "lstrip": false,
1240
+ "normalized": false,
1241
+ "rstrip": false,
1242
+ "single_word": false,
1243
+ "special": false
1244
+ },
1245
+ "155": {
1246
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1247
+ "lstrip": false,
1248
+ "normalized": false,
1249
+ "rstrip": false,
1250
+ "single_word": false,
1251
+ "special": false
1252
+ },
1253
+ "156": {
1254
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1255
+ "lstrip": false,
1256
+ "normalized": false,
1257
+ "rstrip": false,
1258
+ "single_word": false,
1259
+ "special": false
1260
+ },
1261
+ "157": {
1262
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1263
+ "lstrip": false,
1264
+ "normalized": false,
1265
+ "rstrip": false,
1266
+ "single_word": false,
1267
+ "special": false
1268
+ },
1269
+ "158": {
1270
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1271
+ "lstrip": false,
1272
+ "normalized": false,
1273
+ "rstrip": false,
1274
+ "single_word": false,
1275
+ "special": false
1276
+ },
1277
+ "159": {
1278
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1279
+ "lstrip": false,
1280
+ "normalized": false,
1281
+ "rstrip": false,
1282
+ "single_word": false,
1283
+ "special": false
1284
+ },
1285
+ "160": {
1286
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1287
+ "lstrip": false,
1288
+ "normalized": false,
1289
+ "rstrip": false,
1290
+ "single_word": false,
1291
+ "special": false
1292
+ },
1293
+ "161": {
1294
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1295
+ "lstrip": false,
1296
+ "normalized": false,
1297
+ "rstrip": false,
1298
+ "single_word": false,
1299
+ "special": false
1300
+ },
1301
+ "162": {
1302
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1303
+ "lstrip": false,
1304
+ "normalized": false,
1305
+ "rstrip": false,
1306
+ "single_word": false,
1307
+ "special": false
1308
+ },
1309
+ "163": {
1310
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1311
+ "lstrip": false,
1312
+ "normalized": false,
1313
+ "rstrip": false,
1314
+ "single_word": false,
1315
+ "special": false
1316
+ },
1317
+ "164": {
1318
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1319
+ "lstrip": false,
1320
+ "normalized": false,
1321
+ "rstrip": false,
1322
+ "single_word": false,
1323
+ "special": false
1324
+ },
1325
+ "165": {
1326
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1327
+ "lstrip": false,
1328
+ "normalized": false,
1329
+ "rstrip": false,
1330
+ "single_word": false,
1331
+ "special": false
1332
+ },
1333
+ "166": {
1334
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1335
+ "lstrip": false,
1336
+ "normalized": false,
1337
+ "rstrip": false,
1338
+ "single_word": false,
1339
+ "special": false
1340
+ },
1341
+ "167": {
1342
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1343
+ "lstrip": false,
1344
+ "normalized": false,
1345
+ "rstrip": false,
1346
+ "single_word": false,
1347
+ "special": false
1348
+ },
1349
+ "168": {
1350
+ "content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
1351
+ "lstrip": false,
1352
+ "normalized": false,
1353
+ "rstrip": false,
1354
+ "single_word": false,
1355
+ "special": false
1356
+ },
1357
+ "169": {
1358
+ "content": "<table>",
1359
+ "lstrip": false,
1360
+ "normalized": false,
1361
+ "rstrip": false,
1362
+ "single_word": false,
1363
+ "special": false
1364
+ },
1365
+ "170": {
1366
+ "content": "<caption>",
1367
+ "lstrip": false,
1368
+ "normalized": false,
1369
+ "rstrip": false,
1370
+ "single_word": false,
1371
+ "special": false
1372
+ },
1373
+ "171": {
1374
+ "content": "<thead>",
1375
+ "lstrip": false,
1376
+ "normalized": false,
1377
+ "rstrip": false,
1378
+ "single_word": false,
1379
+ "special": false
1380
+ },
1381
+ "172": {
1382
+ "content": "<tbody>",
1383
+ "lstrip": false,
1384
+ "normalized": false,
1385
+ "rstrip": false,
1386
+ "single_word": false,
1387
+ "special": false
1388
+ },
1389
+ "173": {
1390
+ "content": "<tfoot>",
1391
+ "lstrip": false,
1392
+ "normalized": false,
1393
+ "rstrip": false,
1394
+ "single_word": false,
1395
+ "special": false
1396
+ },
1397
+ "174": {
1398
+ "content": "<tr>",
1399
+ "lstrip": false,
1400
+ "normalized": false,
1401
+ "rstrip": false,
1402
+ "single_word": false,
1403
+ "special": false
1404
+ },
1405
+ "175": {
1406
+ "content": "<th>",
1407
+ "lstrip": false,
1408
+ "normalized": false,
1409
+ "rstrip": false,
1410
+ "single_word": false,
1411
+ "special": false
1412
+ },
1413
+ "176": {
1414
+ "content": "<td>",
1415
+ "lstrip": false,
1416
+ "normalized": false,
1417
+ "rstrip": false,
1418
+ "single_word": false,
1419
+ "special": false
1420
+ },
1421
+ "177": {
1422
+ "content": "</table>",
1423
+ "lstrip": false,
1424
+ "normalized": false,
1425
+ "rstrip": false,
1426
+ "single_word": false,
1427
+ "special": false
1428
+ },
1429
+ "178": {
1430
+ "content": "</caption>",
1431
+ "lstrip": false,
1432
+ "normalized": false,
1433
+ "rstrip": false,
1434
+ "single_word": false,
1435
+ "special": false
1436
+ },
1437
+ "179": {
1438
+ "content": "</thead>",
1439
+ "lstrip": false,
1440
+ "normalized": false,
1441
+ "rstrip": false,
1442
+ "single_word": false,
1443
+ "special": false
1444
+ },
1445
+ "180": {
1446
+ "content": "</tbody>",
1447
+ "lstrip": false,
1448
+ "normalized": false,
1449
+ "rstrip": false,
1450
+ "single_word": false,
1451
+ "special": false
1452
+ },
1453
+ "181": {
1454
+ "content": "</tfoot>",
1455
+ "lstrip": false,
1456
+ "normalized": false,
1457
+ "rstrip": false,
1458
+ "single_word": false,
1459
+ "special": false
1460
+ },
1461
+ "182": {
1462
+ "content": "</tr>",
1463
+ "lstrip": false,
1464
+ "normalized": false,
1465
+ "rstrip": false,
1466
+ "single_word": false,
1467
+ "special": false
1468
+ },
1469
+ "183": {
1470
+ "content": "</th>",
1471
+ "lstrip": false,
1472
+ "normalized": false,
1473
+ "rstrip": false,
1474
+ "single_word": false,
1475
+ "special": false
1476
+ },
1477
+ "184": {
1478
+ "content": "</td>",
1479
+ "lstrip": false,
1480
+ "normalized": false,
1481
+ "rstrip": false,
1482
+ "single_word": false,
1483
+ "special": false
1484
+ },
1485
+ "185": {
1486
+ "content": "<h1>",
1487
+ "lstrip": false,
1488
+ "normalized": false,
1489
+ "rstrip": false,
1490
+ "single_word": false,
1491
+ "special": false
1492
+ },
1493
+ "186": {
1494
+ "content": "<h2>",
1495
+ "lstrip": false,
1496
+ "normalized": false,
1497
+ "rstrip": false,
1498
+ "single_word": false,
1499
+ "special": false
1500
+ },
1501
+ "187": {
1502
+ "content": "<h3>",
1503
+ "lstrip": false,
1504
+ "normalized": false,
1505
+ "rstrip": false,
1506
+ "single_word": false,
1507
+ "special": false
1508
+ },
1509
+ "188": {
1510
+ "content": "<h4>",
1511
+ "lstrip": false,
1512
+ "normalized": false,
1513
+ "rstrip": false,
1514
+ "single_word": false,
1515
+ "special": false
1516
+ },
1517
+ "189": {
1518
+ "content": "<h5>",
1519
+ "lstrip": false,
1520
+ "normalized": false,
1521
+ "rstrip": false,
1522
+ "single_word": false,
1523
+ "special": false
1524
+ },
1525
+ "190": {
1526
+ "content": "<h6>",
1527
+ "lstrip": false,
1528
+ "normalized": false,
1529
+ "rstrip": false,
1530
+ "single_word": false,
1531
+ "special": false
1532
+ },
1533
+ "191": {
1534
+ "content": "<blockquote>",
1535
+ "lstrip": false,
1536
+ "normalized": false,
1537
+ "rstrip": false,
1538
+ "single_word": false,
1539
+ "special": false
1540
+ },
1541
+ "192": {
1542
+ "content": "</h1>",
1543
+ "lstrip": false,
1544
+ "normalized": false,
1545
+ "rstrip": false,
1546
+ "single_word": false,
1547
+ "special": false
1548
+ },
1549
+ "193": {
1550
+ "content": "</h2>",
1551
+ "lstrip": false,
1552
+ "normalized": false,
1553
+ "rstrip": false,
1554
+ "single_word": false,
1555
+ "special": false
1556
+ },
1557
+ "194": {
1558
+ "content": "</h3>",
1559
+ "lstrip": false,
1560
+ "normalized": false,
1561
+ "rstrip": false,
1562
+ "single_word": false,
1563
+ "special": false
1564
+ },
1565
+ "195": {
1566
+ "content": "</h4>",
1567
+ "lstrip": false,
1568
+ "normalized": false,
1569
+ "rstrip": false,
1570
+ "single_word": false,
1571
+ "special": false
1572
+ },
1573
+ "196": {
1574
+ "content": "</h5>",
1575
+ "lstrip": false,
1576
+ "normalized": false,
1577
+ "rstrip": false,
1578
+ "single_word": false,
1579
+ "special": false
1580
+ },
1581
+ "197": {
1582
+ "content": "</h6>",
1583
+ "lstrip": false,
1584
+ "normalized": false,
1585
+ "rstrip": false,
1586
+ "single_word": false,
1587
+ "special": false
1588
+ },
1589
+ "198": {
1590
+ "content": "</blockquote>",
1591
+ "lstrip": false,
1592
+ "normalized": false,
1593
+ "rstrip": false,
1594
+ "single_word": false,
1595
+ "special": false
1596
+ },
1597
+ "199": {
1598
+ "content": "<strong>",
1599
+ "lstrip": false,
1600
+ "normalized": false,
1601
+ "rstrip": false,
1602
+ "single_word": false,
1603
+ "special": false
1604
+ },
1605
+ "200": {
1606
+ "content": "<em>",
1607
+ "lstrip": false,
1608
+ "normalized": false,
1609
+ "rstrip": false,
1610
+ "single_word": false,
1611
+ "special": false
1612
+ },
1613
+ "201": {
1614
+ "content": "<b>",
1615
+ "lstrip": false,
1616
+ "normalized": false,
1617
+ "rstrip": false,
1618
+ "single_word": false,
1619
+ "special": false
1620
+ },
1621
+ "202": {
1622
+ "content": "<i>",
1623
+ "lstrip": false,
1624
+ "normalized": false,
1625
+ "rstrip": false,
1626
+ "single_word": false,
1627
+ "special": false
1628
+ },
1629
+ "203": {
1630
+ "content": "<u>",
1631
+ "lstrip": false,
1632
+ "normalized": false,
1633
+ "rstrip": false,
1634
+ "single_word": false,
1635
+ "special": false
1636
+ },
1637
+ "204": {
1638
+ "content": "<s>",
1639
+ "lstrip": false,
1640
+ "normalized": false,
1641
+ "rstrip": false,
1642
+ "single_word": false,
1643
+ "special": false
1644
+ },
1645
+ "205": {
1646
+ "content": "<sub>",
1647
+ "lstrip": false,
1648
+ "normalized": false,
1649
+ "rstrip": false,
1650
+ "single_word": false,
1651
+ "special": false
1652
+ },
1653
+ "206": {
1654
+ "content": "<sup>",
1655
+ "lstrip": false,
1656
+ "normalized": false,
1657
+ "rstrip": false,
1658
+ "single_word": false,
1659
+ "special": false
1660
+ },
1661
+ "207": {
1662
+ "content": "<code>",
1663
+ "lstrip": false,
1664
+ "normalized": false,
1665
+ "rstrip": false,
1666
+ "single_word": false,
1667
+ "special": false
1668
+ },
1669
+ "208": {
1670
+ "content": "</strong>",
1671
+ "lstrip": false,
1672
+ "normalized": false,
1673
+ "rstrip": false,
1674
+ "single_word": false,
1675
+ "special": false
1676
+ },
1677
+ "209": {
1678
+ "content": "</em>",
1679
+ "lstrip": false,
1680
+ "normalized": false,
1681
+ "rstrip": false,
1682
+ "single_word": false,
1683
+ "special": false
1684
+ },
1685
+ "210": {
1686
+ "content": "</b>",
1687
+ "lstrip": false,
1688
+ "normalized": false,
1689
+ "rstrip": false,
1690
+ "single_word": false,
1691
+ "special": false
1692
+ },
1693
+ "211": {
1694
+ "content": "</i>",
1695
+ "lstrip": false,
1696
+ "normalized": false,
1697
+ "rstrip": false,
1698
+ "single_word": false,
1699
+ "special": false
1700
+ },
1701
+ "212": {
1702
+ "content": "</u>",
1703
+ "lstrip": false,
1704
+ "normalized": false,
1705
+ "rstrip": false,
1706
+ "single_word": false,
1707
+ "special": false
1708
+ },
1709
+ "213": {
1710
+ "content": "</s>",
1711
+ "lstrip": false,
1712
+ "normalized": false,
1713
+ "rstrip": false,
1714
+ "single_word": false,
1715
+ "special": false
1716
+ },
1717
+ "214": {
1718
+ "content": "</sub>",
1719
+ "lstrip": false,
1720
+ "normalized": false,
1721
+ "rstrip": false,
1722
+ "single_word": false,
1723
+ "special": false
1724
+ },
1725
+ "215": {
1726
+ "content": "</sup>",
1727
+ "lstrip": false,
1728
+ "normalized": false,
1729
+ "rstrip": false,
1730
+ "single_word": false,
1731
+ "special": false
1732
+ },
1733
+ "216": {
1734
+ "content": "</code>",
1735
+ "lstrip": false,
1736
+ "normalized": false,
1737
+ "rstrip": false,
1738
+ "single_word": false,
1739
+ "special": false
1740
+ }
1741
+ },
1742
+ "additional_special_tokens": [
1743
+ "<start_of_turn>",
1744
+ "<end_of_turn>"
1745
+ ],
1746
+ "bos_token": "<bos>",
1747
+ "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
1748
+ "clean_up_tokenization_spaces": false,
1749
+ "eos_token": "<eos>",
1750
+ "model_max_length": 1000000000000000019884624838656,
1751
+ "pad_token": "<pad>",
1752
+ "sp_model_kwargs": {},
1753
+ "spaces_between_special_tokens": false,
1754
+ "tokenizer_class": "GemmaTokenizer",
1755
+ "unk_token": "<unk>",
1756
+ "use_default_system_prompt": false
1757
+ }