Instructions to use laquythang/962c948e-5565-41a5-938c-36f82ab61ac9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/962c948e-5565-41a5-938c-36f82ab61ac9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "laquythang/962c948e-5565-41a5-938c-36f82ab61ac9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K