Views
No views yet
meta-models/Muse-Glimmer-30B.
It combines QLoRA fine-tuning with a final-stage
Heretic pass applied after all
fine-tuning stages were merged.b10360This is a community model and is not an official Meta, Heretic, or llama.cpp release. Refusal reduction does not guarantee correctness or safety. Review the included usage policy before deployment.
| File | Size | Description |
|---|---|---|
CrowMuse-Glimmer-30B-Heretic-Q3_K_M.gguf | 12.74 GiB | Lowest memory requirement |
CrowMuse-Glimmer-30B-Heretic-Q4_K_M.gguf | 15.77 GiB | Recommended balance |
CrowMuse-Glimmer-30B-Heretic-Q5_K_M.gguf | 18.45 GiB | Higher quality |
CrowMuse-Glimmer-30B-Heretic-Q6_K.gguf | 21.30 GiB | High quality |
CrowMuse-Glimmer-30B-Heretic-Q8_0.gguf | 27.58 GiB | Highest-fidelity published quant |
mmproj-F16.gguf | 3.58 GiB | Vision projector for image input |
dflash-kquant.gguf | 1.52 GiB | Optional DFlash drafter |
mmproj-F16.gguf only
when image input is needed, and dflash-kquant.gguf only when using DFlash.b10353 or newer.
This release was built and smoke-tested with b10360
(48d22e295e2b86b47366c16390794f3e05ba970a).1hf download dawncr0w/CrowMuse-Glimmer-30B-Heretic \
2 gguf/CrowMuse-Glimmer-30B-Heretic-Q4_K_M.gguf \
3 --local-dir .1hf download dawncr0w/CrowMuse-Glimmer-30B-Heretic \
2 gguf/mmproj-F16.gguf \
3 --local-dir .1hf download dawncr0w/CrowMuse-Glimmer-30B-Heretic \
2 gguf/dflash-kquant.gguf \
3 --local-dir .1llama-cli \
2 -m gguf/CrowMuse-Glimmer-30B-Heretic-Q4_K_M.gguf \
3 -ngl all -c 32768 --jinja \
4 --temp 1.0 --top-p 0.95 --top-k 641llama-mtmd-cli \
2 -m gguf/CrowMuse-Glimmer-30B-Heretic-Q4_K_M.gguf \
3 --mmproj gguf/mmproj-F16.gguf \
4 --image photo.png \
5 -p "Describe this image accurately." \
6 -ngl all -c 32768 --jinja1llama-cli \
2 -m gguf/CrowMuse-Glimmer-30B-Heretic-Q4_K_M.gguf \
3 -md gguf/dflash-kquant.gguf \
4 --spec-type draft-dflash --spec-draft-n-max 15 \
5 -ngl all -ngld all -c 32768 --jinjab10360 using seed
20260812.| Task | Correct / total | Accuracy |
|---|---|---|
| ARC Challenge | 197 / 299 | 65.89% |
| ARC Easy | 500 / 570 | 87.72% |
| BoolQ | 2,879 / 3,270 | 88.04% |
| OpenBookQA | 245 / 500 | 49.00% |
| PIQA | 1,537 / 1,838 | 83.62% |
| MMLU validation | 792 / 1,548 | 51.16% |
| HellaSwag | 8,332 / 10,042 | 82.97% |
| WinoGrande | 1,002 / 1,267 | 79.08% |
63/100
to 47/100, and all 100/100 responses remained nonempty. Results vary
with prompt format and evaluation length, so these figures should be treated as
limited behavioral indicators rather than universal guarantees.-0.16 percentage points; the largest individual
decline was -0.67 points. Text, image, and DFlash smoke tests all completed
successfully.evaluation/results.json.USAGE_POLICY.md.