cooper_robot commited on
Commit ·
383fb2a
1
Parent(s): e0553b3
Add release note for v1.2.0
Browse files- .gitattributes +1 -0
- LICENSE +4 -16
- README.md +25 -0
- n1-655_deepseek_r1_distill_qwen_7B_1NVP.tar → n1-655_deepseek_r1_distill_qwen_7B.tar +0 -0
- n1-655_deepseek_r1_distill_qwen_7B_1NVP.tar_sha256.txt → n1-655_deepseek_r1_distill_qwen_7B.tar_sha256.txt +0 -0
- resource/Deepseek-R1-Distill-Qwen.png +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
resource/Deepseek-R1-Distill-Qwen.png filter=lfs diff=lfs merge=lfs -text
|
LICENSE
CHANGED
|
@@ -1,21 +1,9 @@
|
|
| 1 |
MIT License
|
| 2 |
|
| 3 |
-
Copyright (c)
|
| 4 |
|
| 5 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
-
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
-
in the Software without restriction, including without limitation the rights
|
| 8 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
-
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
-
furnished to do so, subject to the following conditions:
|
| 11 |
|
| 12 |
-
The above copyright notice and this permission notice shall be included in all
|
| 13 |
-
copies or substantial portions of the Software.
|
| 14 |
|
| 15 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
-
SOFTWARE.
|
|
|
|
| 1 |
MIT License
|
| 2 |
|
| 3 |
+
Copyright (c) [year] [fullname]
|
| 4 |
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
| 8 |
|
| 9 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+
|
| 7 |
+
DeepSeek-R1-Distill-Qwen is a distilled reasoning-focused language model derived from DeepSeek-R1 and adapted to a Qwen backbone, retaining strong logical reasoning ability while reducing model size and inference cost.
|
| 8 |
+
|
| 9 |
+
Original paper: [DeepSeek-R1](https://github.com/deepseek-ai/DeepSeek-R1/blob/main/DeepSeek_R1.pdf)
|
| 10 |
+
|
| 11 |
+
# DeepSeek-R1-Distill-Qwen-7B
|
| 12 |
+
|
| 13 |
+
This model implements the DeepSeek-R1-Distill-Qwen variant, optimized to deliver efficient reasoning, coding, and analytical capabilities with practical latency and compute requirements. It is well suited for applications such as coding assistants, mathematical reasoning, structured analysis, and enterprise AI copilots where strong reasoning is needed in deployable form factors.
|
| 14 |
+
|
| 15 |
+
Model Configuration:
|
| 16 |
+
|
| 17 |
+
- Reference implementation: [DeepSeek-R1 project repository](https://github.com/deepseek-ai/DeepSeek-R1)
|
| 18 |
+
- Original Weight: [DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
|
| 19 |
+
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.3]
|
| 21 |
+
- Cooper Foundry: [2.2]
|
| 22 |
+
|
| 23 |
+
| Model | Device | Model Link |
|
| 24 |
+
| :-----: | :-----: | :-----: |
|
| 25 |
+
| DeepSeek-R1-Distill-Qwen | N1-655 | [Model_Link](https://huggingface.co/Ambarella/Deepseek-R1-Distill-Qwen/blob/main/n1-655_deepseek_r1_distill_qwen_7B.tar) |
|
n1-655_deepseek_r1_distill_qwen_7B_1NVP.tar → n1-655_deepseek_r1_distill_qwen_7B.tar
RENAMED
|
File without changes
|
n1-655_deepseek_r1_distill_qwen_7B_1NVP.tar_sha256.txt → n1-655_deepseek_r1_distill_qwen_7B.tar_sha256.txt
RENAMED
|
File without changes
|
resource/Deepseek-R1-Distill-Qwen.png
ADDED
|
Git LFS Details
|