minimax-m2.1-reap-observations
收藏资源简介:
该数据集包含了96个压力测试结果,覆盖了4种使用REAP(路由器加权专家激活剪枝)在不同压缩比例下剪枝的MiniMax-M2.1模型,测试了在不同温度下的重复循环情况。测试配置包括温度范围(0.0, 0.2, 0.7, 1.0)、提示类型(loop_count, code_fib, math_word, tool_json, essay, repeat_abc)、最大令牌数(512)和循环检测(5+重复行)。关键发现包括只有30%和40%的剪枝比例能产生稳定模型,且循环仅在低温(0.0-0.2)下发生,推荐最低温度为0.3+。
This dataset contains 96 stress test results, covering 4 MiniMax-M2.1 models pruned via REAP (Router-Weighted Expert Activation Pruning) under varying compression ratios. The tests evaluate repetitive looping behavior across different temperature settings. The test configurations include temperature values (0.0, 0.2, 0.7, 1.0), prompt types (loop_count, code_fib, math_word, tool_json, essay, repeat_abc), maximum token count (512), and loop detection (5+ repeated lines). Key findings include that only pruning ratios of 30% and 40% can generate stable models, looping only occurs at low temperatures (0.0–0.2), and a minimum recommended temperature of 0.3 or higher.
MiniMax-M2.1 REAP Stress Test Observations 数据集概述
数据集基本信息
- 许可证: Apache 2.0
- 任务类别: 文本生成
- 语言: 英语
- 标签: minimax, moe, reap, pruning, stress-test, observations
- 数据规模: 小于1K样本
数据集描述
本数据集包含对4个经过REAP(Router-weighted Expert Activation Pruning)剪枝的MiniMax-M2.1模型在多种压缩比下的压力测试结果,共计96项测试,旨在检测不同温度设置下的重复循环问题。
测试模型详情
| 模型 | 压缩率 | 专家数量 | 状态 |
|---|---|---|---|
| REAP-20 | 20% | 204/256 | 已弃用(出现1次循环) |
| REAP-30 | 30% | 180/256 | 推荐使用(0次循环) |
| REAP-40 | 40% | 154/256 | 推荐使用(0次循环) |
| REAP-50 | 50% | 128/256 | 已弃用(出现2次循环) |
测试配置
- 温度设置: 0.0, 0.2, 0.7, 1.0
- 提示类型: loop_count, code_fib, math_word, tool_json, essay, repeat_abc
- 最大令牌数: 512
- 循环检测标准: 5行及以上重复内容
关键发现
稳定剪枝区间
仅30%和40%剪枝率能产生稳定模型:
- 20%剪枝:在math_word提示类型、温度0.0时出现循环
- 30%剪枝:0次循环(推荐)
- 40%剪枝:0次循环(推荐)
- 50%剪枝:在math_word提示类型、温度0.0和0.2时出现循环
温度敏感性
循环仅发生在低温区间(0.0-0.2)。推荐最低温度:0.3以上
数据结构
数据集遵循以下JSON格式: json { "model": "MiniMax-M2.1-REAP-50p", "temp": 0.0, "prompt": "math_word", "input_tokens": 64, "output_tokens": 512, "elapsed_sec": 102.42, "tok_per_sec": 5.0, "is_loop": true, "completion_preview": "...", "completion_end": "..." }
推荐模型
- MiniMax-M2.1-REAP-30 - 162B参数
- MiniMax-M2.1-REAP-40 - 139B参数
致谢
- 计算资源由Prime Intellect赞助
- REAP实现由Cerebras提供
- 基础模型由MiniMax开发




