Instructions to use laquythang/d5b64688-6a36-488c-8ee1-41fddcbb6c5d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/d5b64688-6a36-488c-8ee1-41fddcbb6c5d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "laquythang/d5b64688-6a36-488c-8ee1-41fddcbb6c5d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K