Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ license: other
|
|
| 4 |
license_name: modified-mit
|
| 5 |
license_link: https://github.com/MiniMax-AI/MiniMax-M2.5/blob/main/LICENSE
|
| 6 |
library_name: transformers
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
W4A16 version of https://huggingface.co/MiniMaxAI/MiniMax-M2.5
|
|
@@ -210,4 +212,4 @@ if __name__ == "__main__":
|
|
| 210 |
### What the function does
|
| 211 |
1. **Input validation** – Accepts any iterable of numbers (ints, floats, etc.).
|
| 212 |
2. **Built‑in solution** – `sorted(nums)` creates a new list and sorts it using Timsort,
|
| 213 |
-
</details>
|
|
|
|
| 4 |
license_name: modified-mit
|
| 5 |
license_link: https://github.com/MiniMax-AI/MiniMax-M2.5/blob/main/LICENSE
|
| 6 |
library_name: transformers
|
| 7 |
+
base_model:
|
| 8 |
+
- MiniMaxAI/MiniMax-M2.5
|
| 9 |
---
|
| 10 |
|
| 11 |
W4A16 version of https://huggingface.co/MiniMaxAI/MiniMax-M2.5
|
|
|
|
| 212 |
### What the function does
|
| 213 |
1. **Input validation** – Accepts any iterable of numbers (ints, floats, etc.).
|
| 214 |
2. **Built‑in solution** – `sorted(nums)` creates a new list and sorts it using Timsort,
|
| 215 |
+
</details>
|