chore(card): enrich YAML frontmatter (pipeline_tag, language, library_name, inference)
Browse files
README.md
CHANGED
|
@@ -4,14 +4,17 @@ license_name: minimax-model-license
|
|
| 4 |
license_link: https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE
|
| 5 |
base_model: MiniMaxAI/MiniMax-M2.7
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
library_name: transformers
|
| 14 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# MiniMax-M2.7-RotorQuant
|
|
|
|
| 4 |
license_link: https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE
|
| 5 |
base_model: MiniMaxAI/MiniMax-M2.7
|
| 6 |
tags:
|
| 7 |
+
- rotorquant
|
| 8 |
+
- kv-cache-quantization
|
| 9 |
+
- minimax
|
| 10 |
+
- m2.7
|
| 11 |
+
- moe
|
| 12 |
+
- quantized
|
| 13 |
library_name: transformers
|
| 14 |
pipeline_tag: text-generation
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
+
inference: false
|
| 18 |
---
|
| 19 |
|
| 20 |
# MiniMax-M2.7-RotorQuant
|