Instructions to use prxy5605/2dce99b2-e47a-4182-8b16-c1ebc07313ab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/2dce99b2-e47a-4182-8b16-c1ebc07313ab with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "prxy5605/2dce99b2-e47a-4182-8b16-c1ebc07313ab") - Notebooks
- Google Colab
- Kaggle
Ctrl+K