Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,10 @@ tags:
|
|
12 |
|
13 |
# DeepSeek-R1-Distill-Qwen-1.5B-NexaQuant
|
14 |
|
|
|
|
|
|
|
|
|
15 |
## Background + Overview
|
16 |
|
17 |
DeepSeek-R1 has been making headlines for rivaling OpenAI’s O1 reasoning model while remaining fully open-source. Many users want to run it locally to ensure data privacy, reduce latency, and maintain offline access. However, fitting such a large model onto personal devices typically requires quantization (e.g. Q4_K_M), which often sacrifices accuracy (up to ~22% accuracy loss) and undermines the benefits of the local reasoning model.
|
|
|
12 |
|
13 |
# DeepSeek-R1-Distill-Qwen-1.5B-NexaQuant
|
14 |
|
15 |
+
<div align="center">
|
16 |
+
<img src="banner.png" width="80%" alt="NexaQuant" />
|
17 |
+
</div>
|
18 |
+
|
19 |
## Background + Overview
|
20 |
|
21 |
DeepSeek-R1 has been making headlines for rivaling OpenAI’s O1 reasoning model while remaining fully open-source. Many users want to run it locally to ensure data privacy, reduce latency, and maintain offline access. However, fitting such a large model onto personal devices typically requires quantization (e.g. Q4_K_M), which often sacrifices accuracy (up to ~22% accuracy loss) and undermines the benefits of the local reasoning model.
|