Instructions to use evenfarther/DeepSeek-R1-Distill-Qwen-14b-chemical-synthesis-adapter-high-TPR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use evenfarther/DeepSeek-R1-Distill-Qwen-14b-chemical-synthesis-adapter-high-TPR with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/DATA/deepseek_r1_distilled_qwen3_14b/models/DeepSeek-R1-Distill-Qwen3-14B") model = PeftModel.from_pretrained(base_model, "evenfarther/DeepSeek-R1-Distill-Qwen-14b-chemical-synthesis-adapter-high-TPR") - Notebooks
- Google Colab
- Kaggle