How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Base-2407")
model = PeftModel.from_pretrained(base_model, "ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1")

SpringDragon trained on Mistral-Nemo-Base-2407.

Completion format, user instructions are given with > User actions/input.

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1

Adapter
(9)
this model

Collection including ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1