Transformers
GGUF
English
quantized
roleplay
imatrix
mistral
Merge
Eval Results
Lewdiculous commited on
Commit
454eafe
1 Parent(s): 7d9e390

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -122,6 +122,15 @@ model-index:
122
  ---
123
 
124
  This repository hosts GGUF-Imatrix quantizations for [ResplendentAI/Sinerva_7B](https://huggingface.co/ResplendentAI/Sinerva_7B).
 
 
 
 
 
 
 
 
 
125
  ```
126
  Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
127
  ```
 
122
  ---
123
 
124
  This repository hosts GGUF-Imatrix quantizations for [ResplendentAI/Sinerva_7B](https://huggingface.co/ResplendentAI/Sinerva_7B).
125
+
126
+ **What does "Imatrix" mean?**
127
+
128
+ It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
129
+ The **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process.
130
+ 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.
131
+ [[1]](https://github.com/ggerganov/llama.cpp/discussions/5006) [[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
132
+
133
+ **Steps:**
134
  ```
135
  Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
136
  ```