--- 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 | -----

Mistral-Medium-3.5-128B-BF16-Text-Only

📜 Technical Architecture Note

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-fi

Model Description

This 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:

  • Precision Upscale: Converted from FP8 weights to BF16 to restore full 16-bit brain-float precision for stable gradient updates during training.
  • Vision Layer Stripping: All vision encoders and multimodal projection layers have been removed, significantly reducing memory overhead during inference and training for text-only tasks.
  • Architecture Re-mapping: The configuration has been modified to use MistralForCausalLM, allowing it to be treated as a standard dense language model.

Purpose & Usage

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.

Acknowledgements

  • Credit to Mistral AI for the original Mistral-Medium-3.5-128B architecture.