中文简介
MiniMaxAI/MiniMax-M1-80k-hf 是 MiniMaxAI 在 Hugging Face 发布的模型仓库,当前卡片主要关联文本生成与推理。本站固定记录上游版本 3dbbd8d1e47e,同步到 433 个文件,文件元数据合计 849.56 GB;访问状态为“公开”,许可证字段为“apache-2.0”。
上游模型卡 / 数据集卡
【README 卡片中文译介】
以下内容依据上游仓库 MiniMaxAI/MiniMax-M1-80k-hf 的固定版本 README、卡片字段和文件元数据进行中文结构化整理。它保留便于选型的关键信息,完整技术细节、代码示例和许可文本请同时查看上游原文。
【资源概览】
MiniMaxAI/MiniMax-M1-80k-hf 是 MiniMaxAI 在 Hugging Face 发布的模型仓库,当前卡片主要关联文本生成与推理。本站固定记录上游版本 3dbbd8d1e47e,同步到 433 个文件,文件元数据合计 849.56 GB;访问状态为“公开”,许可证字段为“apache-2.0”。
【适用方向】
适合在真实样本上评估文本生成与推理能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
【版本与规格】
固定版本:3dbbd8d1e47e。 任务标签:文本生成与推理。 架构:MiniMaxForCausalLM。 上游 Safetensors 元数据显示参数量约 456.09 B。 库标记:transformers。 模型类型字段:minimax。 上游页面记录的最近更新时间:2025-07-09。
【文件信息】
上游 API 返回 433 个文件,文件元数据合计 849.56 GB。 已保存文件清单中的主要扩展名:.safetensors 87 个、.md 6 个、.py 2 个、无扩展名 2 个、.json 1 个、.png 1 个。 当前较大的文件包括:model-00000-of-00414.safetensors(2.29 GB);model-00002-of-00414.safetensors(2.17 GB);model-00038-of-00414.safetensors(2.11 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
【运行或处理环境】
仓库文件元数据合计 849.56 GB。 按每参数 2 字节只计算 BF16 权重,理论下限约 849.53 GB;这不包含 KV Cache、激活值、框架开销或并发余量。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
【使用边界】
许可证显示为“apache-2.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
This repository is primarily for the Transformers framework. If you're using other open-source frameworks, please use the alternative repository: MiniMax-M1-80k MiniMax-M1 1. Model Overview We introduce MiniMax-M1, the world's first open-weight, large-scale hybrid-attention reasoning model. MiniMax-M1 is powered by a hybrid Mixture-of-Experts (MoE) architecture combined with a lightning attention mechanism. The model is developed based on our previous MiniMax-Text-01 model, which contains a total of 456 billion parameters with 45.9 billion parameters activated per token. Consistent with MiniMax-Text-01, the M1 model natively supports a context length of 1 million tokens, 8x the context size of DeepSeek R1. Furthermore, the lightning attention mechanism in MiniMax-M1 enables efficient scaling of test-time compute – For example, compared to DeepSeek R1, M1 consumes 25% of the FLOPs at a generation length of 100K tokens. These properties make M1 particularly suitable for complex tasks that require processing long inputs and thinking extensively. MiniMax-M1 is trained using large-scale reinforcement learning (RL) on diverse problems ranging from traditional mathematical reasoning to sandbox-based, real-world software engineering environments. We develop an efficient RL scaling framework for M1 highlighting two perspectives: (1) We propose CISPO, a novel algorithm that clips importance sampling weights instead of token updates, which outperforms other competitive RL variants; (2) Our hybrid-attention design naturally enhances the efficiency of RL, where we address unique challenges when scaling RL with the hybrid architecture. We train two versions of MiniMax-M1 models with 40K and 80K thinking budgets respectively. Experiments on standard benchmarks show that our models outperform other strong open-weight models such as the original DeepSeek-R1 and Qwen3-235B, particularly on complex software engineering, tool using, and long context tasks. With efficient scaling of tes
适用场景
适合在真实样本上评估文本生成与推理能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
模型参数
固定版本:3dbbd8d1e47e。 任务标签:文本生成与推理。 架构:MiniMaxForCausalLM。 上游 Safetensors 元数据显示参数量约 456.09 B。 库标记:transformers。 模型类型字段:minimax。 上游页面记录的最近更新时间:2025-07-09。
文件说明
上游 API 返回 433 个文件,文件元数据合计 849.56 GB。 已保存文件清单中的主要扩展名:.safetensors 87 个、.md 6 个、.py 2 个、无扩展名 2 个、.json 1 个、.png 1 个。 当前较大的文件包括:model-00000-of-00414.safetensors(2.29 GB);model-00002-of-00414.safetensors(2.17 GB);model-00038-of-00414.safetensors(2.11 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
上游文件元数据
.gitattributes1.48 KBconfig.json2.94 KBconfiguration_minimax_m1.py7.13 KBdocs/function_call_guide.md8.38 KBdocs/function_call_guide_cn.md7.82 KBdocs/transformers_deployment_guide.md3.69 KBdocs/transformers_deployment_guide_cn.md3.43 KBdocs/vllm_deployment_guide.md5.22 KBdocs/vllm_deployment_guide_cn.md4.59 KBfigures/TextBench.png51.69 KBLICENSE11.07 KBmain.py4.03 KB
硬件建议
仓库文件元数据合计 849.56 GB。 按每参数 2 字节只计算 BF16 权重,理论下限约 849.53 GB;这不包含 KV Cache、激活值、框架开销或并发余量。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
注意事项
许可证显示为“apache-2.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
获取、校验与交付
咨询此资源时只需发送本页链接或资源准确全称。橙子AI科技会继续核对版本、文件与类型、README资料卡、许可证和访问条件,并在合法访问权限、许可证及平台规则允许的前提下,协助海内外下载、完整性校验及网盘或硬盘交付;本官网本身不托管或下载资源文件。
- 大模型获取与国内转存服务
- 大模型怎么下载:Hugging Face 官方方式与国内交付完整指南
- 国内下载 Hugging Face 模型很慢或经常中断怎么办
- DeepSeek、ChatGPT、豆包、Kimi 能否下载到本地
本页面为橙子AI科技基于固定版本上游卡片整理的中文信息与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。