Adventure LoRAs
Collection
LoRAs trained on text adventure data, quality variable • 9 items • Updated • 2
How to use ToastyPigeon/command-r-32b-Adventure-LoRA with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("SillyTilly/c4ai-command-r-08-2024")
model = PeftModel.from_pretrained(base_model, "ToastyPigeon/command-r-32b-Adventure-LoRA")This is a text adventure QLoRA trained on c4ai-command-r-08-2024.
Datasets: SpringDragon and Skein
Completion format. User input is given with >.
Base model
SillyTilly/c4ai-command-r-08-2024