huihui-ai commited on
Commit
5cf1c36
·
verified ·
1 Parent(s): 6401755

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
41
 
42
  **Note** We will directly perform ablation on the GGUF files from [unsloth/GLM-5.2-GGUF](https://huggingface.co/unsloth/GLM-5.2-GGUF). Some weights quantized in Q5_K and Q6_K will be converted to Q8_0. This time, the weights of the first 12 layers and all expert modules were not ablated, so the final weights will increase, but the change will not be significant. The UD-IQ1_M is only 3GB larger than the original.
43
 
44
- Some weights quantized in Q5_K and Q6_K, Q8_0 will be converted to MXFP4 (UD-Q2_K_MXFP4)
45
 
46
  ## Download and merge
47
 
 
41
 
42
  **Note** We will directly perform ablation on the GGUF files from [unsloth/GLM-5.2-GGUF](https://huggingface.co/unsloth/GLM-5.2-GGUF). Some weights quantized in Q5_K and Q6_K will be converted to Q8_0. This time, the weights of the first 12 layers and all expert modules were not ablated, so the final weights will increase, but the change will not be significant. The UD-IQ1_M is only 3GB larger than the original.
43
 
44
+ Some weights quantized in Q5_K and Q6_K, Q8_0 will be converted to MXFP4 (UD-Q2_K_XL -> UD-Q2_K_MXFP4)
45
 
46
  ## Download and merge
47