Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- LICENSE.txt +201 -0
- NOTICE.txt +469 -0
- README.md +109 -3
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q2_k.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q3_k.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_0.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_k.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_0.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_k.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q6_k.gguf +3 -0
- deepseek-r1-distill-qwen2.5-bakeneko-32b-q8_0.gguf +3 -0
- rinna.png +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q3_k.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_k.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_k.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
deepseek-r1-distill-qwen2.5-bakeneko-32b-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
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,469 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Notices
|
2 |
+
|
3 |
+
Qwen/Qwen2.5-32B
|
4 |
+
Source: https://huggingface.co/Qwen/Qwen2.5-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 |
+
|
195 |
+
Copyright 2024 Alibaba Cloud
|
196 |
+
|
197 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
198 |
+
you may not use this file except in compliance with the License.
|
199 |
+
You may obtain a copy of the License at
|
200 |
+
|
201 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
202 |
+
|
203 |
+
Unless required by applicable law or agreed to in writing, software
|
204 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
205 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
206 |
+
See the License for the specific language governing permissions and
|
207 |
+
limitations under the License.
|
208 |
+
```
|
209 |
+
|
210 |
+
Qwen/Qwen2.5-32B-Instruct
|
211 |
+
Source: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct
|
212 |
+
License
|
213 |
+
```
|
214 |
+
Apache License
|
215 |
+
Version 2.0, January 2004
|
216 |
+
http://www.apache.org/licenses/
|
217 |
+
|
218 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
219 |
+
|
220 |
+
1. Definitions.
|
221 |
+
|
222 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
223 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
224 |
+
|
225 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
226 |
+
the copyright owner that is granting the License.
|
227 |
+
|
228 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
229 |
+
other entities that control, are controlled by, or are under common
|
230 |
+
control with that entity. For the purposes of this definition,
|
231 |
+
"control" means (i) the power, direct or indirect, to cause the
|
232 |
+
direction or management of such entity, whether by contract or
|
233 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
234 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
235 |
+
|
236 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
237 |
+
exercising permissions granted by this License.
|
238 |
+
|
239 |
+
"Source" form shall mean the preferred form for making modifications,
|
240 |
+
including but not limited to software source code, documentation
|
241 |
+
source, and configuration files.
|
242 |
+
|
243 |
+
"Object" form shall mean any form resulting from mechanical
|
244 |
+
transformation or translation of a Source form, including but
|
245 |
+
not limited to compiled object code, generated documentation,
|
246 |
+
and conversions to other media types.
|
247 |
+
|
248 |
+
"Work" shall mean the work of authorship, whether in Source or
|
249 |
+
Object form, made available under the License, as indicated by a
|
250 |
+
copyright notice that is included in or attached to the work
|
251 |
+
(an example is provided in the Appendix below).
|
252 |
+
|
253 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
254 |
+
form, that is based on (or derived from) the Work and for which the
|
255 |
+
editorial revisions, annotations, elaborations, or other modifications
|
256 |
+
represent, as a whole, an original work of authorship. For the purposes
|
257 |
+
of this License, Derivative Works shall not include works that remain
|
258 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
259 |
+
the Work and Derivative Works thereof.
|
260 |
+
|
261 |
+
"Contribution" shall mean any work of authorship, including
|
262 |
+
the original version of the Work and any modifications or additions
|
263 |
+
to that Work or Derivative Works thereof, that is intentionally
|
264 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
265 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
266 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
267 |
+
means any form of electronic, verbal, or written communication sent
|
268 |
+
to the Licensor or its representatives, including but not limited to
|
269 |
+
communication on electronic mailing lists, source code control systems,
|
270 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
271 |
+
Licensor for the purpose of discussing and improving the Work, but
|
272 |
+
excluding communication that is conspicuously marked or otherwise
|
273 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
274 |
+
|
275 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
276 |
+
on behalf of whom a Contribution has been received by Licensor and
|
277 |
+
subsequently incorporated within the Work.
|
278 |
+
|
279 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
280 |
+
this License, each Contributor hereby grants to You a perpetual,
|
281 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
282 |
+
copyright license to reproduce, prepare Derivative Works of,
|
283 |
+
publicly display, publicly perform, sublicense, and distribute the
|
284 |
+
Work and such Derivative Works in Source or Object form.
|
285 |
+
|
286 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
287 |
+
this License, each Contributor hereby grants to You a perpetual,
|
288 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
289 |
+
(except as stated in this section) patent license to make, have made,
|
290 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
291 |
+
where such license applies only to those patent claims licensable
|
292 |
+
by such Contributor that are necessarily infringed by their
|
293 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
294 |
+
with the Work to which such Contribution(s) was submitted. If You
|
295 |
+
institute patent litigation against any entity (including a
|
296 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
297 |
+
or a Contribution incorporated within the Work constitutes direct
|
298 |
+
or contributory patent infringement, then any patent licenses
|
299 |
+
granted to You under this License for that Work shall terminate
|
300 |
+
as of the date such litigation is filed.
|
301 |
+
|
302 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
303 |
+
Work or Derivative Works thereof in any medium, with or without
|
304 |
+
modifications, and in Source or Object form, provided that You
|
305 |
+
meet the following conditions:
|
306 |
+
|
307 |
+
(a) You must give any other recipients of the Work or
|
308 |
+
Derivative Works a copy of this License; and
|
309 |
+
|
310 |
+
(b) You must cause any modified files to carry prominent notices
|
311 |
+
stating that You changed the files; and
|
312 |
+
|
313 |
+
(c) You must retain, in the Source form of any Derivative Works
|
314 |
+
that You distribute, all copyright, patent, trademark, and
|
315 |
+
attribution notices from the Source form of the Work,
|
316 |
+
excluding those notices that do not pertain to any part of
|
317 |
+
the Derivative Works; and
|
318 |
+
|
319 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
320 |
+
distribution, then any Derivative Works that You distribute must
|
321 |
+
include a readable copy of the attribution notices contained
|
322 |
+
within such NOTICE file, excluding those notices that do not
|
323 |
+
pertain to any part of the Derivative Works, in at least one
|
324 |
+
of the following places: within a NOTICE text file distributed
|
325 |
+
as part of the Derivative Works; within the Source form or
|
326 |
+
documentation, if provided along with the Derivative Works; or,
|
327 |
+
within a display generated by the Derivative Works, if and
|
328 |
+
wherever such third-party notices normally appear. The contents
|
329 |
+
of the NOTICE file are for informational purposes only and
|
330 |
+
do not modify the License. You may add Your own attribution
|
331 |
+
notices within Derivative Works that You distribute, alongside
|
332 |
+
or as an addendum to the NOTICE text from the Work, provided
|
333 |
+
that such additional attribution notices cannot be construed
|
334 |
+
as modifying the License.
|
335 |
+
|
336 |
+
You may add Your own copyright statement to Your modifications and
|
337 |
+
may provide additional or different license terms and conditions
|
338 |
+
for use, reproduction, or distribution of Your modifications, or
|
339 |
+
for any such Derivative Works as a whole, provided Your use,
|
340 |
+
reproduction, and distribution of the Work otherwise complies with
|
341 |
+
the conditions stated in this License.
|
342 |
+
|
343 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
344 |
+
any Contribution intentionally submitted for inclusion in the Work
|
345 |
+
by You to the Licensor shall be under the terms and conditions of
|
346 |
+
this License, without any additional terms or conditions.
|
347 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
348 |
+
the terms of any separate license agreement you may have executed
|
349 |
+
with Licensor regarding such Contributions.
|
350 |
+
|
351 |
+
6. Trademarks. This License does not grant permission to use the trade
|
352 |
+
names, trademarks, service marks, or product names of the Licensor,
|
353 |
+
except as required for reasonable and customary use in describing the
|
354 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
355 |
+
|
356 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
357 |
+
agreed to in writing, Licensor provides the Work (and each
|
358 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
359 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
360 |
+
implied, including, without limitation, any warranties or conditions
|
361 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
362 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
363 |
+
appropriateness of using or redistributing the Work and assume any
|
364 |
+
risks associated with Your exercise of permissions under this License.
|
365 |
+
|
366 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
367 |
+
whether in tort (including negligence), contract, or otherwise,
|
368 |
+
unless required by applicable law (such as deliberate and grossly
|
369 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
370 |
+
liable to You for damages, including any direct, indirect, special,
|
371 |
+
incidental, or consequential damages of any character arising as a
|
372 |
+
result of this License or out of the use or inability to use the
|
373 |
+
Work (including but not limited to damages for loss of goodwill,
|
374 |
+
work stoppage, computer failure or malfunction, or any and all
|
375 |
+
other commercial damages or losses), even if such Contributor
|
376 |
+
has been advised of the possibility of such damages.
|
377 |
+
|
378 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
379 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
380 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
381 |
+
or other liability obligations and/or rights consistent with this
|
382 |
+
License. However, in accepting such obligations, You may act only
|
383 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
384 |
+
of any other Contributor, and only if You agree to indemnify,
|
385 |
+
defend, and hold each Contributor harmless for any liability
|
386 |
+
incurred by, or claims asserted against, such Contributor by reason
|
387 |
+
of your accepting any such warranty or additional liability.
|
388 |
+
|
389 |
+
END OF TERMS AND CONDITIONS
|
390 |
+
|
391 |
+
APPENDIX: How to apply the Apache License to your work.
|
392 |
+
|
393 |
+
To apply the Apache License to your work, attach the following
|
394 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
395 |
+
replaced with your own identifying information. (Don't include
|
396 |
+
the brackets!) The text should be enclosed in the appropriate
|
397 |
+
comment syntax for the file format. We also recommend that a
|
398 |
+
file or class name and description of purpose be included on the
|
399 |
+
same "printed page" as the copyright notice for easier
|
400 |
+
identification within third-party archives.
|
401 |
+
|
402 |
+
Copyright 2024 Alibaba Cloud
|
403 |
+
|
404 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
405 |
+
you may not use this file except in compliance with the License.
|
406 |
+
You may obtain a copy of the License at
|
407 |
+
|
408 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
409 |
+
|
410 |
+
Unless required by applicable law or agreed to in writing, software
|
411 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
412 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
413 |
+
See the License for the specific language governing permissions and
|
414 |
+
limitations under the License.
|
415 |
+
```
|
416 |
+
|
417 |
+
deepseek-ai/DeepSeek-R1
|
418 |
+
Source: https://huggingface.co/deepseek-ai/DeepSeek-R1
|
419 |
+
License
|
420 |
+
```
|
421 |
+
MIT License
|
422 |
+
|
423 |
+
Copyright (c) 2023 DeepSeek
|
424 |
+
|
425 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
426 |
+
of this software and associated documentation files (the "Software"), to deal
|
427 |
+
in the Software without restriction, including without limitation the rights
|
428 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
429 |
+
copies of the Software, and to permit persons to whom the Software is
|
430 |
+
furnished to do so, subject to the following conditions:
|
431 |
+
|
432 |
+
The above copyright notice and this permission notice shall be included in all
|
433 |
+
copies or substantial portions of the Software.
|
434 |
+
|
435 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
436 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
437 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
438 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
439 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
440 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
441 |
+
SOFTWARE.
|
442 |
+
```
|
443 |
+
|
444 |
+
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
|
445 |
+
Source: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
|
446 |
+
License
|
447 |
+
```
|
448 |
+
MIT License
|
449 |
+
|
450 |
+
Copyright (c) 2023 DeepSeek
|
451 |
+
|
452 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
453 |
+
of this software and associated documentation files (the "Software"), to deal
|
454 |
+
in the Software without restriction, including without limitation the rights
|
455 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
456 |
+
copies of the Software, and to permit persons to whom the Software is
|
457 |
+
furnished to do so, subject to the following conditions:
|
458 |
+
|
459 |
+
The above copyright notice and this permission notice shall be included in all
|
460 |
+
copies or substantial portions of the Software.
|
461 |
+
|
462 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
463 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
464 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
465 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
466 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
467 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
468 |
+
SOFTWARE.
|
469 |
+
```
|
README.md
CHANGED
@@ -1,3 +1,109 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
thumbnail: https://github.com/rinnakk/japanese-pretrained-models/blob/master/rinna.png
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- ja
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- qwen2
|
9 |
+
- conversational
|
10 |
+
- gguf
|
11 |
+
base_model: rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b
|
12 |
+
base_model_relation: quantized
|
13 |
+
---
|
14 |
+
|
15 |
+
# `DeepSeek R1 Distill Qwen2.5 Bakeneko 32B GGUF (rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gguf)`
|
16 |
+
|
17 |
+
![rinna-icon](./rinna.png)
|
18 |
+
|
19 |
+
# Overview
|
20 |
+
|
21 |
+
This model is a quantized model for [rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b) using [llama.cpp](https://github.com/ggerganov/llama.cpp). It is compatible with many llama.cpp based apps.
|
22 |
+
|
23 |
+
| Size | Continual Pre-Training | Instruction-Tuning | DeepSeek-R1-Distilled
|
24 |
+
| :- | :- | :- | :-
|
25 |
+
| 32B | Qwen2.5 Bakeneko 32B [[HF]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b) | Qwen2.5 Bakeneko 32B Instruct [[HF]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b-instruct)[[AWQ]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b-instruct-awq)[[GGUF]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b-instruct-gguf)[[GPTQ int8]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b-instruct-gptq-int8)[[GPTQ int4]](https://huggingface.co/rinna/qwen2.5-bakeneko-32b-instruct-gptq-int4)| DeepSeek R1 Distill Qwen2.5 Bakeneko 32B [[HF]](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b)[[AWQ]](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-awq)[[GGUF]](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gguf)[[GPTQ int8]](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gptq-int8)[[GPTQ int4]](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gptq-int4)
|
26 |
+
|
27 |
+
See [rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b](https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b) for details about model architecture and data.
|
28 |
+
|
29 |
+
* **Contributors**
|
30 |
+
- [Toshiaki Wakatsuki](https://huggingface.co/t-w)
|
31 |
+
- [Xinqi Chen](https://huggingface.co/Keely0419)
|
32 |
+
- [Kei Sawada](https://huggingface.co/keisawada)
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
+
# How to cite
|
37 |
+
```bibtex
|
38 |
+
@misc{rinna-deepseek-r1-distill-qwen2.5-bakeneko-32b-gguf,
|
39 |
+
title = {rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gguf},
|
40 |
+
author = {Wakatsuki, Toshiaki and Chen, Xinqi and Sawada, Kei},
|
41 |
+
url = {https://huggingface.co/rinna/deepseek-r1-distill-qwen2.5-bakeneko-32b-gguf}
|
42 |
+
}
|
43 |
+
|
44 |
+
@inproceedings{sawada2024release,
|
45 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
46 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
47 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
48 |
+
month = {5},
|
49 |
+
year = {2024},
|
50 |
+
pages = {13898--13905},
|
51 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
52 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
53 |
+
}
|
54 |
+
```
|
55 |
+
---
|
56 |
+
|
57 |
+
# References
|
58 |
+
```bibtex
|
59 |
+
@misc{qwen2.5,
|
60 |
+
title = {Qwen2.5: A Party of Foundation Models},
|
61 |
+
url = {https://qwenlm.github.io/blog/qwen2.5/},
|
62 |
+
author = {Qwen Team},
|
63 |
+
month = {September},
|
64 |
+
year = {2024}
|
65 |
+
}
|
66 |
+
|
67 |
+
@article{qwen2,
|
68 |
+
title = {Qwen2 Technical Report},
|
69 |
+
author = {An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
|
70 |
+
journal = {arXiv preprint arXiv:2407.10671},
|
71 |
+
year = {2024}
|
72 |
+
}
|
73 |
+
|
74 |
+
@misc{deepseekai2025deepseekr1incentivizingreasoningcapability,
|
75 |
+
title = {DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning},
|
76 |
+
author = {DeepSeek-AI and Daya Guo and Dejian Yang and Haowei Zhang and Junxiao Song and Ruoyu Zhang and Runxin Xu and Qihao Zhu and Shirong Ma and Peiyi Wang and Xiao Bi and Xiaokang Zhang and Xingkai Yu and Yu Wu and Z. F. Wu and Zhibin Gou and Zhihong Shao and Zhuoshu Li and Ziyi Gao and Aixin Liu and Bing Xue and Bingxuan Wang and Bochao Wu and Bei Feng and Chengda Lu and Chenggang Zhao and Chengqi Deng and Chenyu Zhang and Chong Ruan and Damai Dai and Deli Chen and Dongjie Ji and Erhang Li and Fangyun Lin and Fucong Dai and Fuli Luo and Guangbo Hao and Guanting Chen and Guowei Li and H. Zhang and Han Bao and Hanwei Xu and Haocheng Wang and Honghui Ding and Huajian Xin and Huazuo Gao and Hui Qu and Hui Li and Jianzhong Guo and Jiashi Li and Jiawei Wang and Jingchang Chen and Jingyang Yuan and Junjie Qiu and Junlong Li and J. L. Cai and Jiaqi Ni and Jian Liang and Jin Chen and Kai Dong and Kai Hu and Kaige Gao and Kang Guan and Kexin Huang and Kuai Yu and Lean Wang and Lecong Zhang and Liang Zhao and Litong Wang and Liyue Zhang and Lei Xu and Leyi Xia and Mingchuan Zhang and Minghua Zhang and Minghui Tang and Meng Li and Miaojun Wang and Mingming Li and Ning Tian and Panpan Huang and Peng Zhang and Qiancheng Wang and Qinyu Chen and Qiushi Du and Ruiqi Ge and Ruisong Zhang and Ruizhe Pan and Runji Wang and R. J. Chen and R. L. Jin and Ruyi Chen and Shanghao Lu and Shangyan Zhou and Shanhuang Chen and Shengfeng Ye and Shiyu Wang and Shuiping Yu and Shunfeng Zhou and Shuting Pan and S. S. Li and Shuang Zhou and Shaoqing Wu and Shengfeng Ye and Tao Yun and Tian Pei and Tianyu Sun and T. Wang and Wangding Zeng and Wanjia Zhao and Wen Liu and Wenfeng Liang and Wenjun Gao and Wenqin Yu and Wentao Zhang and W. L. Xiao and Wei An and Xiaodong Liu and Xiaohan Wang and Xiaokang Chen and Xiaotao Nie and Xin Cheng and Xin Liu and Xin Xie and Xingchao Liu and Xinyu Yang and Xinyuan Li and Xuecheng Su and Xuheng Lin and X. Q. Li and Xiangyue Jin and Xiaojin Shen and Xiaosha Chen and Xiaowen Sun and Xiaoxiang Wang and Xinnan Song and Xinyi Zhou and Xianzu Wang and Xinxia Shan and Y. K. Li and Y. Q. Wang and Y. X. Wei and Yang Zhang and Yanhong Xu and Yao Li and Yao Zhao and Yaofeng Sun and Yaohui Wang and Yi Yu and Yichao Zhang and Yifan Shi and Yiliang Xiong and Ying He and Yishi Piao and Yisong Wang and Yixuan Tan and Yiyang Ma and Yiyuan Liu and Yongqiang Guo and Yuan Ou and Yuduan Wang and Yue Gong and Yuheng Zou and Yujia He and Yunfan Xiong and Yuxiang Luo and Yuxiang You and Yuxuan Liu and Yuyang Zhou and Y. X. Zhu and Yanhong Xu and Yanping Huang and Yaohui Li and Yi Zheng and Yuchen Zhu and Yunxian Ma and Ying Tang and Yukun Zha and Yuting Yan and Z. Z. Ren and Zehui Ren and Zhangli Sha and Zhe Fu and Zhean Xu and Zhenda Xie and Zhengyan Zhang and Zhewen Hao and Zhicheng Ma and Zhigang Yan and Zhiyu Wu and Zihui Gu and Zijia Zhu and Zijun Liu and Zilin Li and Ziwei Xie and Ziyang Song and Zizheng Pan and Zhen Huang and Zhipeng Xu and Zhongyu Zhang and Zhen Zhang},
|
77 |
+
year = {2025},
|
78 |
+
eprint = {2501.12948},
|
79 |
+
archivePrefix = {arXiv},
|
80 |
+
primaryClass = {cs.CL},
|
81 |
+
url = {https://arxiv.org/abs/2501.12948},
|
82 |
+
}
|
83 |
+
|
84 |
+
@article{huang2023chat,
|
85 |
+
title = {Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages},
|
86 |
+
author = {Huang, Shih-Cheng and Li, Pin-Zu and Hsu, Yu-Chi and Chen, Kuang-Ming and Lin, Yu Tung and Hsiao, Shih-Kai and Tzong-Han Tsai, Richard and Lee, Hung-yi},
|
87 |
+
year = {2023},
|
88 |
+
url = {https://arxiv.org/abs/2310.04799}
|
89 |
+
}
|
90 |
+
|
91 |
+
@inproceedings{hong2024orpo,
|
92 |
+
title = {ORPO: Monolithic Preference Optimization without Reference Model},
|
93 |
+
author = {Hong, Jiwoo and Lee, Noah and Thorne, James},
|
94 |
+
booktitle = {Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
|
95 |
+
pages = {11170--11189},
|
96 |
+
year = {2024}
|
97 |
+
}
|
98 |
+
|
99 |
+
@misc{llamacpp,
|
100 |
+
title = {llama.cpp},
|
101 |
+
author = {Gerganov, Georgi},
|
102 |
+
howpublished = {\url{https://github.com/ggerganov/llama.cpp}},
|
103 |
+
year = {2023}
|
104 |
+
}
|
105 |
+
```
|
106 |
+
---
|
107 |
+
|
108 |
+
# License
|
109 |
+
[The Apache License, Version 2.0](https://opensource.org/license/apache-2-0)
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q2_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40dc0f5c8648b32e95a8a85cd4243113bad6d07acaa5806e722c50808a801526
|
3 |
+
size 12313098208
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q3_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:769708fed31239b381c0a319e6819c42943cb3e1b95e4901ef6724fc70a70ec2
|
3 |
+
size 15935047648
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a529c519b220fd42727fbf8312595f6ee55de84b94d30fdf4a38aab6f570a5db
|
3 |
+
size 18640230368
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q4_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6772454887a67d2cf414c59d96b790a226dc8d9a667952b5aff2efaacd6968
|
3 |
+
size 19851335648
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaa538470c6db5a62efced1d8e2205692121c2f7ca6b5426745d732e7b2d0477
|
3 |
+
size 22638254048
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q5_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cf887e03ddaacc1cf20013006be504f96a7dbad0972e2acd407145f24667eac
|
3 |
+
size 23262156768
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q6_k.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec126a0c8c41c331ae7ce7dbc0e5cf0ffa4f909a573040e4d71247c118b185dd
|
3 |
+
size 26886154208
|
deepseek-r1-distill-qwen2.5-bakeneko-32b-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a0867da6e7737019f19211220db9d260f2b611ac843938a80c5876a1b2353b5
|
3 |
+
size 34820884448
|
rinna.png
ADDED
![]() |