Instructions to use denbeo/9643e284-544e-475d-9567-85209a2a9120 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use denbeo/9643e284-544e-475d-9567-85209a2a9120 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.3") model = PeftModel.from_pretrained(base_model, "denbeo/9643e284-544e-475d-9567-85209a2a9120") - Notebooks
- Google Colab
- Kaggle