Instructions to use laquythang/65ec45c4-e0b8-4a8f-a971-035adc0edba0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/65ec45c4-e0b8-4a8f-a971-035adc0edba0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/zephyr-sft") model = PeftModel.from_pretrained(base_model, "laquythang/65ec45c4-e0b8-4a8f-a971-035adc0edba0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K