From 24e04b97bb98dc9b6ef80442205ca0a9dc260962 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 19 May 2026 18:38:09 +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: mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF Source: Original Platform --- .gitattributes | 57 +++++++++++++ ...latine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf | 3 + ...latine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf | 3 + ...latine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf | 3 + ...latine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf | 3 + ...tine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf | 3 + ...latine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf | 3 + ...latine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf | 3 + ...tine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf | 3 + ...olatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf | 3 + ...olatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf | 3 + ...atine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf | 3 + ...olatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf | 3 + README.md | 79 +++++++++++++++++++ imatrix.dat | 3 + 24 files changed, 202 insertions(+) create mode 100644 .gitattributes create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf create mode 100644 Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bb3503f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf new file mode 100644 index 0000000..9c123bd --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2204809e4c8503108bc20c08a26d1394d5e39df41f62683d324a68682764568 +size 3242157440 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf new file mode 100644 index 0000000..8d73af1 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f84218e85ab78d58aae04ecee325d7fc40fbd3a89f79a8d0f303ec16eb19ae +size 2957997440 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf new file mode 100644 index 0000000..c033ac5 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6b1deccf703f2b74129ab4e64d3e75c8c39ddc91d2c84139703e7abd5daf23 +size 4717006720 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf new file mode 100644 index 0000000..8a0d070 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5920f8774f2e3d6a3f7f522c8a79e195ac3d62a14be0dd0964d421b28951ce +size 4338126720 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b926597 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79220f350784ff343753fa187971d0d18259feff02877c268aad889ec67038a +size 4127405440 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ffe604b --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cd65d0acb6b923d42428df0aa670902e292e0a568ad19bbad688537801d3cd +size 3715757440 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf new file mode 100644 index 0000000..ea7d13f --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc26b60781de0d3f7dc20710c6b56d6bc5cb122992764ee19378795b5ece3f7 +size 6473978240 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf new file mode 100644 index 0000000..7e988bc --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab697eb7128f00d2aed4b0328e12ee62335df22be81affb6ade56f3c6cfbf4da +size 6064890240 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..4f2d8e2 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce1254c731e203862a2e1d9aca0994656406c9d466eb975dcced8f0b609571a +size 5806842240 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..801967d --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059cbfe7fd8c1638dd3a035bc69d770e690ea7be33e1d99fceb00940d04dc940 +size 5453262720 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b265866 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e18807d388fa3b5af010478c9ed3fa6aee62405db7ab206594ae882f80b0bd0 +size 7466011520 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf new file mode 100644 index 0000000..86648ea --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d13353fc43b96eb4b4ef97cf71615f6564f8068e39cdbe0338fc61714377069 +size 5143000960 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9999e57 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342c89be0b8ffaf7066ae95563dafe88e068e5bae4ea4ecde6a6d3c4e8f67b65 +size 7490298240 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d8c4ebc --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92df4d2dc86a0e340f9d368027fb230c8428d93f1d70a26bcada22bcecf3d74e +size 6923411840 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..15a9b35 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73251b986632918115ffa76b55de2e5f4395dbef2c6b16d96a877729926190c +size 6064890240 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf new file mode 100644 index 0000000..4b9b3c3 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5581d4a0e2cc6ec7be5b454155adbc63a401df7634d86177383dda5f8c36c8 +size 7925797760 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1208d94 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dfc1dc1fc9d7ab040d2cee47e3704603dd732bc93d1e717ca34d40820c64e0 +size 8566821760 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..20ffd72 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16b23d6d5d898f9b3ac40cb487dfde1f6c0c30ee687881b81c18373e20db6c1 +size 7954469760 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5c72759 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98c75829f15507c83b682c9b253af36571bbb4b710fec6207b5d60647d779ef +size 10074190720 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ca67a50 --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc553324edd1d1b6e56060380daec6b523fb981dfe0c87ab518f6b349113444 +size 9621582720 diff --git a/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf new file mode 100644 index 0000000..0b60f5a --- /dev/null +++ b/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ee1d32aff06254a9b5f0240584eee772f6852c7f9ff7db5cc56dd251e15b52 +size 11453818240 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf2d929 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: jpacifico/Chocolatine-14B-Instruct-DPO-v1.2 +datasets: +- jpacifico/french-orca-dpo-pairs-revised +language: +- fr +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- french +- chocolatine +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/jpacifico/Chocolatine-14B-Instruct-DPO-v1.2 + + +static quants are available at https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-GGUF +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_S.gguf) | i1-IQ2_S | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ2_M.gguf) | i1-IQ2_M | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q2_K.gguf) | i1-Q2_K | 5.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_S.gguf) | i1-IQ3_S | 6.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ3_M.gguf) | i1-IQ3_M | 6.6 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.6 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.6 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_0.gguf) | i1-Q4_0 | 8.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.1 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.7 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.2 | | +| [GGUF](https://huggingface.co/mradermacher/Chocolatine-14B-Instruct-DPO-v1.2-i1-GGUF/resolve/main/Chocolatine-14B-Instruct-DPO-v1.2.i1-Q6_K.gguf) | i1-Q6_K | 11.6 | practically like static Q6_K | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..d393bd0 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6be83c1c5de1962c58ba5f132112ad1e4f9ed65478120c2b3ba708aeb17978 +size 5330275