Transformers
Safetensors
reasoning
chain-of-thought
deepseek
qwen
unsloth
chatml
agent
code
thinking
distilled
Instructions to use 3amthoughts/DeepLink-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 3amthoughts/DeepLink-R1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("3amthoughts/DeepLink-R1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,12 +7,11 @@ tags:
|
|
| 7 |
- deepseek
|
| 8 |
- qwen
|
| 9 |
- unsloth
|
| 10 |
-
- lora
|
| 11 |
-
- gguf
|
| 12 |
- chatml
|
| 13 |
- agent
|
| 14 |
- code
|
| 15 |
- thinking
|
|
|
|
| 16 |
license: apache-2.0
|
| 17 |
---
|
| 18 |
|
|
|
|
| 7 |
- deepseek
|
| 8 |
- qwen
|
| 9 |
- unsloth
|
|
|
|
|
|
|
| 10 |
- chatml
|
| 11 |
- agent
|
| 12 |
- code
|
| 13 |
- thinking
|
| 14 |
+
- distilled
|
| 15 |
license: apache-2.0
|
| 16 |
---
|
| 17 |
|