From 5a6328b007b43ae49d298e2d3d62cba9de47853c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 10:42: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/CEERS-2112-14B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ CEERS-2112-14B-Instruct.i1-IQ1_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ1_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ2_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ2_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ3_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ3_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf | 3 + CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q2_K.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q4_0.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q4_1.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf | 3 + CEERS-2112-14B-Instruct.i1-Q6_K.gguf | 3 + README.md | 88 +++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 CEERS-2112-14B-Instruct.i1-IQ1_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ1_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ2_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ2_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ3_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ3_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q2_K.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q4_0.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q4_1.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf create mode 100644 CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf create mode 100644 CEERS-2112-14B-Instruct.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..48e1a2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +CEERS-2112-14B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +CEERS-2112-14B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CEERS-2112-14B-Instruct.i1-IQ1_M.gguf b/CEERS-2112-14B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..5870657 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0ba6715831983fe3a5ec84b6a81e4879fd15c2b5ceb0db1a82f07c391f3135 +size 3872309152 diff --git a/CEERS-2112-14B-Instruct.i1-IQ1_S.gguf b/CEERS-2112-14B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..7efd575 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59810affedea1fa8dbf0585ba3287d271abccb2d3c5eba4189d50ae8c7df4d0 +size 3607994272 diff --git a/CEERS-2112-14B-Instruct.i1-IQ2_M.gguf b/CEERS-2112-14B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..c9d3807 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e54bb835fcd49ef4937a5574e5b280a61456fbd6680fb8c0c7a918cabecef2d +size 5356146592 diff --git a/CEERS-2112-14B-Instruct.i1-IQ2_S.gguf b/CEERS-2112-14B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..af19377 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dd655d9c7f01e2d9f5021174872a388e24e0dbcf9a844ebcd6fbd673ba4532 +size 5003726752 diff --git a/CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf b/CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9d3610c --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3409ef628135581e3a1a94154daf6e89e9db1fbd1f8d56fb997ca37d59488d83 +size 4704575392 diff --git a/CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf b/CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..159f4db --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76a7b358fe020cca31ec342af565ceb352e6730043a2ea852761ea6c5958c2c +size 4312833952 diff --git a/CEERS-2112-14B-Instruct.i1-IQ3_M.gguf b/CEERS-2112-14B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..f9bd418 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ed37b9474df20c0d5523ee9f0469b484b0f9224e1d68ba55ffc5207dccf61b +size 6916538272 diff --git a/CEERS-2112-14B-Instruct.i1-IQ3_S.gguf b/CEERS-2112-14B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..4b471d2 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814e027dd58c540ef87599114c6f16291b8061c2ceed43a2d28f35c0a7a8d67b +size 6693019552 diff --git a/CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf b/CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..14873d5 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5547204c6d4ea32762c17663a3ca0dc11e84275ef68470c280b2d3fd44c0b552 +size 6383361952 diff --git a/CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf b/CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..7b14e05 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe10480dc68566df2074288761091dcae6d6fda46915f2eca31321ae4219fd92 +size 5946707872 diff --git a/CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf b/CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..6680777 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83559df287d3a0750416b3f9bbcf069905c5a82325c36d2d97a142c3d8d6e27 +size 8549183392 diff --git a/CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf b/CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4abb0e1 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6016dd029f586e7eb9f8052e587265e282c4ce21045c143928ba904af0047f6 +size 8119840672 diff --git a/CEERS-2112-14B-Instruct.i1-Q2_K.gguf b/CEERS-2112-14B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..0256eaa --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff700ffa21dfbc1458f4eb37c9fd1529a63b93e43958d92d394b214e6506129 +size 5770497952 diff --git a/CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf b/CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e3f0a53 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6865d4ce9e0c3b41d3ba98bce7ec7282b95a5554c84c1dfc725aa096a49ae84d +size 5397188512 diff --git a/CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf b/CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..44c1e6f --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd17646c16aaccdd95c8bad3c6fddabfef32e22509523246fc13629c5a541f0 +size 7924768672 diff --git a/CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf b/CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b050d3b --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779e7f8929dd03cfa287e0b8ea719d104e6df6a4ea92c13088d8efe19099bc8a +size 7339204512 diff --git a/CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf b/CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..4a07afb --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bd5fbc5d0178a21d23c952d8487313acc0a66e49c68f7becba3e6e6d0f9cd5 +size 6659596192 diff --git a/CEERS-2112-14B-Instruct.i1-Q4_0.gguf b/CEERS-2112-14B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..d49e703 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc007b865276eee24adba29c9d4e29c10ef384fd393ab463385d27d7efdb3ae +size 8544268192 diff --git a/CEERS-2112-14B-Instruct.i1-Q4_1.gguf b/CEERS-2112-14B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..440ece5 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add48b4489280b30f1385ea1b8df67a2bbe2b79be10eecd0b157018ff74f87c8 +size 9392140192 diff --git a/CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf b/CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8bc5013 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1301a9c502a0ce4032527b1b044c24948fa04d9872bd260457f4d4f4bfff988 +size 8988110752 diff --git a/CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf b/CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..52ece4f --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5687c42531bd019624ff0d140ea4ff0f4c2e34f8651cab2c7ed60635d6c5cce7 +size 8573431712 diff --git a/CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf b/CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..965612e --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6607b686b011c59e278c6059b4cfd3fd1aed152a1cda923fc510a0bcda70583b +size 10508873632 diff --git a/CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf b/CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..9b6ee72 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7560294a2203b68c77d8f6490d20caa26e95281e84026b566dc3030ddb191a3 +size 10266554272 diff --git a/CEERS-2112-14B-Instruct.i1-Q6_K.gguf b/CEERS-2112-14B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..0861940 --- /dev/null +++ b/CEERS-2112-14B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09665b366d6bda967e81a8712e2a30ad847edf07ceb865d9182931f41b914049 +size 12124684192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2156643 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: prithivMLmods/CEERS-2112-14B-Instruct +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- Code +- Math +- Reasoning +- text-generation-inference +- Reinforcement-learning +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/prithivMLmods/CEERS-2112-14B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#CEERS-2112-14B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-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/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/CEERS-2112-14B-Instruct-i1-GGUF/resolve/main/CEERS-2112-14B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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..f57ac06 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495871ede3307a2054c9905dd7d1f9883a5ad1f74b70f013ae12c3665a5d086e +size 8563597