From e0af99f5554d6b1413acdd1fe27d5aad45c76c16 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 16 May 2026 17:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: Lewdiculous/Copium-Cola-9B-GGUF-IQ-Imatrix Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++ Copium-Cola-9B-F16.gguf | 3 ++ Copium-Cola-9B-IQ3_M-imat.gguf | 3 ++ Copium-Cola-9B-IQ3_S-imat.gguf | 3 ++ Copium-Cola-9B-IQ3_XS-imat.gguf | 3 ++ Copium-Cola-9B-IQ3_XXS-imat.gguf | 3 ++ Copium-Cola-9B-IQ4_NL-imat.gguf | 3 ++ Copium-Cola-9B-IQ4_XS-imat.gguf | 3 ++ Copium-Cola-9B-Q4_K_M-imat.gguf | 3 ++ Copium-Cola-9B-Q4_K_S-imat.gguf | 3 ++ Copium-Cola-9B-Q5_K_M-imat.gguf | 3 ++ Copium-Cola-9B-Q5_K_S-imat.gguf | 3 ++ Copium-Cola-9B-Q6_K-imat.gguf | 3 ++ Copium-Cola-9B-Q8_0-imat.gguf | 3 ++ README.md | 81 ++++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 16 files changed, 172 insertions(+) create mode 100644 .gitattributes create mode 100644 Copium-Cola-9B-F16.gguf create mode 100644 Copium-Cola-9B-IQ3_M-imat.gguf create mode 100644 Copium-Cola-9B-IQ3_S-imat.gguf create mode 100644 Copium-Cola-9B-IQ3_XS-imat.gguf create mode 100644 Copium-Cola-9B-IQ3_XXS-imat.gguf create mode 100644 Copium-Cola-9B-IQ4_NL-imat.gguf create mode 100644 Copium-Cola-9B-IQ4_XS-imat.gguf create mode 100644 Copium-Cola-9B-Q4_K_M-imat.gguf create mode 100644 Copium-Cola-9B-Q4_K_S-imat.gguf create mode 100644 Copium-Cola-9B-Q5_K_M-imat.gguf create mode 100644 Copium-Cola-9B-Q5_K_S-imat.gguf create mode 100644 Copium-Cola-9B-Q6_K-imat.gguf create mode 100644 Copium-Cola-9B-Q8_0-imat.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4a3954 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-F16.gguf filter=lfs diff=lfs merge=lfs -text +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q4_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q4_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ4_NL-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ4_XS-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q5_K_M-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q5_K_S-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ3_M-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ3_S-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ3_XS-imat.gguf filter=lfs diff=lfs merge=lfs -text +Copium-Cola-9B-IQ3_XXS-imat.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Copium-Cola-9B-F16.gguf b/Copium-Cola-9B-F16.gguf new file mode 100644 index 0000000..474ec8e --- /dev/null +++ b/Copium-Cola-9B-F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524b5af854de6ebdd63c56b5e533e099d8ddc7fc271aa00686b076201cca2cba +size 17974658944 diff --git a/Copium-Cola-9B-IQ3_M-imat.gguf b/Copium-Cola-9B-IQ3_M-imat.gguf new file mode 100644 index 0000000..348bb06 --- /dev/null +++ b/Copium-Cola-9B-IQ3_M-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3625184f9a72f06ee0642050122cb54d70d1522f7777f015502a6d5d6dfd708 +size 4064970688 diff --git a/Copium-Cola-9B-IQ3_S-imat.gguf b/Copium-Cola-9B-IQ3_S-imat.gguf new file mode 100644 index 0000000..da7a2e3 --- /dev/null +++ b/Copium-Cola-9B-IQ3_S-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38538d539750d7e68d1280c148895aa41dcbe541b8f718709ebac8adeef85817 +size 3936847808 diff --git a/Copium-Cola-9B-IQ3_XS-imat.gguf b/Copium-Cola-9B-IQ3_XS-imat.gguf new file mode 100644 index 0000000..b3b5cba --- /dev/null +++ b/Copium-Cola-9B-IQ3_XS-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4cb8cf1c9089f4a9b960b74368466cb2add2f2385d1936a244a1d3f44cd21a +size 3710093248 diff --git a/Copium-Cola-9B-IQ3_XXS-imat.gguf b/Copium-Cola-9B-IQ3_XXS-imat.gguf new file mode 100644 index 0000000..ab8557c --- /dev/null +++ b/Copium-Cola-9B-IQ3_XXS-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ed5437907931969a317bdcdc665f914e12e03c7528717b9243593abf8afd78 +size 3497387968 diff --git a/Copium-Cola-9B-IQ4_NL-imat.gguf b/Copium-Cola-9B-IQ4_NL-imat.gguf new file mode 100644 index 0000000..abdccee --- /dev/null +++ b/Copium-Cola-9B-IQ4_NL-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423b1f820ffc7b04489e2c1560bb6c2b5c452eafb7f8cf7d6bf59ee2dc540430 +size 5111621568 diff --git a/Copium-Cola-9B-IQ4_XS-imat.gguf b/Copium-Cola-9B-IQ4_XS-imat.gguf new file mode 100644 index 0000000..4b746d1 --- /dev/null +++ b/Copium-Cola-9B-IQ4_XS-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b68a362fe823fffa6b2a98f9ef70fbc674c093ebb08fcedbb1875b6bbf0836f +size 4840138688 diff --git a/Copium-Cola-9B-Q4_K_M-imat.gguf b/Copium-Cola-9B-Q4_K_M-imat.gguf new file mode 100644 index 0000000..2596b48 --- /dev/null +++ b/Copium-Cola-9B-Q4_K_M-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9f6194b833887379ab09fd63c02cf02662d6632694d24b6d29c972c1d7a40e +size 5415053248 diff --git a/Copium-Cola-9B-Q4_K_S-imat.gguf b/Copium-Cola-9B-Q4_K_S-imat.gguf new file mode 100644 index 0000000..d221699 --- /dev/null +++ b/Copium-Cola-9B-Q4_K_S-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c12f3b9671e0b86822e1d96c93100d149958017f61d85de227cd3416f25754 +size 5129447360 diff --git a/Copium-Cola-9B-Q5_K_M-imat.gguf b/Copium-Cola-9B-Q5_K_M-imat.gguf new file mode 100644 index 0000000..b992536 --- /dev/null +++ b/Copium-Cola-9B-Q5_K_M-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282cb58e9dcc789c0a8fe76d0bf095546f474d5ee68fe1355e7d4ce76238118d +size 6364669888 diff --git a/Copium-Cola-9B-Q5_K_S-imat.gguf b/Copium-Cola-9B-Q5_K_S-imat.gguf new file mode 100644 index 0000000..08459a2 --- /dev/null +++ b/Copium-Cola-9B-Q5_K_S-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d047870492c9250961b6f8e6688c24a27e1b891035f50eb5e08039cb7997cd6c +size 6197553088 diff --git a/Copium-Cola-9B-Q6_K-imat.gguf b/Copium-Cola-9B-Q6_K-imat.gguf new file mode 100644 index 0000000..35ebb8c --- /dev/null +++ b/Copium-Cola-9B-Q6_K-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bfca141792d11c022d72101d0db091da0125137f823121966693f9903e93ab +size 7373637568 diff --git a/Copium-Cola-9B-Q8_0-imat.gguf b/Copium-Cola-9B-Q8_0-imat.gguf new file mode 100644 index 0000000..3dbf6e4 --- /dev/null +++ b/Copium-Cola-9B-Q8_0-imat.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f42740cad216500c99a7a55b3f41c2fa9bbd7b191fe468f864f5badc02d1ce +size 9550006208 diff --git a/README.md b/README.md new file mode 100644 index 0000000..264ad3c --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +library_name: transformers +tags: +- mistral +- quantized +- text-generation-inference +- roleplay +# - rp +# - uncensored +pipeline_tag: text-generation +inference: false +# language: +# - en +# FILL THE INFORMATION: +# Reference: Test157t/Copium-Cola-9B +# Author: Test157t +# Model: Copium-Cola-9B +# Llama.cpp version: b2343 +--- + +```python + quantization_options = [ + "Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M", + "Q5_K_S", "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XS", "IQ3_XXS" + ] +``` + +## GGUF-Imatrix quantizations for [Test157t/Copium-Cola-9B](https://huggingface.co/Test157t/Copium-Cola-9B/). + +All credits belong to the author. + +If you liked these, check out the work with [FantasiaFoundry's GGUF-IQ-Imatrix-Quantization-Script](https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script). + +## What does "Imatrix" mean? + +It stands for **Importance Matrix**, a technique used to improve the quality of quantized models.
+[[1]](https://github.com/ggerganov/llama.cpp/discussions/5006/)
+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 and lead to better quality preservation, especially when the calibration data is diverse.
+[[2]](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384/) + +For --imatrix data, included `imatrix.dat` was used. + +Using [llama.cpp-b2343](https://github.com/ggerganov/llama.cpp/releases/tag/b2343/): + +``` +Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants) +``` + +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. + +If you want any specific quantization to be added, feel free to ask. + + + +## Original model information: + +![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/rEj8wf7Vkq_Lf8H30uE-J.png) + +This model was merged using the passthrough merge method. + +### Models Merged + +The following models were included in the merge: +* [ChaoticNeutrals/Eris_7B](https://huggingface.co/ChaoticNeutrals/Eris_7B) + +### Configuration + +The following YAML configuration was used to produce this model: + +```yaml +slices: + - sources: + - model: ChaoticNeutrals/Eris_7B + layer_range: [0, 20] + - sources: + - model: ChaoticNeutrals/Eris_7B + layer_range: [12, 32] +merge_method: passthrough +dtype: float16 + +``` \ No newline at end of file diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..ece9dc7 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72a9077490b1ae3efc379f1baf79f698e2430c09b9e3b4d5976c84c61363f5c +size 6235174