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
800K Samples dataset release?
#7
by robinsmits - opened
Wow this is really an impressive distilled model! Very nice work :-)
Will you be releasing the 800K sample dataset that was used to create the distilled models to the community?