Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -14,17 +14,27 @@ license: cc-by-nc-4.0 
     | 
|
| 14 | 
         | 
| 15 | 
         
             
            # **GGUF-Imatrix quantizations for [SanjiWatsuki/Loyal-Toppy-Bruins-Maid-7B-DARE](https://huggingface.co/SanjiWatsuki/Loyal-Toppy-Bruins-Maid-7B-DARE/).**
         
     | 
| 16 | 
         | 
| 17 | 
         
            -
             
     | 
| 18 | 
         | 
| 19 | 
         
            -
             
     | 
| 20 | 
         | 
| 21 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 22 | 
         | 
| 23 | 
         
             
            `Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)`
         
     | 
| 24 | 
         | 
| 25 | 
         
             
            Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2280](https://github.com/ggerganov/llama.cpp/releases/tag/b2280).
         
     | 
| 26 | 
         | 
| 27 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 28 | 
         | 
| 29 | 
         
             
            # Original model information:
         
     | 
| 30 | 
         | 
| 
         | 
|
| 14 | 
         | 
| 15 | 
         
             
            # **GGUF-Imatrix quantizations for [SanjiWatsuki/Loyal-Toppy-Bruins-Maid-7B-DARE](https://huggingface.co/SanjiWatsuki/Loyal-Toppy-Bruins-Maid-7B-DARE/).**
         
     | 
| 16 | 
         | 
| 17 | 
         
            +
            # What does "Imatrix" mean?
         
     | 
| 18 | 
         | 
| 19 | 
         
            +
            It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
         
     | 
| 20 | 
         | 
| 21 | 
         
            +
            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.
         
     | 
| 22 | 
         
            +
             
     | 
| 23 | 
         
            +
            One of the benefits of using an Imatrix is that it can lead to better model performance, especially when the calibration data is diverse.
         
     | 
| 24 | 
         
            +
             
     | 
| 25 | 
         
            +
            For --imatrix data, `imatrix-Loyal-Toppy-Bruins-Maid-7B-DARE-F16.dat` was used.
         
     | 
| 26 | 
         | 
| 27 | 
         
             
            `Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)`
         
     | 
| 28 | 
         | 
| 29 | 
         
             
            Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2280](https://github.com/ggerganov/llama.cpp/releases/tag/b2280).
         
     | 
| 30 | 
         | 
| 31 | 
         
            +
            [[More information in this discussion.]](https://github.com/ggerganov/llama.cpp/discussions/5006)
         
     | 
| 32 | 
         
            +
             
     | 
| 33 | 
         
            +
            The new **IQ3_S** quant-option has shown to be better than the old Q3_K_S, so I added that instead of the later. Only supported in `koboldcpp-1.59.1` or higher.
         
     | 
| 34 | 
         
            +
             
     | 
| 35 | 
         
            +
            *If you want any specific quantization to be added, feel free to ask.*
         
     | 
| 36 | 
         
            +
             
     | 
| 37 | 
         
            +
            All credits belong to the [creator](https://huggingface.co/SanjiWatsuki/).
         
     | 
| 38 | 
         | 
| 39 | 
         
             
            # Original model information:
         
     | 
| 40 | 
         |