From 1b7f0e44560be3628fcd9ed2bbbf2228b1a0567c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 9 May 2026 01:25:47 +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/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf | 3 + ...n-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf | 3 + ...n-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf | 3 + ...on-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf | 3 + Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf | 3 + README.md | 93 +++++++++++++++++++ 27 files changed, 228 insertions(+) create mode 100644 .gitattributes create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf create mode 100644 Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2da8c1d --- /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 +Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf new file mode 100644 index 0000000..5a9399f --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acb645b1d34d0dd3a006dcd89709766b3faf94f650b9276726f42608c37e1da +size 139399520 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf new file mode 100644 index 0000000..a8f75dc --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95057a9a90b51c4b6bd8532b5ecc566242418f53005ce9f8abd1cfd23ff7c93 +size 129511520 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf new file mode 100644 index 0000000..10401a6 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbe234fdfa4753549a1b57791e21add408eb038d848e7002f86a5043a546cc3 +size 189753056 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf new file mode 100644 index 0000000..f241d5e --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7036029aee8671924e898ff699aafe1d5bc139dc1eb4958f66506f8510fbc53 +size 176569056 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b4190fa --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8168b1a2ae2af834072b54c2fcdbbd95d3d4c69bfac74bec37f7bdbc096ad5b +size 169653344 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..524c697 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57935e88af9f3b9773da2e1abea50188c1616bfa0b6505dcd9e3e89ce411bc6c +size 155879520 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf new file mode 100644 index 0000000..4f3a0c6 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46671a9d3a43d8720bd6544c100160101cff1005732d9383f311463b993f07e +size 243976544 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf new file mode 100644 index 0000000..006a9f6 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6b179fc2df93589b9c1b2c7f625f0e9115c01db6e17f88b7ee4b5691bc6476 +size 240355680 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..60870aa --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae29330f250d77ef7600a911cf9e679aa33b680eae863e6956b1df4c0b5c327 +size 233941344 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..43e31aa --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5589c261647cef1efdfad82e0f9baa998163a3383a5f810f0308de16b7c344fc +size 214253280 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e0c9cbf --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e99bba6e1ec13a79d8e03e3c03b8aab0203051b6cfac5e679b95e7c06d429b +size 305056992 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2477f4d --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae9ddd3dc5a2a9967345172020fb7c961e4e47f635666736b0f844c2933b939 +size 289971936 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf new file mode 100644 index 0000000..45e526f --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e89d2d85d1876ab5456487f82bdd3945b61901d13dc8007ab61b15e9bcc10e +size 200913888 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ac549f6 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b615b0039433aab79669d40227295e249d7c4639cf92cadc2332c9219ecdaae3 +size 193295328 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8b45290 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc343f3dd2517eaf3bfd1e5e4c2643b8512db4bb940e8908f1df13afd3dc287 +size 265275744 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..fa591b4 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc53fd7e5f9c9ca99fb7eb61209b2f4bacaee33c24c06d307a40a23b7714fddd +size 253446496 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b4821d1 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d58a4b95872ebf30a6e13bc250a1d7f8ba85807860e65884005495f9af48af +size 239728992 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf new file mode 100644 index 0000000..d3ba3fc --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde5a6ae6e677818496c39646bc276686fbe7528037780c2ad81aa6f24d3ab0b +size 304991456 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf new file mode 100644 index 0000000..a9ca888 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c264dca0c63ab3b2620fb629c3ae758ce3638bc28da7d5718e8c20275e64f0 +size 334932192 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..305d302 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e930a9c209d7aced9be1a63a81572f7da4e8f114a768f6d079d10d3cace00195 +size 314807520 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..795a00b --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd36724b0deb2e1169b33a36a8012394296a769542e96db9fac9b13521565ef +size 305581280 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..75f2066 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461346043a6c3780d6226f0f383cf3a582f0fa692ee6582a1eaa8ce6cf656e9d +size 370724064 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2e1e8d0 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b3ead6bdc4665dfbe9f0a66ba31339d8d73a4d61f64da1a1c87fa62a4afd89 +size 365397216 diff --git a/Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf b/Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf new file mode 100644 index 0000000..2befe25 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a0f5c4e1a5eb60ed99327c86d5b43f74cae49be128de34b02f80954d58f0f6 +size 430135392 diff --git a/Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf b/Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf new file mode 100644 index 0000000..d485a13 --- /dev/null +++ b/Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d385082de0ad4692225f4e1f787d006adf5b23c6655cd873681512485b67166 +size 1524256 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e618a34 --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +base_model: megabytes/Falcon-H1-0.5B-Instruct-heretic +language: +- en +library_name: transformers +license: other +license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html +license_name: falcon-llm-license +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- falcon-h1 +- heretic +- uncensored +- decensored +- abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/megabytes/Falcon-H1-0.5B-Instruct-heretic + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Falcon-H1-0.5B-Instruct-heretic-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-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/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_S.gguf) | i1-IQ1_S | 0.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ1_M.gguf) | i1-IQ1_M | 0.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q2_K.gguf) | i1-Q2_K | 0.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 0.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ3_M.gguf) | i1-IQ3_M | 0.3 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_0.gguf) | i1-Q4_0 | 0.4 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.4 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.4 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q4_1.gguf) | i1-Q4_1 | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Falcon-H1-0.5B-Instruct-heretic-i1-GGUF/resolve/main/Falcon-H1-0.5B-Instruct-heretic.i1-Q6_K.gguf) | i1-Q6_K | 0.5 | 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. + +