Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,26 @@ tags:
|
|
12 |
- llama-3
|
13 |
- meta
|
14 |
---
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
### Instructions to run this model in llama.cpp:
|
19 |
You can view more detailed instructions in our blog: [unsloth.ai/blog/deepseek-r1](https://unsloth.ai/blog/deepseek-r1)
|
@@ -50,8 +68,8 @@ You can view more detailed instructions in our blog: [unsloth.ai/blog/deepseek-r
|
|
50 |
-no-cnv
|
51 |
```
|
52 |
|
53 |
-
# Finetune
|
54 |
-
We have a free Google Colab
|
55 |
|
56 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
57 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
@@ -63,6 +81,7 @@ All notebooks are **beginner friendly**! Add your dataset, click "Run All", and
|
|
63 |
|
64 |
| Unsloth supports | Free Notebooks | Performance | Memory use |
|
65 |
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
|
|
66 |
| **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(1B_and_3B)-Conversational.ipynb) | 2.4x faster | 58% less |
|
67 |
| **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(11B)-Vision.ipynb) | 2x faster | 60% less |
|
68 |
| **Qwen2 VL (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2_VL_(7B)-Vision.ipynb) | 1.8x faster | 60% less |
|
|
|
12 |
- llama-3
|
13 |
- meta
|
14 |
---
|
15 |
+
<div>
|
16 |
+
<p style="margin-bottom: 0;">
|
17 |
+
<strong>See <a href="https://huggingface.co/collections/unsloth/deepseek-r1-all-versions-678e1c48f5d2fce87892ace5">our collection</a> for versions of Deepseek-R1 including GGUF & 4-bit formats.</strong>
|
18 |
+
</p>
|
19 |
+
<p style="margin-bottom: 0;">
|
20 |
+
<em>Unsloth's DeepSeek-R1 <a href="https://unsloth.ai/blog/deepseekr1-dynamic">1.58-bit + 2-bit Dynamic Quants</a> is selectively quantized, greatly improving accuracy over standard 1-bit/2-bit.</em>
|
21 |
+
</p>
|
22 |
+
<div style="display: flex; gap: 5px; align-items: center; ">
|
23 |
+
<a href="https://github.com/unslothai/unsloth/">
|
24 |
+
<img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
|
25 |
+
</a>
|
26 |
+
<a href="https://discord.gg/unsloth">
|
27 |
+
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
28 |
+
</a>
|
29 |
+
<a href="https://docs.unsloth.ai/basics/tutorial-how-to-run-deepseek-r1-on-your-own-local-device">
|
30 |
+
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
<h1 style="margin-top: 0rem;">Instructions to run this model in llama.cpp:</h2>
|
34 |
+
</div>
|
35 |
|
36 |
### Instructions to run this model in llama.cpp:
|
37 |
You can view more detailed instructions in our blog: [unsloth.ai/blog/deepseek-r1](https://unsloth.ai/blog/deepseek-r1)
|
|
|
68 |
-no-cnv
|
69 |
```
|
70 |
|
71 |
+
# Finetune your own Reasoning model like R1 with Unsloth!
|
72 |
+
We have a free Google Colab notebook for turning Llama 3.1 (8B) into a reasoning model: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-GRPO.ipynb
|
73 |
|
74 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
75 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
81 |
|
82 |
| Unsloth supports | Free Notebooks | Performance | Memory use |
|
83 |
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
84 |
+
| **GRPO with Phi-4 (14B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4_(14B)-GRPO.ipynb) | 2x faster | 80% less |
|
85 |
| **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(1B_and_3B)-Conversational.ipynb) | 2.4x faster | 58% less |
|
86 |
| **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(11B)-Vision.ipynb) | 2x faster | 60% less |
|
87 |
| **Qwen2 VL (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2_VL_(7B)-Vision.ipynb) | 1.8x faster | 60% less |
|