Instructions to use thangla01/b78635db-ed04-40b8-ac24-cc2aa638f1a3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/b78635db-ed04-40b8-ac24-cc2aa638f1a3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-1.7B") model = PeftModel.from_pretrained(base_model, "thangla01/b78635db-ed04-40b8-ac24-cc2aa638f1a3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K