Instructions to use filipesantoscv11/efbb7232-5ea8-4bf1-93b6-df9e27e94204 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use filipesantoscv11/efbb7232-5ea8-4bf1-93b6-df9e27e94204 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-360M") model = PeftModel.from_pretrained(base_model, "filipesantoscv11/efbb7232-5ea8-4bf1-93b6-df9e27e94204") - Notebooks
- Google Colab
- Kaggle
Ctrl+K