Views
No views yet
⚠️ Note: This is a re-upload of 0xSero's quantized and pruned MiniMax-M2.1-REAP-50-W4A16 model. The original creator (0xSero) has explicitly authorized this re-upload. All credit for the quantization and pruning work goes to 0xSero.
| Property | Value |
|---|---|
| Base Model | MiniMaxAI/MiniMax-M2.1 |
| After REAP 50% | ~116B |
| Experts | 128/256 (50% retained) |
| Architecture | MoE (Mixture of Experts) |
| Quantization | INT4 weights, FP16 activations |
| Format | GPTQ (AutoRound) |
| Disk Size | 62.6GB |
| (Un)Stability | 2 loops in stress tests |
| Temperature | math_word | reasoning | code | json | instruction | creative |
|---|---|---|---|---|---|---|
| 0.0 | Loop | OK | OK | OK | OK | OK |
| 0.2 | Loop | OK | OK | OK | OK | OK |
| 0.7 | OK | OK | OK | OK | OK | OK |
| 1.0 | OK | OK | OK | OK | OK | OK |
1vllm serve plezan/MiniMax-M2.1-REAP-50-W4A16 \
2 --tensor-parallel-size 4 \
3 --trust-remote-code \
4 --quantization gptq1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained(
4 "plezan/MiniMax-M2.1-REAP-50-W4A16",
5 device_map="auto",
6 trust_remote_code=True
7)
8tokenizer = AutoTokenizer.from_pretrained("plezan/MiniMax-M2.1-REAP-50-W4A16", trust_remote_code=True)| Model | Experts | Loops | Size | Status |
|---|---|---|---|---|
| MiniMax-M2.1-REAP-20 | 204 | 1 | 185B | Deprecated |
| MiniMax-M2.1-REAP-30 | 180 | 0 | 162B | Recommended |
| MiniMax-M2.1-REAP-40 | 154 | 0 | 139B | Recommended |
| MiniMax-M2.1-REAP-50 | 128 | 2 | 116B | Deprecated |
Note: Links in the table above point to the original models on 0xSero's account, some of them were removed by the creator. This re-upload preserves the 50% pruned + quantized version with authorization.