Instructions to use brew35/23f2dcac-d4d1-4ae6-a43f-d96d159df543 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use brew35/23f2dcac-d4d1-4ae6-a43f-d96d159df543 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, "brew35/23f2dcac-d4d1-4ae6-a43f-d96d159df543") - Notebooks
- Google Colab
- Kaggle
Ctrl+K