Upload folder using huggingface_hub
Browse files- LICENSE.txt +201 -0
- NOTICE.txt +411 -0
- added_tokens.json +28 -0
- config.json +40 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- output-00001-of-00003.safetensors +3 -0
- output-00002-of-00003.safetensors +3 -0
- output-00003-of-00003.safetensors +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +239 -0
- vocab.json +0 -0
LICENSE.txt
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright 2025 rinna Co., Ltd.
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
NOTICE.txt
ADDED
|
@@ -0,0 +1,411 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Notices
|
| 2 |
+
|
| 3 |
+
Qwen/QwQ-32B
|
| 4 |
+
Source: https://huggingface.co/Qwen/QwQ-32B
|
| 5 |
+
License
|
| 6 |
+
```
|
| 7 |
+
Apache License
|
| 8 |
+
Version 2.0, January 2004
|
| 9 |
+
http://www.apache.org/licenses/
|
| 10 |
+
|
| 11 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 12 |
+
|
| 13 |
+
1. Definitions.
|
| 14 |
+
|
| 15 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 16 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 17 |
+
|
| 18 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 19 |
+
the copyright owner that is granting the License.
|
| 20 |
+
|
| 21 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 22 |
+
other entities that control, are controlled by, or are under common
|
| 23 |
+
control with that entity. For the purposes of this definition,
|
| 24 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 25 |
+
direction or management of such entity, whether by contract or
|
| 26 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 27 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 28 |
+
|
| 29 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 30 |
+
exercising permissions granted by this License.
|
| 31 |
+
|
| 32 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 33 |
+
including but not limited to software source code, documentation
|
| 34 |
+
source, and configuration files.
|
| 35 |
+
|
| 36 |
+
"Object" form shall mean any form resulting from mechanical
|
| 37 |
+
transformation or translation of a Source form, including but
|
| 38 |
+
not limited to compiled object code, generated documentation,
|
| 39 |
+
and conversions to other media types.
|
| 40 |
+
|
| 41 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 42 |
+
Object form, made available under the License, as indicated by a
|
| 43 |
+
copyright notice that is included in or attached to the work
|
| 44 |
+
(an example is provided in the Appendix below).
|
| 45 |
+
|
| 46 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 47 |
+
form, that is based on (or derived from) the Work and for which the
|
| 48 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 49 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 50 |
+
of this License, Derivative Works shall not include works that remain
|
| 51 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 52 |
+
the Work and Derivative Works thereof.
|
| 53 |
+
|
| 54 |
+
"Contribution" shall mean any work of authorship, including
|
| 55 |
+
the original version of the Work and any modifications or additions
|
| 56 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 57 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 58 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 59 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 60 |
+
means any form of electronic, verbal, or written communication sent
|
| 61 |
+
to the Licensor or its representatives, including but not limited to
|
| 62 |
+
communication on electronic mailing lists, source code control systems,
|
| 63 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 64 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 65 |
+
excluding communication that is conspicuously marked or otherwise
|
| 66 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 67 |
+
|
| 68 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 69 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 70 |
+
subsequently incorporated within the Work.
|
| 71 |
+
|
| 72 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 73 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 74 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 75 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 76 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 77 |
+
Work and such Derivative Works in Source or Object form.
|
| 78 |
+
|
| 79 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 80 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 81 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 82 |
+
(except as stated in this section) patent license to make, have made,
|
| 83 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 84 |
+
where such license applies only to those patent claims licensable
|
| 85 |
+
by such Contributor that are necessarily infringed by their
|
| 86 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 87 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 88 |
+
institute patent litigation against any entity (including a
|
| 89 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 90 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 91 |
+
or contributory patent infringement, then any patent licenses
|
| 92 |
+
granted to You under this License for that Work shall terminate
|
| 93 |
+
as of the date such litigation is filed.
|
| 94 |
+
|
| 95 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 96 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 97 |
+
modifications, and in Source or Object form, provided that You
|
| 98 |
+
meet the following conditions:
|
| 99 |
+
|
| 100 |
+
(a) You must give any other recipients of the Work or
|
| 101 |
+
Derivative Works a copy of this License; and
|
| 102 |
+
|
| 103 |
+
(b) You must cause any modified files to carry prominent notices
|
| 104 |
+
stating that You changed the files; and
|
| 105 |
+
|
| 106 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 107 |
+
that You distribute, all copyright, patent, trademark, and
|
| 108 |
+
attribution notices from the Source form of the Work,
|
| 109 |
+
excluding those notices that do not pertain to any part of
|
| 110 |
+
the Derivative Works; and
|
| 111 |
+
|
| 112 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 113 |
+
distribution, then any Derivative Works that You distribute must
|
| 114 |
+
include a readable copy of the attribution notices contained
|
| 115 |
+
within such NOTICE file, excluding those notices that do not
|
| 116 |
+
pertain to any part of the Derivative Works, in at least one
|
| 117 |
+
of the following places: within a NOTICE text file distributed
|
| 118 |
+
as part of the Derivative Works; within the Source form or
|
| 119 |
+
documentation, if provided along with the Derivative Works; or,
|
| 120 |
+
within a display generated by the Derivative Works, if and
|
| 121 |
+
wherever such third-party notices normally appear. The contents
|
| 122 |
+
of the NOTICE file are for informational purposes only and
|
| 123 |
+
do not modify the License. You may add Your own attribution
|
| 124 |
+
notices within Derivative Works that You distribute, alongside
|
| 125 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 126 |
+
that such additional attribution notices cannot be construed
|
| 127 |
+
as modifying the License.
|
| 128 |
+
|
| 129 |
+
You may add Your own copyright statement to Your modifications and
|
| 130 |
+
may provide additional or different license terms and conditions
|
| 131 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 132 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 133 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 134 |
+
the conditions stated in this License.
|
| 135 |
+
|
| 136 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 137 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 138 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 139 |
+
this License, without any additional terms or conditions.
|
| 140 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 141 |
+
the terms of any separate license agreement you may have executed
|
| 142 |
+
with Licensor regarding such Contributions.
|
| 143 |
+
|
| 144 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 145 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 146 |
+
except as required for reasonable and customary use in describing the
|
| 147 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 148 |
+
|
| 149 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 150 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 151 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 152 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 153 |
+
implied, including, without limitation, any warranties or conditions
|
| 154 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 155 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 156 |
+
appropriateness of using or redistributing the Work and assume any
|
| 157 |
+
risks associated with Your exercise of permissions under this License.
|
| 158 |
+
|
| 159 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 160 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 161 |
+
unless required by applicable law (such as deliberate and grossly
|
| 162 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 163 |
+
liable to You for damages, including any direct, indirect, special,
|
| 164 |
+
incidental, or consequential damages of any character arising as a
|
| 165 |
+
result of this License or out of the use or inability to use the
|
| 166 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 167 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 168 |
+
other commercial damages or losses), even if such Contributor
|
| 169 |
+
has been advised of the possibility of such damages.
|
| 170 |
+
|
| 171 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 172 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 173 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 174 |
+
or other liability obligations and/or rights consistent with this
|
| 175 |
+
License. However, in accepting such obligations, You may act only
|
| 176 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 177 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 178 |
+
defend, and hold each Contributor harmless for any liability
|
| 179 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 180 |
+
of your accepting any such warranty or additional liability.
|
| 181 |
+
|
| 182 |
+
END OF TERMS AND CONDITIONS
|
| 183 |
+
|
| 184 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 185 |
+
|
| 186 |
+
To apply the Apache License to your work, attach the following
|
| 187 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 188 |
+
replaced with your own identifying information. (Don't include
|
| 189 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 190 |
+
comment syntax for the file format. We also recommend that a
|
| 191 |
+
file or class name and description of purpose be included on the
|
| 192 |
+
same "printed page" as the copyright notice for easier
|
| 193 |
+
identification within third-party archives.
|
| 194 |
+
Copyright 2024 Alibaba Cloud
|
| 195 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 196 |
+
you may not use this file except in compliance with the License.
|
| 197 |
+
You may obtain a copy of the License at
|
| 198 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 199 |
+
Unless required by applicable law or agreed to in writing, software
|
| 200 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 201 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 202 |
+
See the License for the specific language governing permissions and
|
| 203 |
+
limitations under the License.
|
| 204 |
+
```
|
| 205 |
+
|
| 206 |
+
Qwen/Qwen2.5-32B
|
| 207 |
+
Source: https://huggingface.co/Qwen/Qwen2.5-32B
|
| 208 |
+
License
|
| 209 |
+
```
|
| 210 |
+
Apache License
|
| 211 |
+
Version 2.0, January 2004
|
| 212 |
+
http://www.apache.org/licenses/
|
| 213 |
+
|
| 214 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 215 |
+
|
| 216 |
+
1. Definitions.
|
| 217 |
+
|
| 218 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 219 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 220 |
+
|
| 221 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 222 |
+
the copyright owner that is granting the License.
|
| 223 |
+
|
| 224 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 225 |
+
other entities that control, are controlled by, or are under common
|
| 226 |
+
control with that entity. For the purposes of this definition,
|
| 227 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 228 |
+
direction or management of such entity, whether by contract or
|
| 229 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 230 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 231 |
+
|
| 232 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 233 |
+
exercising permissions granted by this License.
|
| 234 |
+
|
| 235 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 236 |
+
including but not limited to software source code, documentation
|
| 237 |
+
source, and configuration files.
|
| 238 |
+
|
| 239 |
+
"Object" form shall mean any form resulting from mechanical
|
| 240 |
+
transformation or translation of a Source form, including but
|
| 241 |
+
not limited to compiled object code, generated documentation,
|
| 242 |
+
and conversions to other media types.
|
| 243 |
+
|
| 244 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 245 |
+
Object form, made available under the License, as indicated by a
|
| 246 |
+
copyright notice that is included in or attached to the work
|
| 247 |
+
(an example is provided in the Appendix below).
|
| 248 |
+
|
| 249 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 250 |
+
form, that is based on (or derived from) the Work and for which the
|
| 251 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 252 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 253 |
+
of this License, Derivative Works shall not include works that remain
|
| 254 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 255 |
+
the Work and Derivative Works thereof.
|
| 256 |
+
|
| 257 |
+
"Contribution" shall mean any work of authorship, including
|
| 258 |
+
the original version of the Work and any modifications or additions
|
| 259 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 260 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 261 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 262 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 263 |
+
means any form of electronic, verbal, or written communication sent
|
| 264 |
+
to the Licensor or its representatives, including but not limited to
|
| 265 |
+
communication on electronic mailing lists, source code control systems,
|
| 266 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 267 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 268 |
+
excluding communication that is conspicuously marked or otherwise
|
| 269 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 270 |
+
|
| 271 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 272 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 273 |
+
subsequently incorporated within the Work.
|
| 274 |
+
|
| 275 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 276 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 277 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 278 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 279 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 280 |
+
Work and such Derivative Works in Source or Object form.
|
| 281 |
+
|
| 282 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 283 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 284 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 285 |
+
(except as stated in this section) patent license to make, have made,
|
| 286 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 287 |
+
where such license applies only to those patent claims licensable
|
| 288 |
+
by such Contributor that are necessarily infringed by their
|
| 289 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 290 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 291 |
+
institute patent litigation against any entity (including a
|
| 292 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 293 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 294 |
+
or contributory patent infringement, then any patent licenses
|
| 295 |
+
granted to You under this License for that Work shall terminate
|
| 296 |
+
as of the date such litigation is filed.
|
| 297 |
+
|
| 298 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 299 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 300 |
+
modifications, and in Source or Object form, provided that You
|
| 301 |
+
meet the following conditions:
|
| 302 |
+
|
| 303 |
+
(a) You must give any other recipients of the Work or
|
| 304 |
+
Derivative Works a copy of this License; and
|
| 305 |
+
|
| 306 |
+
(b) You must cause any modified files to carry prominent notices
|
| 307 |
+
stating that You changed the files; and
|
| 308 |
+
|
| 309 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 310 |
+
that You distribute, all copyright, patent, trademark, and
|
| 311 |
+
attribution notices from the Source form of the Work,
|
| 312 |
+
excluding those notices that do not pertain to any part of
|
| 313 |
+
the Derivative Works; and
|
| 314 |
+
|
| 315 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 316 |
+
distribution, then any Derivative Works that You distribute must
|
| 317 |
+
include a readable copy of the attribution notices contained
|
| 318 |
+
within such NOTICE file, excluding those notices that do not
|
| 319 |
+
pertain to any part of the Derivative Works, in at least one
|
| 320 |
+
of the following places: within a NOTICE text file distributed
|
| 321 |
+
as part of the Derivative Works; within the Source form or
|
| 322 |
+
documentation, if provided along with the Derivative Works; or,
|
| 323 |
+
within a display generated by the Derivative Works, if and
|
| 324 |
+
wherever such third-party notices normally appear. The contents
|
| 325 |
+
of the NOTICE file are for informational purposes only and
|
| 326 |
+
do not modify the License. You may add Your own attribution
|
| 327 |
+
notices within Derivative Works that You distribute, alongside
|
| 328 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 329 |
+
that such additional attribution notices cannot be construed
|
| 330 |
+
as modifying the License.
|
| 331 |
+
|
| 332 |
+
You may add Your own copyright statement to Your modifications and
|
| 333 |
+
may provide additional or different license terms and conditions
|
| 334 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 335 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 336 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 337 |
+
the conditions stated in this License.
|
| 338 |
+
|
| 339 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 340 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 341 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 342 |
+
this License, without any additional terms or conditions.
|
| 343 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 344 |
+
the terms of any separate license agreement you may have executed
|
| 345 |
+
with Licensor regarding such Contributions.
|
| 346 |
+
|
| 347 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 348 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 349 |
+
except as required for reasonable and customary use in describing the
|
| 350 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 351 |
+
|
| 352 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 353 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 354 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 355 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 356 |
+
implied, including, without limitation, any warranties or conditions
|
| 357 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 358 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 359 |
+
appropriateness of using or redistributing the Work and assume any
|
| 360 |
+
risks associated with Your exercise of permissions under this License.
|
| 361 |
+
|
| 362 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 363 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 364 |
+
unless required by applicable law (such as deliberate and grossly
|
| 365 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 366 |
+
liable to You for damages, including any direct, indirect, special,
|
| 367 |
+
incidental, or consequential damages of any character arising as a
|
| 368 |
+
result of this License or out of the use or inability to use the
|
| 369 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 370 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 371 |
+
other commercial damages or losses), even if such Contributor
|
| 372 |
+
has been advised of the possibility of such damages.
|
| 373 |
+
|
| 374 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 375 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 376 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 377 |
+
or other liability obligations and/or rights consistent with this
|
| 378 |
+
License. However, in accepting such obligations, You may act only
|
| 379 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 380 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 381 |
+
defend, and hold each Contributor harmless for any liability
|
| 382 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 383 |
+
of your accepting any such warranty or additional liability.
|
| 384 |
+
|
| 385 |
+
END OF TERMS AND CONDITIONS
|
| 386 |
+
|
| 387 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 388 |
+
|
| 389 |
+
To apply the Apache License to your work, attach the following
|
| 390 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 391 |
+
replaced with your own identifying information. (Don't include
|
| 392 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 393 |
+
comment syntax for the file format. We also recommend that a
|
| 394 |
+
file or class name and description of purpose be included on the
|
| 395 |
+
same "printed page" as the copyright notice for easier
|
| 396 |
+
identification within third-party archives.
|
| 397 |
+
|
| 398 |
+
Copyright 2024 Alibaba Cloud
|
| 399 |
+
|
| 400 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 401 |
+
you may not use this file except in compliance with the License.
|
| 402 |
+
You may obtain a copy of the License at
|
| 403 |
+
|
| 404 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 405 |
+
|
| 406 |
+
Unless required by applicable law or agreed to in writing, software
|
| 407 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 408 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 409 |
+
See the License for the specific language governing permissions and
|
| 410 |
+
limitations under the License.
|
| 411 |
+
```
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "qwq-bakeneko-32b",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 5120,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 27648,
|
| 13 |
+
"max_position_embeddings": 131072,
|
| 14 |
+
"max_window_layers": 64,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 40,
|
| 17 |
+
"num_hidden_layers": 64,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.48.2",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"use_sliding_window": false,
|
| 28 |
+
"vocab_size": 152064,
|
| 29 |
+
"quantization_config": {
|
| 30 |
+
"quant_method": "exl2",
|
| 31 |
+
"version": "0.2.8",
|
| 32 |
+
"bits": 5.0,
|
| 33 |
+
"head_bits": 6,
|
| 34 |
+
"calibration": {
|
| 35 |
+
"rows": 115,
|
| 36 |
+
"length": 2048,
|
| 37 |
+
"dataset": "(default)"
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.0,
|
| 10 |
+
"temperature": 0.6,
|
| 11 |
+
"top_k": 40,
|
| 12 |
+
"top_p": 0.95,
|
| 13 |
+
"transformers_version": "4.48.2"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
output-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cfa94b9f706ba9e66fcc2bc5db2762ebe5aa4bee044150e93352147e94fe1ca
|
| 3 |
+
size 8553241750
|
output-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:420328a5e6f63b12ab8976660e2e8e951d07a39c08058f0ba164ba7232349d7f
|
| 3 |
+
size 8585627392
|
output-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae496faa1262c8f5fc0c602bec383bb333a1eaee534686adc4be33acf1f360e6
|
| 3 |
+
size 4539557510
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- '' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" and not message.tool_calls %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n<think>\\n' }}\n{%- endif %}\n",
|
| 231 |
+
"clean_up_tokenization_spaces": false,
|
| 232 |
+
"eos_token": "<|im_end|>",
|
| 233 |
+
"errors": "replace",
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|