aimeri commited on
Commit
2cecce3
·
verified ·
1 Parent(s): 575c7f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -352,7 +352,7 @@ ids = tok.apply_chat_template(messages, add_generation_prompt=True, return_tenso
352
  out = model.generate(ids, max_new_tokens=400, do_sample=True) # sampler ships in generation_config
353
  print(tok.decode(out[0][ids.shape[-1]:], skip_special_tokens=True))
354
  </pre>
355
- <p>Quants: coming shortly — GGUF static, GGUF imatrix, and MLX, mockingbird pattern.</p>
356
  <p>The thrasher knows a thousand songs. It only needs the one you hand it.</p>
357
  <p><em>thrasher is a roleplay and creative-writing model for adults. It stays in character by design — its corpus was scrubbed of mid-scene refusals — so bring your own moderation where your deployment needs it. Not an assistant, not an oracle, not for anything safety-critical.</em></p>
358
  <p><em>mimids 02 · trained 2026-08 · checkpoints at <a href="https://huggingface.co/aimeri/thrasher-v1-ckpts">thrasher-v1-ckpts</a> · eval instruments, prep scripts, and training config in this repo · Apache 2.0</em></p>
 
352
  out = model.generate(ids, max_new_tokens=400, do_sample=True) # sampler ships in generation_config
353
  print(tok.decode(out[0][ids.shape[-1]:], skip_special_tokens=True))
354
  </pre>
355
+ <p>Quants: <a href="https://huggingface.co/aimeri/spoomplesmaxx-thrasher-24B-GGUF">GGUF static</a> (Q3/Q4/Q5_K_M) · <a href="https://huggingface.co/aimeri/spoomplesmaxx-thrasher-24B-i1-GGUF">GGUF imatrix</a> (IQ3_XXS–Q4_K_M, own-corpus calibration, imatrix.dat included) · MLX <a href="https://huggingface.co/aimeri/spoomplesmaxx-thrasher-24B-mlx-4bit">4-bit</a> / <a href="https://huggingface.co/aimeri/spoomplesmaxx-thrasher-24B-mlx-6bit">6-bit</a>. Prefer the imatrix quants at 3–4 bit.</p>
356
  <p>The thrasher knows a thousand songs. It only needs the one you hand it.</p>
357
  <p><em>thrasher is a roleplay and creative-writing model for adults. It stays in character by design — its corpus was scrubbed of mid-scene refusals — so bring your own moderation where your deployment needs it. Not an assistant, not an oracle, not for anything safety-critical.</em></p>
358
  <p><em>mimids 02 · trained 2026-08 · checkpoints at <a href="https://huggingface.co/aimeri/thrasher-v1-ckpts">thrasher-v1-ckpts</a> · eval instruments, prep scripts, and training config in this repo · Apache 2.0</em></p>