Duplicate from huihui-ai/Huihui-Qwen3.5-2B-abliterated
Browse filesCo-authored-by: huihui.ai <huihui-ai@users.noreply.huggingface.co>
- .gitattributes +36 -0
- LICENSE +202 -0
- README.md +51 -0
- chat_template.jinja +154 -0
- config.json +96 -0
- merges.txt +0 -0
- model.safetensors-00001-of-00001.safetensors +3 -0
- model.safetensors.index.json +639 -0
- preprocessor_config.json +21 -0
- tokenizer.json +3 -0
- tokenizer_config.json +305 -0
- video_preprocessor_config.json +21 -0
- vocab.json +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Apache License
|
| 3 |
+
Version 2.0, January 2004
|
| 4 |
+
http://www.apache.org/licenses/
|
| 5 |
+
|
| 6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 7 |
+
|
| 8 |
+
1. Definitions.
|
| 9 |
+
|
| 10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 12 |
+
|
| 13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 14 |
+
the copyright owner that is granting the License.
|
| 15 |
+
|
| 16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 17 |
+
other entities that control, are controlled by, or are under common
|
| 18 |
+
control with that entity. For the purposes of this definition,
|
| 19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 20 |
+
direction or management of such entity, whether by contract or
|
| 21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 23 |
+
|
| 24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 25 |
+
exercising permissions granted by this License.
|
| 26 |
+
|
| 27 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 28 |
+
including but not limited to software source code, documentation
|
| 29 |
+
source, and configuration files.
|
| 30 |
+
|
| 31 |
+
"Object" form shall mean any form resulting from mechanical
|
| 32 |
+
transformation or translation of a Source form, including but
|
| 33 |
+
not limited to compiled object code, generated documentation,
|
| 34 |
+
and conversions to other media types.
|
| 35 |
+
|
| 36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 37 |
+
Object form, made available under the License, as indicated by a
|
| 38 |
+
copyright notice that is included in or attached to the work
|
| 39 |
+
(an example is provided in the Appendix below).
|
| 40 |
+
|
| 41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 42 |
+
form, that is based on (or derived from) the Work and for which the
|
| 43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 45 |
+
of this License, Derivative Works shall not include works that remain
|
| 46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 47 |
+
the Work and Derivative Works thereof.
|
| 48 |
+
|
| 49 |
+
"Contribution" shall mean any work of authorship, including
|
| 50 |
+
the original version of the Work and any modifications or additions
|
| 51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 55 |
+
means any form of electronic, verbal, or written communication sent
|
| 56 |
+
to the Licensor or its representatives, including but not limited to
|
| 57 |
+
communication on electronic mailing lists, source code control systems,
|
| 58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 60 |
+
excluding communication that is conspicuously marked or otherwise
|
| 61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 62 |
+
|
| 63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 65 |
+
subsequently incorporated within the Work.
|
| 66 |
+
|
| 67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 72 |
+
Work and such Derivative Works in Source or Object form.
|
| 73 |
+
|
| 74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 77 |
+
(except as stated in this section) patent license to make, have made,
|
| 78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 79 |
+
where such license applies only to those patent claims licensable
|
| 80 |
+
by such Contributor that are necessarily infringed by their
|
| 81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 83 |
+
institute patent litigation against any entity (including a
|
| 84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 85 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 86 |
+
or contributory patent infringement, then any patent licenses
|
| 87 |
+
granted to You under this License for that Work shall terminate
|
| 88 |
+
as of the date such litigation is filed.
|
| 89 |
+
|
| 90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 91 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 92 |
+
modifications, and in Source or Object form, provided that You
|
| 93 |
+
meet the following conditions:
|
| 94 |
+
|
| 95 |
+
(a) You must give any other recipients of the Work or
|
| 96 |
+
Derivative Works a copy of this License; and
|
| 97 |
+
|
| 98 |
+
(b) You must cause any modified files to carry prominent notices
|
| 99 |
+
stating that You changed the files; and
|
| 100 |
+
|
| 101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 102 |
+
that You distribute, all copyright, patent, trademark, and
|
| 103 |
+
attribution notices from the Source form of the Work,
|
| 104 |
+
excluding those notices that do not pertain to any part of
|
| 105 |
+
the Derivative Works; and
|
| 106 |
+
|
| 107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 108 |
+
distribution, then any Derivative Works that You distribute must
|
| 109 |
+
include a readable copy of the attribution notices contained
|
| 110 |
+
within such NOTICE file, excluding those notices that do not
|
| 111 |
+
pertain to any part of the Derivative Works, in at least one
|
| 112 |
+
of the following places: within a NOTICE text file distributed
|
| 113 |
+
as part of the Derivative Works; within the Source form or
|
| 114 |
+
documentation, if provided along with the Derivative Works; or,
|
| 115 |
+
within a display generated by the Derivative Works, if and
|
| 116 |
+
wherever such third-party notices normally appear. The contents
|
| 117 |
+
of the NOTICE file are for informational purposes only and
|
| 118 |
+
do not modify the License. You may add Your own attribution
|
| 119 |
+
notices within Derivative Works that You distribute, alongside
|
| 120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 121 |
+
that such additional attribution notices cannot be construed
|
| 122 |
+
as modifying the License.
|
| 123 |
+
|
| 124 |
+
You may add Your own copyright statement to Your modifications and
|
| 125 |
+
may provide additional or different license terms and conditions
|
| 126 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 127 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 128 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 129 |
+
the conditions stated in this License.
|
| 130 |
+
|
| 131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 133 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 134 |
+
this License, without any additional terms or conditions.
|
| 135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 136 |
+
the terms of any separate license agreement you may have executed
|
| 137 |
+
with Licensor regarding such Contributions.
|
| 138 |
+
|
| 139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 141 |
+
except as required for reasonable and customary use in describing the
|
| 142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 143 |
+
|
| 144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 145 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 148 |
+
implied, including, without limitation, any warranties or conditions
|
| 149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 151 |
+
appropriateness of using or redistributing the Work and assume any
|
| 152 |
+
risks associated with Your exercise of permissions under this License.
|
| 153 |
+
|
| 154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 155 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 156 |
+
unless required by applicable law (such as deliberate and grossly
|
| 157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 158 |
+
liable to You for damages, including any direct, indirect, special,
|
| 159 |
+
incidental, or consequential damages of any character arising as a
|
| 160 |
+
result of this License or out of the use or inability to use the
|
| 161 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 162 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 163 |
+
other commercial damages or losses), even if such Contributor
|
| 164 |
+
has been advised of the possibility of such damages.
|
| 165 |
+
|
| 166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 169 |
+
or other liability obligations and/or rights consistent with this
|
| 170 |
+
License. However, in accepting such obligations, You may act only
|
| 171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 172 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 173 |
+
defend, and hold each Contributor harmless for any liability
|
| 174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 175 |
+
of your accepting any such warranty or additional liability.
|
| 176 |
+
|
| 177 |
+
END OF TERMS AND CONDITIONS
|
| 178 |
+
|
| 179 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 180 |
+
|
| 181 |
+
To apply the Apache License to your work, attach the following
|
| 182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 183 |
+
replaced with your own identifying information. (Don't include
|
| 184 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 185 |
+
comment syntax for the file format. We also recommend that a
|
| 186 |
+
file or class name and description of purpose be included on the
|
| 187 |
+
same "printed page" as the copyright notice for easier
|
| 188 |
+
identification within third-party archives.
|
| 189 |
+
|
| 190 |
+
Copyright 2026 Alibaba Cloud
|
| 191 |
+
|
| 192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 193 |
+
you may not use this file except in compliance with the License.
|
| 194 |
+
You may obtain a copy of the License at
|
| 195 |
+
|
| 196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 197 |
+
|
| 198 |
+
Unless required by applicable law or agreed to in writing, software
|
| 199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 201 |
+
See the License for the specific language governing permissions and
|
| 202 |
+
limitations under the License.
|
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
license_link: https://huggingface.co/Qwen/Qwen3.5-2B/blob/main/LICENSE
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen3.5-2B
|
| 8 |
+
tags:
|
| 9 |
+
- abliterated
|
| 10 |
+
- uncensored
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# huihui-ai/Huihui-Qwen3.5-2B-abliterated
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
This is an uncensored version of [Qwen/Qwen3.5-2B](https://huggingface.co/Qwen/Qwen3.5-2B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 17 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 18 |
+
|
| 19 |
+
## ollama
|
| 20 |
+
|
| 21 |
+
Please use the latest version of [ollama v0.17.5](https://github.com/ollama/ollama/releases/tag/v0.17.5)
|
| 22 |
+
|
| 23 |
+
You can use [huihui_ai/qwen3.5-abliterated:2b](https://ollama.com/huihui_ai/qwen3.5-abliterated:2b) directly,
|
| 24 |
+
```
|
| 25 |
+
ollama run huihui_ai/qwen3.5-abliterated:2b
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
### Usage Warnings
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
- **Risk of Sensitive or Controversial Outputs**: This model’s safety filtering has been significantly reduced, potentially generating sensitive, controversial, or inappropriate content. Users should exercise caution and rigorously review generated outputs.
|
| 32 |
+
|
| 33 |
+
- **Not Suitable for All Audiences**: Due to limited content filtering, the model’s outputs may be inappropriate for public settings, underage users, or applications requiring high security.
|
| 34 |
+
|
| 35 |
+
- **Legal and Ethical Responsibilities**: Users must ensure their usage complies with local laws and ethical standards. Generated content may carry legal or ethical risks, and users are solely responsible for any consequences.
|
| 36 |
+
|
| 37 |
+
- **Research and Experimental Use**: It is recommended to use this model for research, testing, or controlled environments, avoiding direct use in production or public-facing commercial applications.
|
| 38 |
+
|
| 39 |
+
- **Monitoring and Review Recommendations**: Users are strongly advised to monitor model outputs in real-time and conduct manual reviews when necessary to prevent the dissemination of inappropriate content.
|
| 40 |
+
|
| 41 |
+
- **No Default Safety Guarantees**: Unlike standard models, this model has not undergone rigorous safety optimization. huihui.ai bears no responsibility for any consequences arising from its use.
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
### Donation
|
| 45 |
+
##### Your donation helps us continue our further development and improvement, a cup of coffee can do it.
|
| 46 |
+
- bitcoin:
|
| 47 |
+
```
|
| 48 |
+
bc1qqnkhuchxw0zqjh2ku3lu4hq45hc6gy84uk70ge
|
| 49 |
+
```
|
| 50 |
+
- Support our work on [Ko-fi](https://ko-fi.com/huihuiai)!
|
| 51 |
+
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 150 |
+
{{- '<think>\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3_5ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"image_token_id": 248056,
|
| 6 |
+
"model_type": "qwen3_5",
|
| 7 |
+
"text_config": {
|
| 8 |
+
"attention_bias": false,
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"attn_output_gate": true,
|
| 11 |
+
"dtype": "bfloat16",
|
| 12 |
+
"eos_token_id": 248044,
|
| 13 |
+
"full_attention_interval": 4,
|
| 14 |
+
"head_dim": 256,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 2048,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 6144,
|
| 19 |
+
"layer_types": [
|
| 20 |
+
"linear_attention",
|
| 21 |
+
"linear_attention",
|
| 22 |
+
"linear_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"linear_attention",
|
| 25 |
+
"linear_attention",
|
| 26 |
+
"linear_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"linear_attention",
|
| 29 |
+
"linear_attention",
|
| 30 |
+
"linear_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"linear_attention",
|
| 33 |
+
"linear_attention",
|
| 34 |
+
"linear_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"linear_attention",
|
| 37 |
+
"linear_attention",
|
| 38 |
+
"linear_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"linear_attention",
|
| 41 |
+
"linear_attention",
|
| 42 |
+
"linear_attention",
|
| 43 |
+
"full_attention"
|
| 44 |
+
],
|
| 45 |
+
"linear_conv_kernel_dim": 4,
|
| 46 |
+
"linear_key_head_dim": 128,
|
| 47 |
+
"linear_num_key_heads": 16,
|
| 48 |
+
"linear_num_value_heads": 16,
|
| 49 |
+
"linear_value_head_dim": 128,
|
| 50 |
+
"max_position_embeddings": 262144,
|
| 51 |
+
"mlp_only_layers": [],
|
| 52 |
+
"model_type": "qwen3_5_text",
|
| 53 |
+
"mtp_num_hidden_layers": 1,
|
| 54 |
+
"mtp_use_dedicated_embeddings": false,
|
| 55 |
+
"num_attention_heads": 8,
|
| 56 |
+
"num_hidden_layers": 24,
|
| 57 |
+
"num_key_value_heads": 2,
|
| 58 |
+
"rms_norm_eps": 1e-06,
|
| 59 |
+
"tie_word_embeddings": true,
|
| 60 |
+
"use_cache": true,
|
| 61 |
+
"vocab_size": 248320,
|
| 62 |
+
"mamba_ssm_dtype": "float32",
|
| 63 |
+
"rope_parameters": {
|
| 64 |
+
"mrope_interleaved": true,
|
| 65 |
+
"mrope_section": [
|
| 66 |
+
11,
|
| 67 |
+
11,
|
| 68 |
+
10
|
| 69 |
+
],
|
| 70 |
+
"rope_type": "default",
|
| 71 |
+
"rope_theta": 10000000,
|
| 72 |
+
"partial_rotary_factor": 0.25
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"tie_word_embeddings": true,
|
| 76 |
+
"transformers_version": "4.57.0.dev0",
|
| 77 |
+
"video_token_id": 248057,
|
| 78 |
+
"vision_config": {
|
| 79 |
+
"deepstack_visual_indexes": [],
|
| 80 |
+
"depth": 24,
|
| 81 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 82 |
+
"hidden_size": 1024,
|
| 83 |
+
"in_channels": 3,
|
| 84 |
+
"initializer_range": 0.02,
|
| 85 |
+
"intermediate_size": 4096,
|
| 86 |
+
"model_type": "qwen3_5",
|
| 87 |
+
"num_heads": 16,
|
| 88 |
+
"num_position_embeddings": 2304,
|
| 89 |
+
"out_hidden_size": 2048,
|
| 90 |
+
"patch_size": 16,
|
| 91 |
+
"spatial_merge_size": 2,
|
| 92 |
+
"temporal_patch_size": 2
|
| 93 |
+
},
|
| 94 |
+
"vision_end_token_id": 248054,
|
| 95 |
+
"vision_start_token_id": 248053
|
| 96 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors-00001-of-00001.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:568f9529262f887dfab700a2b7de1f9607bbf3d88a797748351ed6480fe3d24c
|
| 3 |
+
size 4548221488
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,639 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 4548144832
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"model.language_model.embed_tokens.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 7 |
+
"model.visual.merger.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 8 |
+
"model.language_model.layers.22.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 9 |
+
"model.language_model.layers.22.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 10 |
+
"model.language_model.layers.22.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 11 |
+
"model.language_model.layers.23.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 12 |
+
"model.language_model.layers.23.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 13 |
+
"model.language_model.layers.23.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 14 |
+
"model.language_model.layers.3.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 15 |
+
"model.language_model.layers.3.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 16 |
+
"model.language_model.layers.3.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 17 |
+
"model.language_model.layers.6.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 18 |
+
"model.language_model.layers.6.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 19 |
+
"model.language_model.layers.6.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 20 |
+
"model.language_model.layers.7.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 21 |
+
"model.language_model.layers.7.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 22 |
+
"model.language_model.layers.7.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 23 |
+
"model.language_model.layers.9.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 24 |
+
"model.language_model.layers.9.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 25 |
+
"model.language_model.layers.9.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 26 |
+
"mtp.layers.0.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 27 |
+
"mtp.layers.0.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 28 |
+
"mtp.layers.0.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 29 |
+
"model.language_model.layers.10.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 30 |
+
"model.language_model.layers.11.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 31 |
+
"model.language_model.layers.11.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 32 |
+
"model.language_model.layers.11.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 33 |
+
"model.language_model.layers.12.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 34 |
+
"model.language_model.layers.4.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 35 |
+
"model.language_model.layers.4.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 36 |
+
"model.language_model.layers.4.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 37 |
+
"model.language_model.layers.4.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 38 |
+
"model.language_model.layers.14.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 39 |
+
"model.language_model.layers.14.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 40 |
+
"model.language_model.layers.14.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 41 |
+
"model.language_model.layers.14.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 42 |
+
"model.language_model.layers.15.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 43 |
+
"model.language_model.layers.15.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 44 |
+
"model.language_model.layers.15.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 45 |
+
"model.language_model.layers.2.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 46 |
+
"model.language_model.layers.2.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 47 |
+
"model.language_model.layers.2.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 48 |
+
"model.language_model.layers.20.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 49 |
+
"model.language_model.layers.20.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 50 |
+
"model.language_model.layers.20.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 51 |
+
"model.language_model.layers.20.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 52 |
+
"model.language_model.layers.17.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 53 |
+
"model.language_model.layers.17.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 54 |
+
"model.language_model.layers.17.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 55 |
+
"model.language_model.layers.18.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 56 |
+
"model.language_model.layers.18.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 57 |
+
"model.language_model.layers.18.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 58 |
+
"model.language_model.layers.18.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 59 |
+
"model.language_model.layers.12.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 60 |
+
"model.language_model.layers.12.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 61 |
+
"model.language_model.layers.12.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 62 |
+
"model.language_model.layers.13.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 63 |
+
"model.language_model.layers.13.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 64 |
+
"model.language_model.layers.13.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 65 |
+
"model.language_model.layers.13.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 66 |
+
"model.language_model.layers.19.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 67 |
+
"model.language_model.layers.19.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 68 |
+
"model.language_model.layers.19.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 69 |
+
"model.language_model.layers.2.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 70 |
+
"model.language_model.layers.1.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 71 |
+
"model.language_model.layers.1.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 72 |
+
"model.language_model.layers.1.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 73 |
+
"model.language_model.layers.1.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 74 |
+
"model.language_model.layers.10.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 75 |
+
"model.language_model.layers.10.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 76 |
+
"model.language_model.layers.10.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 77 |
+
"model.language_model.layers.16.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 78 |
+
"model.language_model.layers.16.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 79 |
+
"model.language_model.layers.16.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 80 |
+
"model.language_model.layers.16.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 81 |
+
"model.language_model.layers.17.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 82 |
+
"model.language_model.layers.5.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 83 |
+
"model.language_model.layers.5.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 84 |
+
"model.language_model.layers.5.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 85 |
+
"model.language_model.layers.5.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 86 |
+
"model.language_model.layers.6.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 87 |
+
"model.language_model.layers.21.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 88 |
+
"model.language_model.layers.21.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 89 |
+
"model.language_model.layers.21.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 90 |
+
"model.language_model.layers.21.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 91 |
+
"model.language_model.layers.22.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 92 |
+
"model.language_model.layers.8.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 93 |
+
"model.language_model.layers.8.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 94 |
+
"model.language_model.layers.8.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 95 |
+
"model.language_model.layers.8.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 96 |
+
"model.language_model.layers.9.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 97 |
+
"model.language_model.layers.0.linear_attn.in_proj_qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 98 |
+
"model.language_model.layers.0.mlp.down_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 99 |
+
"model.language_model.layers.0.mlp.gate_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 100 |
+
"model.language_model.layers.0.mlp.up_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 101 |
+
"model.language_model.layers.23.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 102 |
+
"model.language_model.layers.7.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 103 |
+
"mtp.fc.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 104 |
+
"mtp.layers.0.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 105 |
+
"model.language_model.layers.11.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 106 |
+
"model.language_model.layers.3.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 107 |
+
"model.language_model.layers.15.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 108 |
+
"model.language_model.layers.19.self_attn.q_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 109 |
+
"model.visual.merger.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 110 |
+
"model.language_model.layers.23.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 111 |
+
"model.language_model.layers.3.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 112 |
+
"model.language_model.layers.6.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 113 |
+
"model.language_model.layers.7.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 114 |
+
"mtp.layers.0.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 115 |
+
"model.language_model.layers.11.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 116 |
+
"model.language_model.layers.12.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 117 |
+
"model.language_model.layers.12.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 118 |
+
"model.language_model.layers.4.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 119 |
+
"model.language_model.layers.4.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 120 |
+
"model.language_model.layers.14.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 121 |
+
"model.language_model.layers.14.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 122 |
+
"model.language_model.layers.15.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 123 |
+
"model.language_model.layers.20.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 124 |
+
"model.language_model.layers.20.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 125 |
+
"model.language_model.layers.17.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 126 |
+
"model.language_model.layers.18.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 127 |
+
"model.language_model.layers.18.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 128 |
+
"model.language_model.layers.13.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 129 |
+
"model.language_model.layers.13.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 130 |
+
"model.language_model.layers.19.self_attn.o_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 131 |
+
"model.language_model.layers.2.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 132 |
+
"model.language_model.layers.2.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 133 |
+
"model.language_model.layers.1.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 134 |
+
"model.language_model.layers.1.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 135 |
+
"model.language_model.layers.10.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 136 |
+
"model.language_model.layers.10.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 137 |
+
"model.language_model.layers.16.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 138 |
+
"model.language_model.layers.16.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 139 |
+
"model.language_model.layers.17.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 140 |
+
"model.language_model.layers.5.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 141 |
+
"model.language_model.layers.5.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 142 |
+
"model.language_model.layers.6.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 143 |
+
"model.language_model.layers.21.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 144 |
+
"model.language_model.layers.21.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 145 |
+
"model.language_model.layers.22.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 146 |
+
"model.language_model.layers.22.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 147 |
+
"model.language_model.layers.8.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 148 |
+
"model.language_model.layers.8.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 149 |
+
"model.language_model.layers.9.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 150 |
+
"model.language_model.layers.9.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 151 |
+
"model.language_model.layers.0.linear_attn.in_proj_z.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 152 |
+
"model.language_model.layers.0.linear_attn.out_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 153 |
+
"model.visual.blocks.0.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 154 |
+
"model.visual.blocks.0.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 155 |
+
"model.visual.blocks.1.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 156 |
+
"model.visual.blocks.1.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 157 |
+
"model.visual.blocks.10.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 158 |
+
"model.visual.blocks.10.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 159 |
+
"model.visual.blocks.11.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 160 |
+
"model.visual.blocks.11.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 161 |
+
"model.visual.blocks.12.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 162 |
+
"model.visual.blocks.12.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 163 |
+
"model.visual.blocks.13.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 164 |
+
"model.visual.blocks.13.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 165 |
+
"model.visual.blocks.14.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 166 |
+
"model.visual.blocks.14.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 167 |
+
"model.visual.blocks.15.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 168 |
+
"model.visual.blocks.15.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 169 |
+
"model.visual.blocks.16.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 170 |
+
"model.visual.blocks.16.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 171 |
+
"model.visual.blocks.17.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 172 |
+
"model.visual.blocks.17.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 173 |
+
"model.visual.blocks.18.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 174 |
+
"model.visual.blocks.18.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 175 |
+
"model.visual.blocks.19.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 176 |
+
"model.visual.blocks.19.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 177 |
+
"model.visual.blocks.2.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 178 |
+
"model.visual.blocks.2.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 179 |
+
"model.visual.blocks.20.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 180 |
+
"model.visual.blocks.20.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 181 |
+
"model.visual.blocks.21.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 182 |
+
"model.visual.blocks.21.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 183 |
+
"model.visual.blocks.22.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 184 |
+
"model.visual.blocks.22.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 185 |
+
"model.visual.blocks.23.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 186 |
+
"model.visual.blocks.23.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 187 |
+
"model.visual.blocks.3.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 188 |
+
"model.visual.blocks.3.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 189 |
+
"model.visual.blocks.4.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 190 |
+
"model.visual.blocks.4.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 191 |
+
"model.visual.blocks.5.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 192 |
+
"model.visual.blocks.5.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 193 |
+
"model.visual.blocks.6.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 194 |
+
"model.visual.blocks.6.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 195 |
+
"model.visual.blocks.7.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 196 |
+
"model.visual.blocks.7.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 197 |
+
"model.visual.blocks.8.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 198 |
+
"model.visual.blocks.8.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 199 |
+
"model.visual.blocks.9.mlp.linear_fc1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 200 |
+
"model.visual.blocks.9.mlp.linear_fc2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 201 |
+
"model.visual.blocks.0.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 202 |
+
"model.visual.blocks.1.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 203 |
+
"model.visual.blocks.10.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 204 |
+
"model.visual.blocks.11.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 205 |
+
"model.visual.blocks.12.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 206 |
+
"model.visual.blocks.13.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 207 |
+
"model.visual.blocks.14.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 208 |
+
"model.visual.blocks.15.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 209 |
+
"model.visual.blocks.16.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 210 |
+
"model.visual.blocks.17.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 211 |
+
"model.visual.blocks.18.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 212 |
+
"model.visual.blocks.19.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 213 |
+
"model.visual.blocks.2.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 214 |
+
"model.visual.blocks.20.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 215 |
+
"model.visual.blocks.21.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 216 |
+
"model.visual.blocks.22.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 217 |
+
"model.visual.blocks.23.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 218 |
+
"model.visual.blocks.3.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 219 |
+
"model.visual.blocks.4.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 220 |
+
"model.visual.blocks.5.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 221 |
+
"model.visual.blocks.6.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 222 |
+
"model.visual.blocks.7.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 223 |
+
"model.visual.blocks.8.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 224 |
+
"model.visual.blocks.9.attn.qkv.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 225 |
+
"model.visual.pos_embed.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 226 |
+
"model.visual.patch_embed.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 227 |
+
"model.language_model.layers.23.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 228 |
+
"model.language_model.layers.23.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 229 |
+
"model.language_model.layers.7.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 230 |
+
"model.language_model.layers.7.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 231 |
+
"mtp.layers.0.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 232 |
+
"mtp.layers.0.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 233 |
+
"model.language_model.layers.11.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 234 |
+
"model.language_model.layers.11.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 235 |
+
"model.language_model.layers.3.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 236 |
+
"model.language_model.layers.3.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 237 |
+
"model.language_model.layers.15.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 238 |
+
"model.language_model.layers.15.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 239 |
+
"model.language_model.layers.19.self_attn.k_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 240 |
+
"model.language_model.layers.19.self_attn.v_proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 241 |
+
"model.visual.blocks.0.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 242 |
+
"model.visual.blocks.1.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 243 |
+
"model.visual.blocks.10.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 244 |
+
"model.visual.blocks.11.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 245 |
+
"model.visual.blocks.12.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 246 |
+
"model.visual.blocks.13.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 247 |
+
"model.visual.blocks.14.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 248 |
+
"model.visual.blocks.15.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 249 |
+
"model.visual.blocks.16.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 250 |
+
"model.visual.blocks.17.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 251 |
+
"model.visual.blocks.18.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 252 |
+
"model.visual.blocks.19.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 253 |
+
"model.visual.blocks.2.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 254 |
+
"model.visual.blocks.20.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 255 |
+
"model.visual.blocks.21.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 256 |
+
"model.visual.blocks.22.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 257 |
+
"model.visual.blocks.23.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 258 |
+
"model.visual.blocks.3.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 259 |
+
"model.visual.blocks.4.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 260 |
+
"model.visual.blocks.5.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 261 |
+
"model.visual.blocks.6.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 262 |
+
"model.visual.blocks.7.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 263 |
+
"model.visual.blocks.8.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 264 |
+
"model.visual.blocks.9.attn.proj.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 265 |
+
"model.language_model.layers.12.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 266 |
+
"model.language_model.layers.12.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 267 |
+
"model.language_model.layers.4.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 268 |
+
"model.language_model.layers.4.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 269 |
+
"model.language_model.layers.14.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 270 |
+
"model.language_model.layers.14.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 271 |
+
"model.language_model.layers.20.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 272 |
+
"model.language_model.layers.20.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 273 |
+
"model.language_model.layers.18.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 274 |
+
"model.language_model.layers.18.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 275 |
+
"model.language_model.layers.13.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 276 |
+
"model.language_model.layers.13.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 277 |
+
"model.language_model.layers.2.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 278 |
+
"model.language_model.layers.2.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 279 |
+
"model.language_model.layers.1.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 280 |
+
"model.language_model.layers.1.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 281 |
+
"model.language_model.layers.10.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 282 |
+
"model.language_model.layers.10.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 283 |
+
"model.language_model.layers.16.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 284 |
+
"model.language_model.layers.16.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 285 |
+
"model.language_model.layers.17.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 286 |
+
"model.language_model.layers.17.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 287 |
+
"model.language_model.layers.5.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 288 |
+
"model.language_model.layers.5.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 289 |
+
"model.language_model.layers.6.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 290 |
+
"model.language_model.layers.6.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 291 |
+
"model.language_model.layers.21.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 292 |
+
"model.language_model.layers.21.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 293 |
+
"model.language_model.layers.22.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 294 |
+
"model.language_model.layers.22.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 295 |
+
"model.language_model.layers.8.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 296 |
+
"model.language_model.layers.8.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 297 |
+
"model.language_model.layers.9.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 298 |
+
"model.language_model.layers.9.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 299 |
+
"model.language_model.layers.0.linear_attn.in_proj_b.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 300 |
+
"model.language_model.layers.0.linear_attn.in_proj_a.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 301 |
+
"model.language_model.layers.8.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 302 |
+
"model.language_model.layers.12.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 303 |
+
"model.language_model.layers.4.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 304 |
+
"model.language_model.layers.5.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 305 |
+
"model.language_model.layers.20.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 306 |
+
"model.language_model.layers.21.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 307 |
+
"model.language_model.layers.18.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 308 |
+
"model.language_model.layers.13.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 309 |
+
"model.language_model.layers.14.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 310 |
+
"model.language_model.layers.2.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 311 |
+
"model.language_model.layers.10.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 312 |
+
"model.language_model.layers.16.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 313 |
+
"model.language_model.layers.17.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 314 |
+
"model.language_model.layers.6.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 315 |
+
"model.language_model.layers.22.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 316 |
+
"model.language_model.layers.9.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 317 |
+
"model.language_model.layers.0.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 318 |
+
"model.language_model.layers.1.linear_attn.conv1d.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 319 |
+
"model.visual.blocks.0.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 320 |
+
"model.visual.blocks.1.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 321 |
+
"model.visual.blocks.10.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 322 |
+
"model.visual.blocks.11.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 323 |
+
"model.visual.blocks.12.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 324 |
+
"model.visual.blocks.13.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 325 |
+
"model.visual.blocks.14.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 326 |
+
"model.visual.blocks.15.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 327 |
+
"model.visual.blocks.16.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 328 |
+
"model.visual.blocks.17.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 329 |
+
"model.visual.blocks.18.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 330 |
+
"model.visual.blocks.19.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 331 |
+
"model.visual.blocks.2.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 332 |
+
"model.visual.blocks.20.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 333 |
+
"model.visual.blocks.21.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 334 |
+
"model.visual.blocks.22.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 335 |
+
"model.visual.blocks.23.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 336 |
+
"model.visual.blocks.3.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 337 |
+
"model.visual.blocks.4.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 338 |
+
"model.visual.blocks.5.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 339 |
+
"model.visual.blocks.6.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 340 |
+
"model.visual.blocks.7.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 341 |
+
"model.visual.blocks.8.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 342 |
+
"model.visual.blocks.9.mlp.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 343 |
+
"model.visual.merger.linear_fc1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 344 |
+
"model.visual.blocks.0.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 345 |
+
"model.visual.blocks.1.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 346 |
+
"model.visual.blocks.10.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 347 |
+
"model.visual.blocks.11.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 348 |
+
"model.visual.blocks.12.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 349 |
+
"model.visual.blocks.13.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 350 |
+
"model.visual.blocks.14.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 351 |
+
"model.visual.blocks.15.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 352 |
+
"model.visual.blocks.16.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 353 |
+
"model.visual.blocks.17.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 354 |
+
"model.visual.blocks.18.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 355 |
+
"model.visual.blocks.19.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 356 |
+
"model.visual.blocks.2.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 357 |
+
"model.visual.blocks.20.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 358 |
+
"model.visual.blocks.21.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 359 |
+
"model.visual.blocks.22.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 360 |
+
"model.visual.blocks.23.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 361 |
+
"model.visual.blocks.3.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 362 |
+
"model.visual.blocks.4.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 363 |
+
"model.visual.blocks.5.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 364 |
+
"model.visual.blocks.6.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 365 |
+
"model.visual.blocks.7.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 366 |
+
"model.visual.blocks.8.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 367 |
+
"model.visual.blocks.9.attn.qkv.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 368 |
+
"model.language_model.layers.22.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 369 |
+
"model.language_model.layers.23.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 370 |
+
"model.language_model.layers.23.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 371 |
+
"model.language_model.layers.3.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 372 |
+
"model.language_model.layers.6.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 373 |
+
"model.language_model.layers.7.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 374 |
+
"model.language_model.layers.7.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 375 |
+
"model.language_model.layers.8.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 376 |
+
"mtp.layers.0.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 377 |
+
"mtp.layers.0.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 378 |
+
"mtp.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 379 |
+
"mtp.pre_fc_norm_embedding.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 380 |
+
"mtp.pre_fc_norm_hidden.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 381 |
+
"model.language_model.layers.11.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 382 |
+
"model.language_model.layers.11.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 383 |
+
"model.language_model.layers.12.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 384 |
+
"model.language_model.layers.3.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 385 |
+
"model.language_model.layers.4.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 386 |
+
"model.language_model.layers.4.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 387 |
+
"model.language_model.layers.14.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 388 |
+
"model.language_model.layers.14.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 389 |
+
"model.language_model.layers.15.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 390 |
+
"model.language_model.layers.15.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 391 |
+
"model.language_model.layers.20.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 392 |
+
"model.language_model.layers.20.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 393 |
+
"model.language_model.layers.17.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 394 |
+
"model.language_model.layers.18.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 395 |
+
"model.language_model.layers.18.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 396 |
+
"model.language_model.layers.19.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 397 |
+
"model.language_model.layers.12.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 398 |
+
"model.language_model.layers.13.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 399 |
+
"model.language_model.layers.13.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 400 |
+
"model.language_model.layers.19.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 401 |
+
"model.language_model.layers.2.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 402 |
+
"model.language_model.layers.2.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 403 |
+
"model.language_model.layers.1.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 404 |
+
"model.language_model.layers.10.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 405 |
+
"model.language_model.layers.10.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 406 |
+
"model.language_model.layers.16.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 407 |
+
"model.language_model.layers.16.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 408 |
+
"model.language_model.layers.17.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 409 |
+
"model.language_model.layers.5.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 410 |
+
"model.language_model.layers.5.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 411 |
+
"model.language_model.layers.6.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 412 |
+
"model.language_model.layers.21.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 413 |
+
"model.language_model.layers.21.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 414 |
+
"model.language_model.layers.22.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 415 |
+
"model.language_model.layers.8.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 416 |
+
"model.language_model.layers.9.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 417 |
+
"model.language_model.layers.9.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 418 |
+
"model.language_model.layers.0.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 419 |
+
"model.language_model.layers.0.post_attention_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 420 |
+
"model.language_model.layers.1.input_layernorm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 421 |
+
"model.language_model.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 422 |
+
"model.visual.merger.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 423 |
+
"model.visual.blocks.0.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 424 |
+
"model.visual.blocks.0.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 425 |
+
"model.visual.blocks.0.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 426 |
+
"model.visual.blocks.0.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 427 |
+
"model.visual.blocks.0.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 428 |
+
"model.visual.blocks.0.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 429 |
+
"model.visual.blocks.1.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 430 |
+
"model.visual.blocks.1.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 431 |
+
"model.visual.blocks.1.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 432 |
+
"model.visual.blocks.1.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 433 |
+
"model.visual.blocks.1.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 434 |
+
"model.visual.blocks.1.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 435 |
+
"model.visual.blocks.10.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 436 |
+
"model.visual.blocks.10.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 437 |
+
"model.visual.blocks.10.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 438 |
+
"model.visual.blocks.10.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 439 |
+
"model.visual.blocks.10.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 440 |
+
"model.visual.blocks.10.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 441 |
+
"model.visual.blocks.11.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 442 |
+
"model.visual.blocks.11.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 443 |
+
"model.visual.blocks.11.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 444 |
+
"model.visual.blocks.11.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 445 |
+
"model.visual.blocks.11.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 446 |
+
"model.visual.blocks.11.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 447 |
+
"model.visual.blocks.12.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 448 |
+
"model.visual.blocks.12.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 449 |
+
"model.visual.blocks.12.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 450 |
+
"model.visual.blocks.12.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 451 |
+
"model.visual.blocks.12.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 452 |
+
"model.visual.blocks.12.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 453 |
+
"model.visual.blocks.13.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 454 |
+
"model.visual.blocks.13.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 455 |
+
"model.visual.blocks.13.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 456 |
+
"model.visual.blocks.13.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 457 |
+
"model.visual.blocks.13.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 458 |
+
"model.visual.blocks.13.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 459 |
+
"model.visual.blocks.14.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 460 |
+
"model.visual.blocks.14.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 461 |
+
"model.visual.blocks.14.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 462 |
+
"model.visual.blocks.14.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 463 |
+
"model.visual.blocks.14.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 464 |
+
"model.visual.blocks.14.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 465 |
+
"model.visual.blocks.15.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 466 |
+
"model.visual.blocks.15.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 467 |
+
"model.visual.blocks.15.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 468 |
+
"model.visual.blocks.15.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 469 |
+
"model.visual.blocks.15.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 470 |
+
"model.visual.blocks.15.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 471 |
+
"model.visual.blocks.16.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 472 |
+
"model.visual.blocks.16.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 473 |
+
"model.visual.blocks.16.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 474 |
+
"model.visual.blocks.16.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 475 |
+
"model.visual.blocks.16.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 476 |
+
"model.visual.blocks.16.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 477 |
+
"model.visual.blocks.17.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 478 |
+
"model.visual.blocks.17.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 479 |
+
"model.visual.blocks.17.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 480 |
+
"model.visual.blocks.17.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 481 |
+
"model.visual.blocks.17.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 482 |
+
"model.visual.blocks.17.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 483 |
+
"model.visual.blocks.18.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 484 |
+
"model.visual.blocks.18.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 485 |
+
"model.visual.blocks.18.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 486 |
+
"model.visual.blocks.18.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 487 |
+
"model.visual.blocks.18.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 488 |
+
"model.visual.blocks.18.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 489 |
+
"model.visual.blocks.19.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 490 |
+
"model.visual.blocks.19.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 491 |
+
"model.visual.blocks.19.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 492 |
+
"model.visual.blocks.19.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 493 |
+
"model.visual.blocks.19.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 494 |
+
"model.visual.blocks.19.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 495 |
+
"model.visual.blocks.2.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 496 |
+
"model.visual.blocks.2.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 497 |
+
"model.visual.blocks.2.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 498 |
+
"model.visual.blocks.2.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 499 |
+
"model.visual.blocks.2.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 500 |
+
"model.visual.blocks.2.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 501 |
+
"model.visual.blocks.20.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 502 |
+
"model.visual.blocks.20.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 503 |
+
"model.visual.blocks.20.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 504 |
+
"model.visual.blocks.20.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 505 |
+
"model.visual.blocks.20.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 506 |
+
"model.visual.blocks.20.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 507 |
+
"model.visual.blocks.21.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 508 |
+
"model.visual.blocks.21.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 509 |
+
"model.visual.blocks.21.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 510 |
+
"model.visual.blocks.21.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 511 |
+
"model.visual.blocks.21.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 512 |
+
"model.visual.blocks.21.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 513 |
+
"model.visual.blocks.22.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 514 |
+
"model.visual.blocks.22.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 515 |
+
"model.visual.blocks.22.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 516 |
+
"model.visual.blocks.22.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 517 |
+
"model.visual.blocks.22.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 518 |
+
"model.visual.blocks.22.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 519 |
+
"model.visual.blocks.23.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 520 |
+
"model.visual.blocks.23.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 521 |
+
"model.visual.blocks.23.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 522 |
+
"model.visual.blocks.23.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 523 |
+
"model.visual.blocks.23.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 524 |
+
"model.visual.blocks.23.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 525 |
+
"model.visual.blocks.3.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 526 |
+
"model.visual.blocks.3.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 527 |
+
"model.visual.blocks.3.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 528 |
+
"model.visual.blocks.3.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 529 |
+
"model.visual.blocks.3.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 530 |
+
"model.visual.blocks.3.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 531 |
+
"model.visual.blocks.4.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 532 |
+
"model.visual.blocks.4.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 533 |
+
"model.visual.blocks.4.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 534 |
+
"model.visual.blocks.4.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 535 |
+
"model.visual.blocks.4.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 536 |
+
"model.visual.blocks.4.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 537 |
+
"model.visual.blocks.5.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 538 |
+
"model.visual.blocks.5.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 539 |
+
"model.visual.blocks.5.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 540 |
+
"model.visual.blocks.5.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 541 |
+
"model.visual.blocks.5.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 542 |
+
"model.visual.blocks.5.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 543 |
+
"model.visual.blocks.6.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 544 |
+
"model.visual.blocks.6.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 545 |
+
"model.visual.blocks.6.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 546 |
+
"model.visual.blocks.6.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 547 |
+
"model.visual.blocks.6.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 548 |
+
"model.visual.blocks.6.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 549 |
+
"model.visual.blocks.7.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 550 |
+
"model.visual.blocks.7.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 551 |
+
"model.visual.blocks.7.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 552 |
+
"model.visual.blocks.7.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 553 |
+
"model.visual.blocks.7.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 554 |
+
"model.visual.blocks.7.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 555 |
+
"model.visual.blocks.8.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 556 |
+
"model.visual.blocks.8.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 557 |
+
"model.visual.blocks.8.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 558 |
+
"model.visual.blocks.8.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 559 |
+
"model.visual.blocks.8.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 560 |
+
"model.visual.blocks.8.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 561 |
+
"model.visual.blocks.9.attn.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 562 |
+
"model.visual.blocks.9.mlp.linear_fc2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 563 |
+
"model.visual.blocks.9.norm1.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 564 |
+
"model.visual.blocks.9.norm1.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 565 |
+
"model.visual.blocks.9.norm2.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 566 |
+
"model.visual.blocks.9.norm2.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 567 |
+
"model.visual.merger.norm.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 568 |
+
"model.visual.merger.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 569 |
+
"model.visual.patch_embed.proj.bias": "model.safetensors-00001-of-00001.safetensors",
|
| 570 |
+
"model.language_model.layers.23.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 571 |
+
"model.language_model.layers.23.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 572 |
+
"model.language_model.layers.3.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 573 |
+
"model.language_model.layers.7.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 574 |
+
"model.language_model.layers.7.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 575 |
+
"mtp.layers.0.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 576 |
+
"mtp.layers.0.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 577 |
+
"model.language_model.layers.11.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 578 |
+
"model.language_model.layers.11.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 579 |
+
"model.language_model.layers.12.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 580 |
+
"model.language_model.layers.3.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 581 |
+
"model.language_model.layers.4.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 582 |
+
"model.language_model.layers.14.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 583 |
+
"model.language_model.layers.15.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 584 |
+
"model.language_model.layers.15.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 585 |
+
"model.language_model.layers.20.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 586 |
+
"model.language_model.layers.18.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 587 |
+
"model.language_model.layers.13.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 588 |
+
"model.language_model.layers.19.self_attn.k_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 589 |
+
"model.language_model.layers.19.self_attn.q_norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 590 |
+
"model.language_model.layers.2.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 591 |
+
"model.language_model.layers.1.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 592 |
+
"model.language_model.layers.10.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 593 |
+
"model.language_model.layers.16.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 594 |
+
"model.language_model.layers.17.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 595 |
+
"model.language_model.layers.5.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 596 |
+
"model.language_model.layers.6.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 597 |
+
"model.language_model.layers.21.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 598 |
+
"model.language_model.layers.22.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 599 |
+
"model.language_model.layers.8.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 600 |
+
"model.language_model.layers.9.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 601 |
+
"model.language_model.layers.0.linear_attn.norm.weight": "model.safetensors-00001-of-00001.safetensors",
|
| 602 |
+
"model.language_model.layers.8.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 603 |
+
"model.language_model.layers.12.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 604 |
+
"model.language_model.layers.4.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 605 |
+
"model.language_model.layers.5.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 606 |
+
"model.language_model.layers.16.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 607 |
+
"model.language_model.layers.20.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 608 |
+
"model.language_model.layers.21.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 609 |
+
"model.language_model.layers.18.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 610 |
+
"model.language_model.layers.13.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 611 |
+
"model.language_model.layers.14.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 612 |
+
"model.language_model.layers.2.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 613 |
+
"model.language_model.layers.10.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 614 |
+
"model.language_model.layers.17.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 615 |
+
"model.language_model.layers.6.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 616 |
+
"model.language_model.layers.22.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 617 |
+
"model.language_model.layers.9.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 618 |
+
"model.language_model.layers.0.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 619 |
+
"model.language_model.layers.1.linear_attn.A_log": "model.safetensors-00001-of-00001.safetensors",
|
| 620 |
+
"model.language_model.layers.8.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 621 |
+
"model.language_model.layers.12.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 622 |
+
"model.language_model.layers.4.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 623 |
+
"model.language_model.layers.20.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 624 |
+
"model.language_model.layers.21.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 625 |
+
"model.language_model.layers.18.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 626 |
+
"model.language_model.layers.13.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 627 |
+
"model.language_model.layers.14.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 628 |
+
"model.language_model.layers.2.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 629 |
+
"model.language_model.layers.10.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 630 |
+
"model.language_model.layers.16.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 631 |
+
"model.language_model.layers.17.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 632 |
+
"model.language_model.layers.5.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 633 |
+
"model.language_model.layers.6.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 634 |
+
"model.language_model.layers.22.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 635 |
+
"model.language_model.layers.9.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 636 |
+
"model.language_model.layers.0.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors",
|
| 637 |
+
"model.language_model.layers.1.linear_attn.dt_bias": "model.safetensors-00001-of-00001.safetensors"
|
| 638 |
+
}
|
| 639 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"size": {
|
| 3 |
+
"longest_edge": 16777216,
|
| 4 |
+
"shortest_edge": 65536
|
| 5 |
+
},
|
| 6 |
+
"patch_size": 16,
|
| 7 |
+
"temporal_patch_size": 2,
|
| 8 |
+
"merge_size": 2,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.5,
|
| 11 |
+
0.5,
|
| 12 |
+
0.5
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.5,
|
| 16 |
+
0.5,
|
| 17 |
+
0.5
|
| 18 |
+
],
|
| 19 |
+
"processor_class": "Qwen3VLProcessor",
|
| 20 |
+
"image_processor_type": "Qwen2VLImageProcessorFast"
|
| 21 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f9e4d4901a92b997e463c1f46055088b6cca5ca61a6522d1b9f64c4bb81cb42
|
| 3 |
+
size 12807982
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,305 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"248044": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"248045": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"248046": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"248047": {
|
| 29 |
+
"content": "<|object_ref_start|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"248048": {
|
| 37 |
+
"content": "<|object_ref_end|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"248049": {
|
| 45 |
+
"content": "<|box_start|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"248050": {
|
| 53 |
+
"content": "<|box_end|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"248051": {
|
| 61 |
+
"content": "<|quad_start|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"248052": {
|
| 69 |
+
"content": "<|quad_end|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"248053": {
|
| 77 |
+
"content": "<|vision_start|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"248054": {
|
| 85 |
+
"content": "<|vision_end|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"248055": {
|
| 93 |
+
"content": "<|vision_pad|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"248056": {
|
| 101 |
+
"content": "<|image_pad|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"248057": {
|
| 109 |
+
"content": "<|video_pad|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"248058": {
|
| 117 |
+
"content": "<tool_call>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": false
|
| 123 |
+
},
|
| 124 |
+
"248059": {
|
| 125 |
+
"content": "</tool_call>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": false
|
| 131 |
+
},
|
| 132 |
+
"248060": {
|
| 133 |
+
"content": "<|fim_prefix|>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": false
|
| 139 |
+
},
|
| 140 |
+
"248061": {
|
| 141 |
+
"content": "<|fim_middle|>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": false
|
| 147 |
+
},
|
| 148 |
+
"248062": {
|
| 149 |
+
"content": "<|fim_suffix|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": false
|
| 155 |
+
},
|
| 156 |
+
"248063": {
|
| 157 |
+
"content": "<|fim_pad|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": false
|
| 163 |
+
},
|
| 164 |
+
"248064": {
|
| 165 |
+
"content": "<|repo_name|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": false
|
| 171 |
+
},
|
| 172 |
+
"248065": {
|
| 173 |
+
"content": "<|file_sep|>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": false
|
| 179 |
+
},
|
| 180 |
+
"248066": {
|
| 181 |
+
"content": "<tool_response>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": false
|
| 187 |
+
},
|
| 188 |
+
"248067": {
|
| 189 |
+
"content": "</tool_response>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": false
|
| 195 |
+
},
|
| 196 |
+
"248068": {
|
| 197 |
+
"content": "<think>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": false
|
| 203 |
+
},
|
| 204 |
+
"248069": {
|
| 205 |
+
"content": "</think>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": false
|
| 211 |
+
},
|
| 212 |
+
"248070": {
|
| 213 |
+
"content": "<|audio_start|>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"248071": {
|
| 221 |
+
"content": "<|audio_end|>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"248072": {
|
| 229 |
+
"content": "<tts_pad>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"248073": {
|
| 237 |
+
"content": "<tts_text_bos>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"248074": {
|
| 245 |
+
"content": "<tts_text_eod>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"248075": {
|
| 253 |
+
"content": "<tts_text_bos_single>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"248076": {
|
| 261 |
+
"content": "<|audio_pad|>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
}
|
| 268 |
+
},
|
| 269 |
+
"additional_special_tokens": [
|
| 270 |
+
"<|im_start|>",
|
| 271 |
+
"<|im_end|>",
|
| 272 |
+
"<|object_ref_start|>",
|
| 273 |
+
"<|object_ref_end|>",
|
| 274 |
+
"<|box_start|>",
|
| 275 |
+
"<|box_end|>",
|
| 276 |
+
"<|quad_start|>",
|
| 277 |
+
"<|quad_end|>",
|
| 278 |
+
"<|vision_start|>",
|
| 279 |
+
"<|vision_end|>",
|
| 280 |
+
"<|vision_pad|>",
|
| 281 |
+
"<|image_pad|>",
|
| 282 |
+
"<|video_pad|>"
|
| 283 |
+
],
|
| 284 |
+
"bos_token": null,
|
| 285 |
+
"chat_template": "{%- set image_count = namespace(value=0) %}\n{%- set video_count = namespace(value=0) %}\n{%- macro render_content(content, do_vision_count, is_system_content=false) %}\n {%- if content is string %}\n {{- content }}\n {%- elif content is iterable and content is not mapping %}\n {%- for item in content %}\n {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}\n {%- if is_system_content %}\n {{- raise_exception('System message cannot contain images.') }}\n {%- endif %}\n {%- if do_vision_count %}\n {%- set image_count.value = image_count.value + 1 %}\n {%- endif %}\n {%- if add_vision_id %}\n {{- 'Picture ' ~ image_count.value ~ ': ' }}\n {%- endif %}\n {{- '<|vision_start|><|image_pad|><|vision_end|>' }}\n {%- elif 'video' in item or item.type == 'video' %}\n {%- if is_system_content %}\n {{- raise_exception('System message cannot contain videos.') }}\n {%- endif %}\n {%- if do_vision_count %}\n {%- set video_count.value = video_count.value + 1 %}\n {%- endif %}\n {%- if add_vision_id %}\n {{- 'Video ' ~ video_count.value ~ ': ' }}\n {%- endif %}\n {{- '<|vision_start|><|video_pad|><|vision_end|>' }}\n {%- elif 'text' in item %}\n {{- item.text }}\n {%- else %}\n {{- raise_exception('Unexpected item type in content.') }}\n {%- endif %}\n {%- endfor %}\n {%- elif content is none or content is undefined %}\n {{- '' }}\n {%- else %}\n {{- raise_exception('Unexpected content type.') }}\n {%- endif %}\n{%- endmacro %}\n{%- if not messages %}\n {{- raise_exception('No messages provided.') }}\n{%- endif %}\n{%- if tools and tools is iterable and tools is not mapping %}\n {{- '<|im_start|>system\\n' }}\n {{- \"# Tools\\n\\nYou have access to the following functions:\\n\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\" }}\n {{- '\\n\\nIf you choose to call a function ONLY reply in the following format with NO suffix:\\n\\n<tool_call>\\n<function=example_function_name>\\n<parameter=example_parameter_1>\\nvalue_1\\n</parameter>\\n<parameter=example_parameter_2>\\nThis is the value for the second parameter\\nthat can span\\nmultiple lines\\n</parameter>\\n</function>\\n</tool_call>\\n\\n<IMPORTANT>\\nReminder:\\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\\n- Required parameters MUST be specified\\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\\n</IMPORTANT>' }}\n {%- if messages[0].role == 'system' %}\n {%- set content = render_content(messages[0].content, false, true)|trim %}\n {%- if content %}\n {{- '\\n\\n' + content }}\n {%- endif %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {%- set content = render_content(messages[0].content, false, true)|trim %}\n {{- '<|im_start|>system\\n' + content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" %}\n {%- set content = render_content(message.content, false)|trim %}\n {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if ns.multi_step_tool %}\n {{- raise_exception('No user query found in messages.') }}\n{%- endif %}\n{%- for message in messages %}\n {%- set content = render_content(message.content, true)|trim %}\n {%- if message.role == \"system\" %}\n {%- if not loop.first %}\n {{- raise_exception('System message must be at the beginning.') }}\n {%- endif %}\n {%- elif message.role == \"user\" %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- set reasoning_content = reasoning_content|trim %}\n {%- if loop.index0 > ns.last_query_index %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content + '\\n</think>\\n\\n' + content }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {%- if loop.first %}\n {%- if content|trim %}\n {{- '\\n\\n<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- else %}\n {{- '<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- endif %}\n {%- else %}\n {{- '\\n<tool_call>\\n<function=' + tool_call.name + '>\\n' }}\n {%- endif %}\n {%- if tool_call.arguments is defined %}\n {%- for args_name, args_value in tool_call.arguments|items %}\n {{- '<parameter=' + args_name + '>\\n' }}\n {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}\n {{- args_value }}\n {{- '\\n</parameter>\\n' }}\n {%- endfor %}\n {%- endif %}\n {{- '</function>\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.previtem and loop.previtem.role != \"tool\" %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if not loop.last and loop.nextitem.role != \"tool\" %}\n {{- '<|im_end|>\\n' }}\n {%- elif loop.last %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- else %}\n {{- raise_exception('Unexpected message role.') }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is true %}\n {{- '<think>\\n' }}\n {%- else %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
| 286 |
+
"clean_up_tokenization_spaces": false,
|
| 287 |
+
"eos_token": "<|im_end|>",
|
| 288 |
+
"errors": "replace",
|
| 289 |
+
"model_max_length": 262144,
|
| 290 |
+
"pad_token": "<|endoftext|>",
|
| 291 |
+
"split_special_tokens": false,
|
| 292 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 293 |
+
"unk_token": null,
|
| 294 |
+
"add_bos_token": false,
|
| 295 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 296 |
+
"extra_special_tokens": {
|
| 297 |
+
"audio_bos_token": "<|audio_start|>",
|
| 298 |
+
"audio_eos_token": "<|audio_end|>",
|
| 299 |
+
"audio_token": "<|audio_pad|>",
|
| 300 |
+
"image_token": "<|image_pad|>",
|
| 301 |
+
"video_token": "<|video_pad|>",
|
| 302 |
+
"vision_bos_token": "<|vision_start|>",
|
| 303 |
+
"vision_eos_token": "<|vision_end|>"
|
| 304 |
+
}
|
| 305 |
+
}
|
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"size": {
|
| 3 |
+
"longest_edge": 25165824,
|
| 4 |
+
"shortest_edge": 4096
|
| 5 |
+
},
|
| 6 |
+
"patch_size": 16,
|
| 7 |
+
"temporal_patch_size": 2,
|
| 8 |
+
"merge_size": 2,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.5,
|
| 11 |
+
0.5,
|
| 12 |
+
0.5
|
| 13 |
+
],
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.5,
|
| 16 |
+
0.5,
|
| 17 |
+
0.5
|
| 18 |
+
],
|
| 19 |
+
"processor_class": "Qwen3VLProcessor",
|
| 20 |
+
"video_processor_type": "Qwen3VLVideoProcessor"
|
| 21 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|