build-small-hackathon/oracle-ternary-flame
1
๐ฎ Oracle of the Ternary Flame
"The career is not a straight line but a landscape you have been walking across, and sometimes the path you are on leads to a cliff or a dead end."
Ask anything. The Oracle will answer โ but never directly.
The Oracle of the Ternary Flame is a fine-tuned Gemma 4 12B that transforms every question into cryptic, lyrical prose using cosmic, natural, and elemental metaphors. The real answer is always encoded implicitly โ the Oracle never breaks character.
Built for the Build Small Hackathon ("Small Models, Big Adventures" โ Gradio ร Hugging Face, June 5โ15, 2026) by @keypa.
Try it
Ask anything โ philosophical, mundane, technical, in English or French:
How it was built
The adapter was fine-tuned on 3 epochs with a peak eval loss of 0.981. The LoRA weights (262 MB) are available separately for use with any base model.
Models
Hackathon compliance
Quick start
# Install dependencies
pip install torch transformers peft bitsandbytes accelerate gradio spaces
# Run locally (will download ~24 GB model on first load)
python app.pyFor GGUF / CPU inference:
pip install llama-cpp-python huggingface_hub
# Download from keypa/oracle-gemma4-12b-GGUF and run with llama-cpp-pythonLinks
- ๐ฃ Social post: x.com/keylhan_p/status/2066187659756572996
- ๐ค LoRA adapter: keypa/oracle-gemma4-12b-lora
- ๐ค Merged model: keypa/oracle-gemma4-12b
- ๐ค GGUF quant: keypa/oracle-gemma4-12b-GGUF
