GGUF
English
Not-For-All-Audiences
Lewdiculous commited on
Commit
ec3acd2
·
verified ·
1 Parent(s): 472810c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -13,6 +13,15 @@ inference: false
13
  ---
14
 
15
  This repository hosts GGUF-Imatrix quantizations for [ResplendentAI/Paradigm_Shift_7B](https://huggingface.co/ResplendentAI/Paradigm_Shift_7B).
 
 
 
 
 
 
 
 
 
16
  ```
17
  Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
18
  ```
 
13
  ---
14
 
15
  This repository hosts GGUF-Imatrix quantizations for [ResplendentAI/Paradigm_Shift_7B](https://huggingface.co/ResplendentAI/Paradigm_Shift_7B).
16
+
17
+ **What does "Imatrix" mean?**
18
+
19
+ It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
20
+ The **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process.
21
+ The idea is to preserve the most important information during quantization, which can help reduce the loss of model performance, especially when the calibration data is diverse.
22
+ [[1]](https://github.com/ggerganov/llama.cpp/discussions/5006) [[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
23
+
24
+ **Steps:**
25
  ```
26
  Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
27
  ```