Lewdiculous
commited on
Commit
•
1d36eb2
1
Parent(s):
53a9f11
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,16 @@ inference: false
|
|
15 |
|
16 |
# **GGUF-Imatrix quantizations for [ChaoticNeutrals/Prodigy_7B](https://huggingface.co/ChaoticNeutrals/Prodigy_7B/).**
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
*If you want any specific quantization to be added, feel free to ask.*
|
19 |
|
20 |
All credits belong to the [creator](https://huggingface.co/ChaoticNeutrals/).
|
|
|
15 |
|
16 |
# **GGUF-Imatrix quantizations for [ChaoticNeutrals/Prodigy_7B](https://huggingface.co/ChaoticNeutrals/Prodigy_7B/).**
|
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 |
*If you want any specific quantization to be added, feel free to ask.*
|
29 |
|
30 |
All credits belong to the [creator](https://huggingface.co/ChaoticNeutrals/).
|