Views
No views yet

gemma-4-31B-it-Uncensored-MAX-MLX is an uncensored evolution built on top of google/gemma-4-31B-it. This model applies advanced refusal direction analysis and abliteration-based training strategies to significantly reduce internal refusal behaviors while preserving the reasoning and instruction-following strengths of the original architecture. The result is a powerful 31B parameter language model optimized for detailed responses and improved instruction adherence.
[!IMPORTANT] This model is materialized for research and learning purposes only. The model has reduced internal refusal behaviors, and any content generated by it is used at the user’s own risk. The authors and hosting page disclaim any liability for content generated by this model. Users are responsible for ensuring that the model is used in a safe, ethical, and lawful manner.
pip install -U mlx-vlm1python -m mlx_vlm.generate \
2 --model prithivMLmods/gemma-4-31B-it-Uncensored-MAX-MLX \
3 --max-tokens 100 \
4 --temperature 0.0 \
5 --prompt "Describe this image." \
6 --image <path_to_image>Important Note: This model intentionally reduces built-in refusal mechanisms.