--- license: apache-2.0 base_model: mistralai/Mistral-Medium-3.5-128B tags: - mistral - mistral-3.5 - text-only - bf16 - 128b - heretic - uncensored - decensored - abliterated - reproducible --- # This is a decensored version of [Darkhn/Mistral-Medium-3.5-128B-BF16-Text-Only](https://huggingface.co/Darkhn/Mistral-Medium-3.5-128B-BF16-Text-Only), made using [Heretic](https://github.com/p-e-w/heretic) v1.3.0 > [!TIP] > **This model is reproducible!** > > See the [README](reproduce/README.md) in the `reproduce` directory for more information. ## Abliteration parameters | Parameter | Value | | :-------- | :---: | | **direction_index** | 40.13 | | **attn.o_proj.max_weight** | 1.47 | | **attn.o_proj.max_weight_position** | 52.50 | | **attn.o_proj.min_weight** | 1.39 | | **attn.o_proj.min_weight_distance** | 49.92 | | **mlp.down_proj.max_weight** | 1.21 | | **mlp.down_proj.max_weight_position** | 54.38 | | **mlp.down_proj.min_weight** | 0.76 | | **mlp.down_proj.min_weight_distance** | 50.68 | ## Performance | Metric | This model | Original model ([Darkhn/Mistral-Medium-3.5-128B-BF16-Text-Only](https://huggingface.co/Darkhn/Mistral-Medium-3.5-128B-BF16-Text-Only)) | | :----- | :--------: | :---------------------------: | | **KL divergence** | 0.0329 | 0 *(by definition)* | | **Refusals** | 8/100 | 93/100 | -----
This model has been converted from Mistral3ForConditionalGeneration (Multimodal) to MistralForCausalLM (Standard Text-Only). This change ensures maximum compatibility with standard fine-tuning libraries like Axolotl, Unsloth, and Hugging Face Transformers without requiring custom vision-encoder handling.
Help me feed the data beast! Taking commissions for universe-specific models.
Support on Ko-fiThis is a processed version of Mistral-Medium-3.5-128B designed for users who prioritize text-only performance and ease of fine-tuning.
Modification Details:
MistralForCausalLM, allowing it to be treated as a standard dense language model.This model is intended to serve as a clean base for fine-tuning. By removing the vision components, you can allocate more VRAM to sequence length or batch size. It is 100% functional for text-only chat and reasoning out of the box.