Instructions to use Agnij-Moitra/USPTO-50k-DeepSeek-R1-Distill-Qwen-1.5B-unsloth-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Agnij-Moitra/USPTO-50k-DeepSeek-R1-Distill-Qwen-1.5B-unsloth-bnb-4bit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/DeepSeek-R1-Distill-Qwen-1.5B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Agnij-Moitra/USPTO-50k-DeepSeek-R1-Distill-Qwen-1.5B-unsloth-bnb-4bit") - Notebooks
- Google Colab
- Kaggle