Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,10 @@ The aim of this model is to retain the reasoning capabilities of <a href="https:
|
|
9 |
|
10 |
As this model derives from Llama 3.1, the <a href="https://www.llama.com/llama3_1/license/">Llama 3.1 Community License Agreement</a> applies.
|
11 |
|
|
|
|
|
12 |
## 8B Safetensors BF16 format:
|
13 |
-
Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.1
|
14 |
|
15 |
Use model id ___BlueBeck/LlamaAligned-DeepSeekR1-Distill-8b___
|
16 |
|
@@ -31,7 +33,7 @@ Thanks to [mradermacher](https://huggingface.co/mradermacher) for converting the
|
|
31 |
|
32 |
|
33 |
## 70B Safetensors BF16 format:
|
34 |
-
Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.3
|
35 |
|
36 |
[Or download files from here](https://huggingface.co/BlueBeck/LlamaAligned-DeepSeekR1-Distill-70b/tree/main)
|
37 |
|
|
|
9 |
|
10 |
As this model derives from Llama 3.1, the <a href="https://www.llama.com/llama3_1/license/">Llama 3.1 Community License Agreement</a> applies.
|
11 |
|
12 |
+
Use the [DeepSeek Chat Prompt Template](https://docs.unsloth.ai/basics/tutorial-how-to-run-deepseek-r1-on-your-own-local-device#deepseek-chat-template) with this model.
|
13 |
+
|
14 |
## 8B Safetensors BF16 format:
|
15 |
+
Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.1, but use the [DeepSeek Chat Prompt Template](https://docs.unsloth.ai/basics/tutorial-how-to-run-deepseek-r1-on-your-own-local-device#deepseek-chat-template) as you would with the original DeepSeek-R1-Distill-Llama models.
|
16 |
|
17 |
Use model id ___BlueBeck/LlamaAligned-DeepSeekR1-Distill-8b___
|
18 |
|
|
|
33 |
|
34 |
|
35 |
## 70B Safetensors BF16 format:
|
36 |
+
Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.3, but use the [DeepSeek Chat Prompt Template](https://docs.unsloth.ai/basics/tutorial-how-to-run-deepseek-r1-on-your-own-local-device#deepseek-chat-template) as you would with the original DeepSeek-R1-Distill-Llama models.
|
37 |
|
38 |
[Or download files from here](https://huggingface.co/BlueBeck/LlamaAligned-DeepSeekR1-Distill-70b/tree/main)
|
39 |
|