From bf8cec79c84db1a052d26a4b7716a87967e304e8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 6 Jun 2026 00:18: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/Heretic-FastApply-1.5B-v1.0-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf | 3 + Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf | 3 + Heretic-FastApply-1.5B-v1.0.imatrix.gguf | 3 + README.md | 86 +++++++++++++++++++++ 27 files changed, 221 insertions(+) create mode 100644 .gitattributes create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf create mode 100644 Heretic-FastApply-1.5B-v1.0.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af4f6e2 --- /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 +Heretic-FastApply-1.5B-v1.0.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf new file mode 100644 index 0000000..8c1aed9 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b8ae2b2381c9bc91f5b2967d4be16535593e5ef365d28cf4906cd0fcdf1772 +size 464460160 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf new file mode 100644 index 0000000..039bf8b --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d5a51f29add85ef2fb4c3be2112f5c2d60447acacf52526865671d26efda53 +size 436526464 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf new file mode 100644 index 0000000..f26243f --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77416f57f2cf0e26253d4806f4284c3dbfce379bfed589582c2255f6f43f2670 +size 601053568 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf new file mode 100644 index 0000000..914ac52 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d1ff79a79187fb8b75daf2c441d37e5da63ccdd2aa8fdf529d831f098e27c +size 563808640 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf new file mode 100644 index 0000000..da92dde --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54414d9947080cadfb0e2ce404486c2b04b7f1c11d8572967f56c69b11882942 +size 550325632 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..57b6eb7 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c2a2496ec52c525bf12c7d803e9b88a238dba3ebf25a85bbdf1ba4d8ab906a +size 511016320 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf new file mode 100644 index 0000000..9d838aa --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cdbd490ebce49fa289d763917307fa2be5a6f31f2843746d5d54c15fc54ee0 +size 776662912 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf new file mode 100644 index 0000000..398d73e --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e222c2e892320604c8a21f343a72f051b384faa53b565af6e9ac5669e40949e +size 762405760 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf new file mode 100644 index 0000000..10e0865 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465e0944511a3850e3e429876e4b59d9ff2c152ebae2788e17544577872d87c +size 731698048 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..dd830ec --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70221ebb0a69ec1a289773a9ae84bc7e9ce256b0184c0164df7e654af342e309 +size 668791168 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4680616 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3257ad6b5ed9d19e8b8b9ef45f2249c648e32ce9a5c356b95faa90bfce7ec3ca +size 936330112 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf b/Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5e96eac --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2f13934379215d2a8f4beba3c2f812a050663ffd190c490dfb4b14d4aefd48 +size 895730560 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf new file mode 100644 index 0000000..222d5f4 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92339665f31db703a42d5b0ddcbf15e2892e092107c5a93530f6d6b2ee32cb61 +size 676303744 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8ace35c --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e379c9b72f479c0c26a16d6d18f5b89eacb7ed1527e84af5bb36e4517bedace +size 640134016 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf new file mode 100644 index 0000000..288a4a1 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615df571a51dc2babeee1c00449df4f5e4c70c3cd962de089914d84ea0224972 +size 880161664 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf new file mode 100644 index 0000000..844dcc3 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab34448203f80f6a0b2622ad59a7fb36e6f50245f2908f120e0d64d5d3598a6 +size 824177536 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b114cb0 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff34f012a717fe0564d290ca4984a5859374e64a9d18581babc160bb68340387 +size 760943488 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf new file mode 100644 index 0000000..b788c2b --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e038e38d9982b7a7f026bb1e55a85b36cce1f4cfb9916a0d147cba8fd8c171 +size 937534336 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf new file mode 100644 index 0000000..b0b375b --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e297c04123976f99fc0a976dbb271cc1ed60da01f288c7f86a8093c2efb202d3 +size 1016841088 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8ebd370 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33ba8708881c1014e17d5a4c13619537726adc065cddde3177049c3f4f06bae +size 986047360 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6eb9b96 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07488c3f0da970bcb89336ff4a981d137d0dc0fe1e66d97f41237f6abd21547c +size 940311424 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8f5f259 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83699eb9d608a6ceffde87fbbe0469335b6c0128cce890b0dbe9e5415006c94 +size 1125049216 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a6184d1 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa584bd39e0a637965d0cef924084f25113e62b69413b34b20851cf8fde88503 +size 1098728320 diff --git a/Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf b/Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf new file mode 100644 index 0000000..072728b --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e7532f93c6f0935fb7cbc0fb9d2c953dc54ec9e1dce9e91505e40b746567de +size 1272738688 diff --git a/Heretic-FastApply-1.5B-v1.0.imatrix.gguf b/Heretic-FastApply-1.5B-v1.0.imatrix.gguf new file mode 100644 index 0000000..57f92f2 --- /dev/null +++ b/Heretic-FastApply-1.5B-v1.0.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14092f2eb839a9dd9e5732a8dd840c47e363164b8a8fa8ee1908dc46453033e2 +size 2065888 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4fb673 --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: hereticness/Heretic-FastApply-1.5B-v1.0 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- heretic +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/hereticness/Heretic-FastApply-1.5B-v1.0 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Heretic-FastApply-1.5B-v1.0-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-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/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-FastApply-1.5B-v1.0-i1-GGUF/resolve/main/Heretic-FastApply-1.5B-v1.0.i1-Q6_K.gguf) | i1-Q6_K | 1.4 | 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. + +