From 1b9daee2cfe0306534a77de43c3ca700fd022ace Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 4 May 2026 14:16:55 +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/Happi-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++++++ Happi-8B.i1-IQ1_M.gguf | 3 ++ Happi-8B.i1-IQ1_S.gguf | 3 ++ Happi-8B.i1-IQ2_M.gguf | 3 ++ Happi-8B.i1-IQ2_S.gguf | 3 ++ Happi-8B.i1-IQ2_XS.gguf | 3 ++ Happi-8B.i1-IQ2_XXS.gguf | 3 ++ Happi-8B.i1-IQ3_M.gguf | 3 ++ Happi-8B.i1-IQ3_S.gguf | 3 ++ Happi-8B.i1-IQ3_XS.gguf | 3 ++ Happi-8B.i1-IQ3_XXS.gguf | 3 ++ Happi-8B.i1-IQ4_NL.gguf | 3 ++ Happi-8B.i1-IQ4_XS.gguf | 3 ++ Happi-8B.i1-Q2_K.gguf | 3 ++ Happi-8B.i1-Q2_K_S.gguf | 3 ++ Happi-8B.i1-Q3_K_L.gguf | 3 ++ Happi-8B.i1-Q3_K_M.gguf | 3 ++ Happi-8B.i1-Q3_K_S.gguf | 3 ++ Happi-8B.i1-Q4_0.gguf | 3 ++ Happi-8B.i1-Q4_1.gguf | 3 ++ Happi-8B.i1-Q4_K_M.gguf | 3 ++ Happi-8B.i1-Q4_K_S.gguf | 3 ++ Happi-8B.i1-Q5_K_M.gguf | 3 ++ Happi-8B.i1-Q5_K_S.gguf | 3 ++ Happi-8B.i1-Q6_K.gguf | 3 ++ Happi-8B.imatrix.gguf | 3 ++ README.md | 90 ++++++++++++++++++++++++++++++++++++++++ 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 Happi-8B.i1-IQ1_M.gguf create mode 100644 Happi-8B.i1-IQ1_S.gguf create mode 100644 Happi-8B.i1-IQ2_M.gguf create mode 100644 Happi-8B.i1-IQ2_S.gguf create mode 100644 Happi-8B.i1-IQ2_XS.gguf create mode 100644 Happi-8B.i1-IQ2_XXS.gguf create mode 100644 Happi-8B.i1-IQ3_M.gguf create mode 100644 Happi-8B.i1-IQ3_S.gguf create mode 100644 Happi-8B.i1-IQ3_XS.gguf create mode 100644 Happi-8B.i1-IQ3_XXS.gguf create mode 100644 Happi-8B.i1-IQ4_NL.gguf create mode 100644 Happi-8B.i1-IQ4_XS.gguf create mode 100644 Happi-8B.i1-Q2_K.gguf create mode 100644 Happi-8B.i1-Q2_K_S.gguf create mode 100644 Happi-8B.i1-Q3_K_L.gguf create mode 100644 Happi-8B.i1-Q3_K_M.gguf create mode 100644 Happi-8B.i1-Q3_K_S.gguf create mode 100644 Happi-8B.i1-Q4_0.gguf create mode 100644 Happi-8B.i1-Q4_1.gguf create mode 100644 Happi-8B.i1-Q4_K_M.gguf create mode 100644 Happi-8B.i1-Q4_K_S.gguf create mode 100644 Happi-8B.i1-Q5_K_M.gguf create mode 100644 Happi-8B.i1-Q5_K_S.gguf create mode 100644 Happi-8B.i1-Q6_K.gguf create mode 100644 Happi-8B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ac69bb4 --- /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 +Happi-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Happi-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Happi-8B.i1-IQ1_M.gguf b/Happi-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..86dcef6 --- /dev/null +++ b/Happi-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a01bd47cb86372acf39a5b47e3a81b814d6b4008047ac7b5cc8afeb0cdd6b +size 2161972800 diff --git a/Happi-8B.i1-IQ1_S.gguf b/Happi-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..d623877 --- /dev/null +++ b/Happi-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1310565d77bc7c689cbb3bf856fbf6cc570e10b7c2df16709abad2faf41004 +size 2019628608 diff --git a/Happi-8B.i1-IQ2_M.gguf b/Happi-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..3b0db7f --- /dev/null +++ b/Happi-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416000456f03da82d117e151096d1d62f2ce21a0427733b37f28ed357aab047 +size 2948281920 diff --git a/Happi-8B.i1-IQ2_S.gguf b/Happi-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..fdd56f1 --- /dev/null +++ b/Happi-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9997368d8c22e67e90cd35805d484092efd956656cb87386a2d696c4f6ca2765 +size 2758489664 diff --git a/Happi-8B.i1-IQ2_XS.gguf b/Happi-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c3e1193 --- /dev/null +++ b/Happi-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ace3e0d89ef69624044ff8e4951f6c915c6a7b67d5acafd282a79ba93f6d2bd +size 2605782592 diff --git a/Happi-8B.i1-IQ2_XXS.gguf b/Happi-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6d22fa8 --- /dev/null +++ b/Happi-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4f5ea6f53f7bf4ba6f351de346dd0bf824f9d3245987fe28cfb5f2e9e77775 +size 2399213120 diff --git a/Happi-8B.i1-IQ3_M.gguf b/Happi-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..16e85e7 --- /dev/null +++ b/Happi-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e03f4341aa4be8b206b85946ae4b6e175edab2b2b53ea975f5b4cc132a14cb5 +size 3784824384 diff --git a/Happi-8B.i1-IQ3_S.gguf b/Happi-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..6a5b6c7 --- /dev/null +++ b/Happi-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03bcba9e3ee6bca9567797c0966c4bde2bb007f431bf0efe5a53b1bdbfc86c4 +size 3682326080 diff --git a/Happi-8B.i1-IQ3_XS.gguf b/Happi-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..c396cdf --- /dev/null +++ b/Happi-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a400fc5895c142e8a6a0a5ff2d42abe9fd86e96663095fbc3b190a10739dd0f +size 3518748224 diff --git a/Happi-8B.i1-IQ3_XXS.gguf b/Happi-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9cb29ed --- /dev/null +++ b/Happi-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca8b77ae001edc0087033d918b1d0aa48803757e326d6c5c39fdfde839fb0fc +size 3274913344 diff --git a/Happi-8B.i1-IQ4_NL.gguf b/Happi-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c82e22b --- /dev/null +++ b/Happi-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9314ae4a80482f0dbf728accfb0f116a93e09162f5351058d406de0b6b103ad5 +size 4677989952 diff --git a/Happi-8B.i1-IQ4_XS.gguf b/Happi-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8e67cab --- /dev/null +++ b/Happi-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21147ea7e03b1fe37983d8219893acebc22e2b9fd6051ccdda3270f7624c5e3 +size 4447663680 diff --git a/Happi-8B.i1-Q2_K.gguf b/Happi-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..b0e7eb8 --- /dev/null +++ b/Happi-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f0f6fdc5db3180f52c1fc78d0f2b75d74f02b462e890cd2ae052167526ebd5 +size 3179132480 diff --git a/Happi-8B.i1-Q2_K_S.gguf b/Happi-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..0a6734b --- /dev/null +++ b/Happi-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8acdd857a3be6ec659a474df66c956f912d75dc2d07b4ffcfb884fb0d5db5e +size 2988815936 diff --git a/Happi-8B.i1-Q3_K_L.gguf b/Happi-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..c6d899c --- /dev/null +++ b/Happi-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0262820235ec4c010083b583da6366b1516629d54a972f41eef6238fdc7a2 +size 4321957440 diff --git a/Happi-8B.i1-Q3_K_M.gguf b/Happi-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0913304 --- /dev/null +++ b/Happi-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1dd90e7dc5b88cdfac11f69290dc0863be2aceb998d1386b80d3df124eccef +size 4018918976 diff --git a/Happi-8B.i1-Q3_K_S.gguf b/Happi-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..d019b8c --- /dev/null +++ b/Happi-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c6f3ceced5c17e2549be804751b5405aeb7ef40af21382fd4f2bbe868bef5b +size 3664500288 diff --git a/Happi-8B.i1-Q4_0.gguf b/Happi-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..a2d419d --- /dev/null +++ b/Happi-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfb8abeb1890fcf33ffd436127f2aff48bedb1a50d124c2dfe0bd5876845776 +size 4675892800 diff --git a/Happi-8B.i1-Q4_1.gguf b/Happi-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..04a8461 --- /dev/null +++ b/Happi-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e8da362a46bfb51ce55f55e49a6c9624969f19e60e05ac113391c9b815df0a +size 5130253888 diff --git a/Happi-8B.i1-Q4_K_M.gguf b/Happi-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7c57547 --- /dev/null +++ b/Happi-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8904be5324553b1163c729d175cd65ff39b6ec675fd06bbd7f9b36455ec870ef +size 4920735296 diff --git a/Happi-8B.i1-Q4_K_S.gguf b/Happi-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c5f6ac1 --- /dev/null +++ b/Happi-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86dbfea999daf2fbb487e23d811d37774cde91b43d983b60810b79c63cb6227c +size 4692670016 diff --git a/Happi-8B.i1-Q5_K_M.gguf b/Happi-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..6ef44df --- /dev/null +++ b/Happi-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d3c51547ff39f53d2e843f304c2d6efe40448ae6d4417f28c87b1a578c3434 +size 5732988480 diff --git a/Happi-8B.i1-Q5_K_S.gguf b/Happi-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..e2b5167 --- /dev/null +++ b/Happi-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48279984f3e875147f38ab2764056c7e6fb454e4d3689a3b2063004ab48d57cb +size 5599295040 diff --git a/Happi-8B.i1-Q6_K.gguf b/Happi-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..14f472b --- /dev/null +++ b/Happi-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b479fef992d3793ea417c59c7c6081d3beb4f89098dcc8d54cf338f2d2ac72c +size 6596007488 diff --git a/Happi-8B.imatrix.gguf b/Happi-8B.imatrix.gguf new file mode 100644 index 0000000..2b5c920 --- /dev/null +++ b/Happi-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49550eff5299ae5108a6cb7dc93c73a8ef1bb7bb103bba1c05399a3bf176e4f6 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c145c1b --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: alexxxmark05/Happi-8B +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/alexxxmark05/Happi-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Happi-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Happi-8B-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/Happi-8B-i1-GGUF/resolve/main/Happi-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Happi-8B-i1-GGUF/resolve/main/Happi-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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. + +