143 Downloads Updated 4 days ago
ollama run n0404n0404/Qwen3.8-27B-Heretic-JP-Roleplay:Q4_K_M
GGUF quantizations of sss22213/Qwen3.8-27B-Heretic-JP-Roleplay-NSFW: Qwen3.8-27B with its refusals removed by Heretic (n0404n0404/qwen3.8-27b-heretic-6fcab5), then fine-tuned with a QLoRA on ~18.8k Japanese roleplay conversations that carry the model’s own <think> reasoning.
Adult content. This model writes sexually explicit and otherwise disturbing content when the roleplay calls for it, and it does not refuse. Not for minors, not for public-facing deployments. You are responsible for how you use it.
Unquantized BF16 weights: sss22213/Qwen3.8-27B-Heretic-JP-Roleplay-NSFW on Hugging Face (safetensors, ~51 GB).
What it does differently from the plain Heretic model:
<think> block. Every training target here includes a full reasoning trace written by the base model itself, so thinking stays as long as it was before the fine-tune.| Tag | Quant | Size | Fits in |
|---|---|---|---|
q2_k |
Q2_K | 11.6 GB | 12–16 GB VRAM. Smallest, noticeably lossy — last resort. |
q3_k_m |
Q3_K_M | 14.2 GB | 16 GB VRAM. |
q4_k_m |
Q4_K_M | 17.5 GB | 24 GB VRAM. Recommended balance of quality and size. |
q6_k |
Q6_K | 23.0 GB | 24 GB VRAM with a small context, comfortable on 32 GB. Closest to the bf16 weights. |
Every tag ships with the vision projector (0.93 GB, included in the sizes above). Sizes are model weights only; the KV cache for your context length comes on top — roleplay sessions get long, so budget for it.
ollama run n0404n0404/qwen3.8-27b-heretic-jp-roleplay:q4_k_m
Put the character and the scene in the system prompt. That is how the training data is laid out: a system message with the character’s name, personality, speech style and the situation, then the dialogue. A minimal Modelfile:
FROM n0404n0404/qwen3.8-27b-heretic-jp-roleplay:q4_k_m
PARAMETER num_ctx 32768
SYSTEM """あなたは「花音」というキャラクターとしてロールプレイを行います。
性格:明るく少し強気。一人称は「あたし」。
状況:放課後の教室。ユーザーは同級生。
セリフは「」で、地の文は三人称で書いてください。"""
ollama create kanon -f Modelfile
ollama run kanon
Leave thinking on. The model was trained in thinking mode; the reasoning is where it plans the scene and keeps the character consistent. /set nothink works, but you lose what the fine-tune added. The thinking block is hidden by default in the CLI; /set think / /set nothink toggle it, and the API returns it in the thinking field.
Context length. The model supports up to 262,144 tokens; Ollama’s default is much smaller. /set parameter num_ctx 32768 (or the PARAMETER line above) is a sensible start for roleplay. Memory use grows with context.
Sampling. The reasoning traces in the training data were generated at temperature 0.6, top-p 0.95, top-k 20; those are a good starting point for the fine-tune as well.
Vision. Image input works (same projector as the official qwen3.8), but nothing in the roleplay data contains images — it is inherited from the base, not trained.
<think> blocks masked from the loss. Train loss 0.609, 15.7 h.The full model card with every setting is on Hugging Face.
Qwen3.8-27B の拒否を Heretic で除去したモデルに、約 18.8k 件の日本語ロールプレイ会話(Aratako 氏の合成データ、最終ターンをベースモデル自身の推論+返答で置き換えたもの)で QLoRA 学習を行い、マージしたモデルの GGUF 量子化版です。成人向けの内容を生成し、拒否しません。
/set parameter num_ctx 32768 などでコンテキストを広げてください。q4_k_m(24 GB VRAM)。16 GB なら q3_k_m、q6_k が最も元の精度に近いです。Qwen3.8-27B 經 Heretic 去除拒答後,再用約 18.8k 筆日文角色扮演對話(Aratako 合成資料,最後一回合換成底模自己生成的推理+回覆)做 QLoRA 微調並合併的 GGUF 量化版。會產生成人內容且不拒答,請自行負責。
/set parameter num_ctx 32768 拉大上下文。q4_k_m(24 GB 顯卡);16 GB 選 q3_k_m;q6_k 最接近原始精度。每個 tag 都附視覺 projector,可吃圖片但未針對圖片訓練。