Adventure LoRAs
Collection
LoRAs trained on text adventure data, quality variable • 9 items • Updated • 2
How to use ToastyPigeon/Llama-3-8B-Instruct-SpringDragon-V2-QLoRA with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "ToastyPigeon/Llama-3-8B-Instruct-SpringDragon-V2-QLoRA")This is SpringDragon trained on Meta-Llama-3-8B-Instruct.
Completion format. User imput is given with >.