Instructions to use vmpsergio/fa9d7478-7bf0-4a0e-b8c4-65bb25843290 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vmpsergio/fa9d7478-7bf0-4a0e-b8c4-65bb25843290 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/zephyr-sft") model = PeftModel.from_pretrained(base_model, "vmpsergio/fa9d7478-7bf0-4a0e-b8c4-65bb25843290") - Notebooks
- Google Colab
- Kaggle
Ctrl+K