From a5b1c8680d8e9247b9a370d814feeb531ebe07c0 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 13:01:17 +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/Calliope-14B-Unslop-b0.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf | 3 + Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf | 3 + Calliope-14B-Unslop-b0.1.imatrix.gguf | 3 + README.md | 84 ++++++++++++++++++++++++ 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf create mode 100644 Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf create mode 100644 Calliope-14B-Unslop-b0.1.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..91b5604 --- /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 +Calliope-14B-Unslop-b0.1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..dbce73d --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cf8e96e2135bc7dec284e85cc869a14b8dab5c648cc5d232e785dd36584907 +size 3487930240 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..92098bc --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2be38bb6b8efff325f370f3937af5bdb24451ac34971231f843d0f9bf0322ba +size 3237255040 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..8ef1257 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faeabd52d0f73a56bb2e85962abe4c1a13dfebb4e2c6cf7f85f68e4b44556181 +size 4827660160 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..d75038e --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cd978feebbf124bd2a05b73c589704c14952a127d42b196dcb2bdadf854a93 +size 4493426560 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d2213ed --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb60667ddd2fabd640c0f99fca84176caef73900faef777aaf9ec02b5bdf38b2 +size 4266170240 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ee0181a --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40a4bfde042913435609f024dd0599927ddaea1030d785dc374074d6a95b4d2 +size 3905722240 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..1d40034 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7adb500e51568ad9b414c528ac4e2d87ef0b9a382c0377d5a312b294170599a +size 6251808640 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..a7eb5c7 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100db9a09f33d3332882387a2cc4434bbbec2a3fcfe44cd1cf9858ad56e4c74d +size 6084691840 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0d8e0f0 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0aedfadf83a692691dcb618d1a6095b4cb4b9299b4f72ecfc587fcfd27339c +size 5799610240 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c247271 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab82177a1e393a27345380c5a5c600424d03c86e74aac427bb7404cd93354804 +size 5410930560 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..6ce2446 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bc5e949ad143c6240c73885a76b0e82d7a8abc2a94b59ce13c9efbd237863c +size 7785729920 diff --git a/Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf b/Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..33c9c82 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecd5797dca1c4961a366b599c3f2ca1bf8645ba3132a5d957dd1b47d24071a2 +size 7391653760 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf b/Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..d5a47f1 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eaeca955aebf71d7c29d96c7293ab7e5501a6f43d63658eaf4e2657928e6a9 +size 5229928320 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf b/Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f029958 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993fc38367cc1c98dd17f4ebf98d68585ddf742b8b67540c875b47b601b3c98d +size 4902248320 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf b/Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..f6dce5b --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a939161d90155aa5ee8c1257db7a5e84c17640ea63978e23cdec61b16126500 +size 7192250240 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf b/Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..dbb62e5 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9771e4baae58cabe7aae4a9882c0f11a4da2ff1c790955c5b79b61809f7d186b +size 6664030080 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf b/Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a665896 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5679db02fdb4dc6f330a1df3582f86b505848773b60cf2cff3ac715ae51740b +size 6056839040 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf b/Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..7617833 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5658a5392f4297b8ec00b0b15268c98bd32b51adae9a20e8309d1c867197e261 +size 7785729920 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf b/Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf new file mode 100644 index 0000000..1f60126 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5cf7cbdec3ffd4e5dbfc8fcc563fe40891e5abdf8a94853432f6e3c692bc55 +size 8560775040 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf b/Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..fa9b5fa --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f9ca5452b3953bf594e5dc389bf6bffae22ed99928a5f32fb125a45660ad62 +size 8219086720 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf b/Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f51d222 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7684d2582f37ce5bfc6760e0c9b67c06f3d01d9790432952d8d90bfaa1e63208 +size 7814565760 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf b/Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..c82bbdb --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a84d6e1293d408cc240078803e16aee3535c8fdecc7b3be5366f794a48837e +size 9598783360 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf b/Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..96b19e8 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede91012f054d910d868de189ea753d3df5fd7eeec8dd0b480617f80bc0ce8c7 +size 9362034560 diff --git a/Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf b/Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..8862c04 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee923ad2c581bea51873fd6d809580cd069e8ba446dcba558c36200cc1071bff +size 11064711040 diff --git a/Calliope-14B-Unslop-b0.1.imatrix.gguf b/Calliope-14B-Unslop-b0.1.imatrix.gguf new file mode 100644 index 0000000..7fa1ca9 --- /dev/null +++ b/Calliope-14B-Unslop-b0.1.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01a0e0fdd97b770d1d3b26dc443a3635502023249ee399f2f948d3486cc9cbd +size 7415872 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e5600c --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: Nabbers1999/Calliope-14B-Unslop-b0.1 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Nabbers1999/Calliope-14B-Unslop-b0.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Calliope-14B-Unslop-b0.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-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/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 3.3 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 3.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.0 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q2_K.gguf) | i1-Q2_K | 5.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 6.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 6.4 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.5 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q4_0.gguf) | i1-Q4_0 | 7.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q4_1.gguf) | i1-Q4_1 | 8.7 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 9.7 | | +| [GGUF](https://huggingface.co/mradermacher/Calliope-14B-Unslop-b0.1-i1-GGUF/resolve/main/Calliope-14B-Unslop-b0.1.i1-Q6_K.gguf) | i1-Q6_K | 11.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. + +