Instructions to use ivangrapher/3bf6e38c-063c-436d-84fc-eab9e885105e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ivangrapher/3bf6e38c-063c-436d-84fc-eab9e885105e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-135M-Instruct") model = PeftModel.from_pretrained(base_model, "ivangrapher/3bf6e38c-063c-436d-84fc-eab9e885105e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K