Instructions to use cvoffer/81e53c40-f488-4352-8938-a204403d9521 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cvoffer/81e53c40-f488-4352-8938-a204403d9521 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "cvoffer/81e53c40-f488-4352-8938-a204403d9521") - Notebooks
- Google Colab
- Kaggle
Ctrl+K