Instructions to use VERSIL91/670b1c19-bc1c-4216-8126-bb822ca3c7cc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/670b1c19-bc1c-4216-8126-bb822ca3c7cc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-360M-Instruct") model = PeftModel.from_pretrained(base_model, "VERSIL91/670b1c19-bc1c-4216-8126-bb822ca3c7cc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K