Instructions to use VERSIL91/6522ff70-a8ce-4f53-989c-44b3cb693d15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/6522ff70-a8ce-4f53-989c-44b3cb693d15 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, "VERSIL91/6522ff70-a8ce-4f53-989c-44b3cb693d15") - Notebooks
- Google Colab
- Kaggle
Ctrl+K