Instructions to use laquythang/f85d38b4-0820-4f1d-9c2d-9c42722ab805 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/f85d38b4-0820-4f1d-9c2d-9c42722ab805 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Math-1.5B") model = PeftModel.from_pretrained(base_model, "laquythang/f85d38b4-0820-4f1d-9c2d-9c42722ab805") - Notebooks
- Google Colab
- Kaggle
Ctrl+K