Instructions to use sergioalves/9929304e-516b-4b88-9116-dc5dca2c723a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/9929304e-516b-4b88-9116-dc5dca2c723a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "sergioalves/9929304e-516b-4b88-9116-dc5dca2c723a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K