noctrex commited on
Commit
1abbe5d
·
1 Parent(s): 728aca1

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,12 +1,15 @@
1
- ---
2
- pipeline_tag: text-generation
3
- base_model:
4
- - MiniMaxAI/MiniMax-M2
5
- ---
6
- This is a MXFP4_MOE quantization of the model MiniMax-M2
7
-
8
- Original model: https://huggingface.co/MiniMaxAI/MiniMax-M2
9
-
10
- Download the latest llama.cpp to use it.
11
-
12
- **Model seems to have chat template problems, deleted the old files, and quantizing the version from unsloth.**
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ base_model:
4
+ - MiniMaxAI/MiniMax-M2
5
+ ---
6
+ This is a MXFP4_MOE quantization of the model MiniMax-M2
7
+
8
+ Original model: https://huggingface.co/unsloth/MiniMax-M2
9
+
10
+ Download the latest llama.cpp to use it.
11
+
12
+ It seems that the original model I quantized had chat template problems, so I re-quantized the unsloth version of it that has template fixes.
13
+ Please delete the old one and download the new quant.
14
+
15
+ Also keep in mind that this a *coding* model.