Mistral 7B Instruct v0.3 Abliterated — AWQ (W4A16)
AWQ 4-bit quantization of evolveon/Mistral-7B-Instruct-v0.3-abliterated,
itself an abliteration of Mistral 7B Instruct v0.3.
Why this exists
The base abliterated model was only published in BF16 and GGUF. This AWQ quant serves natively in vLLM with the Marlin kernel for fast inference.
Quantization details
- Tool: llm-compressor (vLLM project)
- Format: compressed-tensors (auto-detected by vLLM)
- Scheme: W4A16_ASYM (4-bit asymmetric weights, group_size 128, 16-bit activations)
- Algorithm: AWQ (Activation-aware Weight Quantization)
- Calibration: 128 French samples × 192 tokens from
wikimedia/wikipedia(20231101.fr) lm_headleft in fp16 (preserves output quality)- Note:
v_proj → o_projsmoothing is skipped on all 32 layers due to GQA shape mismatch (32 query heads / 8 KV heads). Standard AWQ behaviour for GQA models — quality impact is marginal since theinput_layernorm → q/k/vsmoothing remains active.
Usage with vLLM
vllm serve KebalBaguette/Mistral-7B-Instruct-v0.3-abliterated-AWQ \
--quantization compressed-tensors \
--tool-call-parser mistral \
--enable-auto-tool-choice \
--max-model-len 8192
License
Apache 2.0, inherited from the upstream model and the abliterated base.
- Downloads last month
- 15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for KebalBaguette/Mistral-7B-Instruct-v0.3-abliterated-AWQ
Base model
mistralai/Mistral-7B-v0.3 Finetuned
mistralai/Mistral-7B-Instruct-v0.3