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

base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
model = PeftModel.from_pretrained(base_model, "Spidy-sense/mindsync-riddle-model")

MindSync Riddle Model

LoRA fine-tune of Llama 3.2-3B-Instruct for the Mind Sync Challenge cooperative browser game.

Trained on 150 examples:

  • Easy / Medium / Hard riddles
  • Villain taunts
  • Fake chip descriptions

Prompt format

### Instruction:
Generate a hard riddle for Mind Sync Challenge.

### Response:

Training

  • Base: meta-llama/Llama-3.2-3B-Instruct
  • Method: QLoRA (4-bit NF4 + LoRA r=16)
  • Epochs: 3 | Final loss: 1.2468
  • Hardware: T4 GPU (Google Colab)
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Spidy-sense/mindsync-riddle-model

Adapter
(762)
this model