Instructions to use deepseek-ai/DeepSeek-R1-Distill-Qwen-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepseek-ai/DeepSeek-R1-Distill-Qwen-14B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-14B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, link to paper
#8
by nielsr HF Staff - opened
This PR adds the pipeline tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.
It also links to the paper page.