Instructions to use prxy5605/54d92ce6-cfa8-4a3f-9c14-e48782ee5a64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/54d92ce6-cfa8-4a3f-9c14-e48782ee5a64 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, "prxy5605/54d92ce6-cfa8-4a3f-9c14-e48782ee5a64") - Notebooks
- Google Colab
- Kaggle
Ctrl+K