Instructions to use vmpsergio/270fb7ea-3f0c-413b-a126-eefcc45470fc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vmpsergio/270fb7ea-3f0c-413b-a126-eefcc45470fc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "vmpsergio/270fb7ea-3f0c-413b-a126-eefcc45470fc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K