Instructions to use aleegis09/4cc45d97-1084-4801-95b9-04155a2ca012 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis09/4cc45d97-1084-4801-95b9-04155a2ca012 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "aleegis09/4cc45d97-1084-4801-95b9-04155a2ca012") - Notebooks
- Google Colab
- Kaggle
Ctrl+K