Instructions to use marialvsantiago/1bfd6b24-9c88-4b8b-b6fa-0f53cfea76fc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use marialvsantiago/1bfd6b24-9c88-4b8b-b6fa-0f53cfea76fc 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, "marialvsantiago/1bfd6b24-9c88-4b8b-b6fa-0f53cfea76fc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K