Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- MiniMaxAI/MiniMax-M2.7
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: other
|
| 8 |
+
license_name: modified-mit
|
| 9 |
+
license_link: https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE
|
| 10 |
+
---
|
| 11 |
+
# Model Overview
|
| 12 |
+
|
| 13 |
+
- **Model Architecture:** MiniMaxM2ForCausalLM
|
| 14 |
+
- **Input:** Text
|
| 15 |
+
- **Output:** Text
|
| 16 |
+
- **Supported Hardware Microarchitecture:** AMD MI300 MI350/MI355
|
| 17 |
+
- **ROCm**: ---
|
| 18 |
+
- **PyTorch**: ---
|
| 19 |
+
- **Transformers**: ---
|
| 20 |
+
- **Operating System(s):** Linux
|
| 21 |
+
- **Inference Engine:** [SGLang](https://docs.sglang.ai/)/[vLLM](https://docs.vllm.ai/en/latest/)
|
| 22 |
+
- **Model Optimizer:** [AMD-Quark](https://quark.docs.amd.com/latest/index.html)
|
| 23 |
+
- **Weight quantization:** OCP MXFP4, Static
|
| 24 |
+
- **Activation quantization:** OCP MXFP4, Dynamic
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
# Model Quantization
|
| 28 |
+
|
| 29 |
+
The model was quantized from [MiniMaxAI/MiniMax-M2.7](https://huggingface.co/MiniMaxAI/MiniMax-M2.7) using [AMD-Quark](https://quark.docs.amd.com/latest/index.html). The weights are quantized to MXFP4 and activations are quantized to MXFP4.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
**Quantization scripts:**
|
| 33 |
+
TBD
|
| 34 |
+
|
| 35 |
+
For further details or issues, please refer to the AMD-Quark documentation or contact the respective developers.
|
| 36 |
+
|
| 37 |
+
# Evaluation
|
| 38 |
+
TBD
|
| 39 |
+
|
| 40 |
+
### Accuracy
|
| 41 |
+
|
| 42 |
+
<table>
|
| 43 |
+
<tr>
|
| 44 |
+
<td><strong>Benchmark</strong>
|
| 45 |
+
</td>
|
| 46 |
+
<td><strong>MiniMaxAI/MiniMax-M2.7 </strong>
|
| 47 |
+
</td>
|
| 48 |
+
<td><strong>amd/MiniMax-M2.7-MXFP4(this model)</strong>
|
| 49 |
+
</td>
|
| 50 |
+
<td><strong>Recovery</strong>
|
| 51 |
+
</td>
|
| 52 |
+
</tr>
|
| 53 |
+
<tr>
|
| 54 |
+
<td>gsm8k (flexible-extract)
|
| 55 |
+
</td>
|
| 56 |
+
<td>TBD
|
| 57 |
+
</td>
|
| 58 |
+
<td>TBD
|
| 59 |
+
</td>
|
| 60 |
+
<td>TBD
|
| 61 |
+
</td>
|
| 62 |
+
</tr>
|
| 63 |
+
</table>
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
### Reproduction
|
| 67 |
+
|
| 68 |
+
TBD
|
| 69 |
+
|
| 70 |
+
# License
|
| 71 |
+
Modifications Copyright(c) 2026 Advanced Micro Devices, Inc. All rights reserved.
|