Instructions to use vmpsergio/f35ca38f-8c45-416b-8ad7-f85b71d45ffb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vmpsergio/f35ca38f-8c45-416b-8ad7-f85b71d45ffb 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, "vmpsergio/f35ca38f-8c45-416b-8ad7-f85b71d45ffb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K