Instructions to use souging/bece4e2a-1acf-4d5f-9255-9dc0500ce188 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use souging/bece4e2a-1acf-4d5f-9255-9dc0500ce188 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, "souging/bece4e2a-1acf-4d5f-9255-9dc0500ce188") - Notebooks
- Google Colab
- Kaggle
Ctrl+K