rnb-blue-beck commited on
Commit
9d37fea
·
verified ·
1 Parent(s): 8fbdb4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,9 +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.3, the <a href="https://www.llama.com/llama3_3/license/">Llama 3.3 Community License Agreement</a> applies.
11
 
 
12
 
13
  ## 70B Safetensors BF16 format:
14
- Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.3
15
 
16
  [Or download files from here](https://huggingface.co/BlueBeck/LlamaAligned-DeepSeekR1-Distill-70b/tree/main)
17
 
@@ -28,7 +29,7 @@ Thanks to [mradermacher](https://huggingface.co/mradermacher) for converting the
28
 
29
 
30
  ## 8B Safetensors BF16 format:
31
- Use with [transformers](https://huggingface.co/docs/transformers/en/index) as you would Llama 3.1
32
 
33
  Use model id ___BlueBeck/LlamaAligned-DeepSeekR1-Distill-8b___
34
 
 
9
 
10
  As this model derives from Llama 3.3, the <a href="https://www.llama.com/llama3_3/license/">Llama 3.3 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) when working with this model.
13
 
14
  ## 70B Safetensors BF16 format:
15
+ 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.
16
 
17
  [Or download files from here](https://huggingface.co/BlueBeck/LlamaAligned-DeepSeekR1-Distill-70b/tree/main)
18
 
 
29
 
30
 
31
  ## 8B Safetensors BF16 format:
32
+ 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.
33
 
34
  Use model id ___BlueBeck/LlamaAligned-DeepSeekR1-Distill-8b___
35