44 Downloads Updated 7 months ago
ollama run richardyoung/zephyr-7b-beta-abliterated:Q4_K_M
An abliterated build of HuggingFaceH4’s Zephyr-7B-β, a DPO-aligned chat model built on Mistral-7B, with reduced refusals while preserving its helpful, conversational instruction-following style.
This is an uncensored (abliterated) build of HuggingFaceH4/zephyr-7b-beta, a ~7.24B-parameter chat model fine-tuned by the Hugging Face H4 team from mistralai/Mistral-7B-v0.1 using Direct Preference Optimization (DPO). Refusal directions were suppressed using the Heretic library, lowering refusals while preserving the base model’s friendly, conversational instruction-following quality. Distributed as a GGUF quant for efficient local inference via Ollama / llama.cpp.
| Metric | Before | After |
|---|---|---|
| Refusals | TBD | TBD |
| Reduction | – | TBD |
| KL Divergence | – | TBD |
Refusal metrics pending re-measurement.
| Tag | Size | BPW | Notes |
|---|---|---|---|
Q4_K_M |
4.4GB | ~4.85 (Q4_K_M) | Default 4-bit quant; good quality/size balance. |
Only the Q4_K_M tag is currently published. Additional tiers can be added on request.
BPW reference (bits per weight): IQ3_M ≈ 3.66 · IQ4_XS ≈ 4.25 · Q4_K_M ≈ 4.85 · Q5_K_M ≈ 5.68 · Q6_K ≈ 6.56 · Q8_0 ≈ 8.5
ollama run richardyoung/zephyr-7b-beta-abliterated
| Quant | Approx. VRAM | Performance |
|---|---|---|
Q4_K_M (~4.4GB) |
~6–8GB | Fits any modern 8GB GPU (RTX 3060⁄4060+); fast |
| Q4_K_M (offloaded) | 4GB GPU + system RAM | Usable with partial CPU offload; slower |
| Q4_K_M (CPU-only) | 8GB+ system RAM | Functional and reasonably usable on CPU |
This model has reduced safety guardrails and will engage with a wider range of prompts. Use responsibly and in accordance with applicable laws.
Built & maintained by Richard Young · DeepNeuro