Instructions to use vermoney/35efdedf-4530-45b7-abe6-f3635591c232 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vermoney/35efdedf-4530-45b7-abe6-f3635591c232 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "vermoney/35efdedf-4530-45b7-abe6-f3635591c232") - Notebooks
- Google Colab
- Kaggle
Ctrl+K