From a1c6d224f9e2fb869fdf315684bdf052fe61e704 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 8 Aug 2026 02:19:16 +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/Mistral-Nemo-Instruct-heretic-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++ Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf | 3 + Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf | 3 + Mistral-Nemo-Instruct-heretic.imatrix.gguf | 3 + README.md | 95 +++++++++++++++++++ 27 files changed, 229 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf create mode 100644 Mistral-Nemo-Instruct-heretic.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4969cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +Mistral-Nemo-Instruct-heretic.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf new file mode 100644 index 0000000..7ace810 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434f1a90758b81798a492631bcb2a158699a22df925516d627a287ef8cefbd21 +size 3221628640 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf new file mode 100644 index 0000000..8d9c53a --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ec025ebea42ebfbf93bb4bf4703676146b55a90d82cb844d6d8263597c77f4 +size 2999215840 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf new file mode 100644 index 0000000..5baa948 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c03b9b74d34028623f51fffd42b2bca93f30de9eda1a80129346462298d751 +size 4435027680 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf new file mode 100644 index 0000000..eeb459f --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924eb45f8eec7522e45ae6b1e2b7b6829f570144e7ac274d6d4ca2fefc3f1dc8 +size 4138477280 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..1638c86 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34782596657230feb5a7fb5e3e4530b2a9c21afe20ebbd932d26d6f3bca033a1 +size 3915081440 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b498485 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b25e34309ee55d9b8925b031513b0cad0c690fa13b823ac4524899e24ff73f +size 3592316640 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf new file mode 100644 index 0000000..905c941 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe44bfe8b3eb4040ae55dcc0b5cac8f09090b9b274e277152c2b23fa6e978442 +size 5722236640 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf new file mode 100644 index 0000000..3473de9 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0997959089b797fa4f04f58e2fbba4404fe612823dd34dab42a77faa501c0c10 +size 5562083040 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..f82a797 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31743ccddb9446ef0d2660790ffdabfec280bdf1720467c4593b3587ea6b9d7c +size 5306492640 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ef142e5 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b1cb43fb8e65b12d23a567d473a0be3c827141e0c0cfb50b808e46207a272 +size 4945389280 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf new file mode 100644 index 0000000..31f271f --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290492632a4d41393911ab498f7b9645bc6195fb600f665ff154c6f9f7be65e1 +size 7097919200 diff --git a/Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf b/Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4f7e5a9 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5b921cd4c1181fc9f043165fcdb8cf092a9513223830e34074f124c249fe56 +size 6742714080 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf new file mode 100644 index 0000000..e16ea36 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581d72662b6ab4145d479f1c4fc8b766e2a3013b041289d3468a38d108d0735 +size 4791052000 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf new file mode 100644 index 0000000..bb7284f --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7817ca68e0d46f119749ee3f51efdc16e331ca51554305d1cb62226d4419b8ff +size 4493682400 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..807389a --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ad416fbd3a2d0d1824c699aa4ca86e0c64935c1e7e05db166dd30522a8b9a3 +size 6561507040 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..cd06232 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff65b9c4296210fb42160d1a8347c7a4c62f8398a5979beefbc947c0aa5d163 +size 6083094240 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cc61381 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab82a51569aae82cf0de4b4ad38b2ca4aa60db46c0d66320592e68022bd7dee +size 5534230240 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf new file mode 100644 index 0000000..eafd290 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23ced50ffb219a86af064d684e98db2d3e206232246982fb1fb634a503013d0 +size 7094642400 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf new file mode 100644 index 0000000..24b2141 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1c873a37b9544f0264f44686214d482f34025b85cc11ce024c2ce6f0832702 +size 7795222240 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..01177ee --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76a4eab02b0bcccdaba552ac5abe2cef98caaaa7f222c1e165d4d3125d9b7a7 +size 7477208800 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..828aa03 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6c87e2d64db85bdc72954e16100c220e652e03e521a851f18278a1ef884b4 +size 7120201440 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..6881327 --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7984ad8fffe1d0fdcf491043f3563b77975e52beab00f4e453fa05894c0161a5 +size 8727635680 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..853581c --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362a775feb94a89c86fe3c857f356f42892cd25233bac522a9293599115ce961 +size 8518739680 diff --git a/Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf b/Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf new file mode 100644 index 0000000..5b6736b --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512bdfd76f2992c96fa0d8e1844d63712edd6652c4859fde4c3e20f9b5738b81 +size 10056214240 diff --git a/Mistral-Nemo-Instruct-heretic.imatrix.gguf b/Mistral-Nemo-Instruct-heretic.imatrix.gguf new file mode 100644 index 0000000..6b3977d --- /dev/null +++ b/Mistral-Nemo-Instruct-heretic.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc39f0544985666cce41dda97c41d6642c8b0b17f4f64b495e78712411518dd8 +size 7088192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef1a622 --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +--- +base_model: saidutta69/Mistral-Nemo-Instruct-heretic +language: +- en +library_name: transformers +license: apache-2.0 +license_link: https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407/blob/main/LICENSE +license_name: mistral-research-license +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- heretic +- uncensored +- decensored +- abliterated +- reproducible +- conversational +- text-generation-inference +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/saidutta69/Mistral-Nemo-Instruct-heretic + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Mistral-Nemo-Instruct-heretic-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Mistral-Nemo-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/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Instruct-heretic-i1-GGUF/resolve/main/Mistral-Nemo-Instruct-heretic.i1-Q6_K.gguf) | i1-Q6_K | 10.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. + +