Lewdiculous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,38 @@ tags:
|
|
10 |
- sillytavern
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
This model was merged using the passthrough merge method.
|
14 |
|
15 |
### Models Merged
|
|
|
10 |
- sillytavern
|
11 |
---
|
12 |
|
13 |
+
This repository hosts GGUF-IQ-Imatrix quantizations for **[Nitral-AI/Infinitely-Laydiculus-9b](https://huggingface.co/Nitral-AI/Infinitely-Laydiculus-9b)**.
|
14 |
+
|
15 |
+
Huge thanks to [@Nitral-AI](https://huggingface.co/Nitral-AI) for merging this one.
|
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 |
+
For imatrix data generation, kalomaze's `groups_merged.txt` with added roleplay chats was used, you can find it [here](https://huggingface.co/Lewdiculous/Datura_7B-GGUF-Imatrix/blob/main/imatrix-with-rp-format-data.txt).
|
25 |
+
|
26 |
+
**Steps:**
|
27 |
+
|
28 |
+
```
|
29 |
+
Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
30 |
+
```
|
31 |
+
*Using the latest llama.cpp at the time.*
|
32 |
+
|
33 |
+
**Quants:**
|
34 |
+
```python
|
35 |
+
quantization_options = [
|
36 |
+
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S", "Q6_K",
|
37 |
+
"Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
38 |
+
]
|
39 |
+
```
|
40 |
+
|
41 |
+
If you want anything that's not here or another model, feel free to request.
|
42 |
+
|
43 |
+
**Original model information:**
|
44 |
+
|
45 |
This model was merged using the passthrough merge method.
|
46 |
|
47 |
### Models Merged
|