noctrex commited on
Commit
8773860
·
verified ·
1 Parent(s): 40685e9

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ GLM-4.7-Flash-i1-MXFP4_MOE_XL-exp.gguf filter=lfs diff=lfs merge=lfs -text
GLM-4.7-Flash-i1-MXFP4_MOE_XL-exp.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068f52327183946b4ca6f11aedaf33c31f2f8d01a6b61878256c929feea88e99
3
+ size 18805927808
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ base_model:
4
+ - zai-org/GLM-4.7-Flash
5
+ ---
6
+ This is an experimental MXFP4\_MOE quantization of the model [GLM-4.7-Flash](https://huggingface.co/zai-org/GLM-4.7-Flash).
7
+
8
+ I have created an importance-aware MXFP4\_MOE quantization that dynamically allocates precision based on tensor importance scores from an imatrix I created with [code_tiny](https://huggingface.co/datasets/eaddario/imatrix-calibration/blob/main/code_tiny.parquet).
9
+ This is a coding optimized quantization and is slightly larger than the mainline MXFP4\_MOE, and the way it works is that it keeps a better quantization depending on the importance of each tensor.
10
+
11
+ ![Quantization Types](quantization_types.png)
12
+
13
+ - BF16 (16-bit) for highly important tensors (>75% importance)
14
+ - Q8_0 (8-bit) for moderately important tensors (>60% importance)
15
+ - MXFP4 (4-bit) for less important tensors (<50% importance)
16
+
17
+ ![Quantization per Layer Count](quant_layer_count.png)
18
+
19
+ As I've mentioned it is experimental, and still not have done any benchmark on it, to see if it's any better than mainline, but you are freely to try it out and report back!
quant_layer_count.png ADDED
quantization_types.png ADDED