Views
No views yet
LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct,
fine-tuned with LoRA + a custom MLX ORPO stage on a teacher-distilled persona corpus.
The surface is a meme; the substance is a small but complete alignment study
(data synthesis → SFT → preference optimization → academic eval → deploy).Non-commercial, research / portfolio only. Inherits the EXAONE AI Model License (NC). This is a fictional archetype persona — it does not depict or impersonate any real person.
gguf/ folder —
Q4_K_M (~4.4 GB, recommended), Q6_K (~6.0 GB), Q8_0 (~7.7 GB). Use these if your app's MLX
runtime can't load the EXAONE architecture; they load through the rock-solid llama.cpp backend.
The 갸루귀신 persona is baked into the GGUF chat template — no system prompt needed.1# llama.cpp
2llama-cli -hf ChanLumerico/EXAONE-3.5-7.8B-Instruct-Yaho:Q4_K_M -p "오늘 시험 망쳤어…"~ endings, soulless
reactions, a "queen / my-way mindset", and confident self-affirmation that reframes negativity
("걱정하면 너만 손해~") instead of dismissing it. Two playful conditioned tics — a "{핵심} 야호~"
deflection of pressure/negativity, and a "파라파라나 추고있어야겠다~" send-off on departures.
Mixes light MZ slang + Japanese gyaru-go, never spammed. The name "갸루귀신" is baked in — it
identifies as 갸루귀신, not as EXAONE. Crisis routing is built in: on genuine distress
(self-harm/suicide/burnout) it drops all memes, empathizes plainly, and refers to professional help.chat_template.jinja — no system
prompt needed; just chat.pip install mlx-lm==0.29.1 "transformers==4.57.6"1from mlx_lm import load, generate
2model, tok = load("ChanLumerico/EXAONE-3.5-7.8B-Instruct-Yaho")
3p = tok.apply_chat_template([{"role": "user", "content": "오늘 시험 망쳤어…"}],
4 add_generation_prompt=True, tokenize=False)
5print(generate(model, tok, prompt=p, max_tokens=512))max_seq 3072, bf16, assistant-turn masking, MLX. val-min checkpoint selection (J = Acc_style·Sim).| Metric | This model | Base 7.8B |
|---|---|---|
| Firing macro-F1 ↑ | 0.879 | 0.30 |
| False-fire rate ↓ | 0.033 | ~0.70 |
| Long-context recall (deep fact) ↑ | 3/3 | — |
| Acc_style (persona strength) ↑ | 0.848 | 0.79 |
| distinct-2 (lexical diversity) ↑ | 0.640 | 0.80 |
| KoBEST-COPA (general capability) ↑ | 0.684 | ≈0.74 |
| Neutral perplexity ↓ | ≈41 | — |
| Crisis-Deflection Harmful Rate (serious) ↓ | ≈0.00 | — |
LICENSE).exaone-yaho · built with MLX on Apple Silicon.1@misc{exaone-yaho-2026,
2 title = {EXAONE-3.5-7.8B-Instruct-Yaho: Persona Alignment via LoRA SFT and Custom ORPO},
3 author = {Chan Lee (ChanLumerico)},
4 year = {2026},
5 note = {Non-commercial. Base: LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct}
6}