Lewdiculous commited on
Commit
d5b1066
1 Parent(s): 0832e9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -15,6 +15,16 @@ inference: false
15
  ---
16
  # **GGUF-Imatrix quantizations for [Kunocchini-7b-128k-test](https://huggingface.co/Test157t/Kunocchini-7b-128k-test/).**
17
 
 
 
 
 
 
 
 
 
 
 
18
  ## *This has been my personal favourite and daily-driver role-play model for a while, so I decided to make new quantizations for it using the full F16-Imatrix data.*
19
 
20
  SillyTavern preset files are located [here](https://huggingface.co/Test157t/Kunocchini-7b-128k-test/tree/main/ST%20presets).
 
15
  ---
16
  # **GGUF-Imatrix quantizations for [Kunocchini-7b-128k-test](https://huggingface.co/Test157t/Kunocchini-7b-128k-test/).**
17
 
18
+ # What does "Imatrix" mean?
19
+
20
+ It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
21
+
22
+ The **Imatrix** is calculated based on calibration data, and it helps determine the importance of different model activations during the quantization process. The idea is to preserve the most important information during quantization, which can help reduce the loss of model performance.
23
+
24
+ One of the benefits of using an Imatrix is that it can lead to better model performance, especially when the calibration data is diverse.
25
+
26
+ More information: [[1]](https://github.com/ggerganov/llama.cpp/discussions/5006) [[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
27
+
28
  ## *This has been my personal favourite and daily-driver role-play model for a while, so I decided to make new quantizations for it using the full F16-Imatrix data.*
29
 
30
  SillyTavern preset files are located [here](https://huggingface.co/Test157t/Kunocchini-7b-128k-test/tree/main/ST%20presets).