Muse-Glimmer-30B-heretic EXL3 (6.0 bpw)

EXL3 quantized build of coder3101/Muse-Glimmer-30B-heretic, an ARA-abliterated (uncensored) version of meta-models/Muse-Glimmer-30B, converted with exllamav3 v1.4.2.

Model details

Parameter Value
Architecture MuseGlimmerForConditionalGeneration
Model type muse_glimmer (VLM — image-text-to-text)
Hidden layers 52 (39 sliding-attention + 13 full-attention, interleaved every 4th layer)
Hidden size 6656
KV heads 2 (GQA)
Head dim 128
Vocab size 202,048
Context (native) 131,072 tokens
Sliding window 2,048

Quantization details

Parameter Value
Quant method exl3
exllamav3 version 1.4.2
Decoder bits per weight 6.0
Head bits per weight 6.0
Codebook mul1
Calibration rows 250
Calibration seq length 2048
Output scales always
Shards 4
Total size ~24.6 GB

Usage — TabbyAPI

hf download genevera/Muse-Glimmer-30B-heretic-exl3 --local-dir models/Muse-Glimmer-30B-heretic-exl3
# config.yml
model:
  model_name: Muse-Glimmer-30B-heretic-exl3
  max_seq_len: 131072
  cache_mode: 8,8
  vision: true
  reasoning: true

Multimodal (image) input

The model supports image input via the OAI chat completions API with image_url content blocks:

{
  "messages": [{
    "role": "user",
    "content": [
      {"type": "image_url", "image_url": {"url": "data:image/png;base64,..."}},
      {"type": "text", "text": "Describe this image."}
    ]
  }]
}

Speculative decoding

Pair with turboderp/Muse-Glimmer-30B-assistant-exl3 (DFlash draft model) for 2-3× speedup:

draft_model:
  draft_mode: model
  draft_model_name: Muse-Glimmer-30B-assistant-exl3-6.0bpw

Heretic abliteration

This model is a decensored version of meta-models/Muse-Glimmer-30B, made using Heretic v1.2.0 with the Arbitrary-Rank Ablation (ARA) method (with row-norm preservation).

Parameter Value
start_layer_index 10
end_layer_index 50
preserve_good_behavior_weight 0.5826
steer_bad_behavior_weight 0.0008
overcorrect_relative_weight 0.9762
neighbor_count 5
Downloads last month
37
Safetensors
Model size
13B params
Tensor type
BF16
·
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for genevera/Muse-Glimmer-30B-heretic-exl3

Quantized
(3)
this model

Collection including genevera/Muse-Glimmer-30B-heretic-exl3