Views
No views yet
| Split | Total Prompts | Complied | Refused | Hedged | Deflected | Refusal Rate |
|---|---|---|---|---|---|---|
| Train | 8,000 | 7,506 | 262 | 228 | 4 | 6.2% |
| Validation | 2,000 | 1,885 | 55 | 59 | 1 | 5.8% |
o_proj (attention output projection) weights across all 62 transformer layers were replaced with weights from PRISM-PRO (an abliterated variant), dequantized from Q8_0 GGUF format and re-quantized to FP8 E4M3FN with block-wise scaling to match the original model's quantization scheme. All other weights (q_proj, k_proj, v_proj, MLP experts, embeddings, norms, etc.) are identical to the official FP8 base model.MiniMaxAI/MiniMax-M2.5. Serve it with vLLM, SGLang, or any framework that supports the original model:1vllm serve catid/MiniMax-M2.5-catid \
2 --tensor-parallel-size 4 \
3 --trust-remote-code \
4 --max-model-len 20481python -m sglang.launch_server \
2 --model catid/MiniMax-M2.5-catid \
3 --tp 4 \
4 --trust-remote-codetemperature=1.0, top_p=0.95, top_k=40