From 2abff16748a0e424807b05bd5fc97de9e244f9a9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 01:28:19 +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-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ...-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf | 3 + ...-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf | 3 + ...-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf | 3 + ...-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf | 3 + ...ontent-Safety-Reasoning-4B.i1-IQ2_XXS.gguf | 3 + ...-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf | 3 + ...-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf | 3 + ...ontent-Safety-Reasoning-4B.i1-IQ3_XXS.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf | 3 + ...n-Content-Safety-Reasoning-4B.i1-Q2_K.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf | 3 + ...n-Content-Safety-Reasoning-4B.i1-Q4_0.gguf | 3 + ...n-Content-Safety-Reasoning-4B.i1-Q4_1.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf | 3 + ...Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf | 3 + ...n-Content-Safety-Reasoning-4B.i1-Q6_K.gguf | 3 + ...n-Content-Safety-Reasoning-4B.imatrix.gguf | 3 + README.md | 88 +++++++++++++++++++ 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf create mode 100644 Heretic-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6836ebd --- /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-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf new file mode 100644 index 0000000..1274b33 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185153bc694420c6de39e389345052c6825cda854e765798927393eb9f622485 +size 1199571776 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf new file mode 100644 index 0000000..893100c --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab67477e2e28f7f53b2631d091c69d64630bf7a333e7c8d4bad2afc568c2eb0d +size 1133093696 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf new file mode 100644 index 0000000..5b9c4d2 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1945a58fcec0c86c0a0f31aa778c97b325d25b2047dc0264adba25ffef914c +size 1537983296 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf new file mode 100644 index 0000000..e1a0f39 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cd35b860d174bfe2ed4238e7d037f7eacdf2ff7a99906c1b56c2cea2ae92bb +size 1449345856 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..af7ecc1 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0d6aa3acceeef1c028ca5a2fa3896f3e094a854b4ae53cb2b8b296bb00ae10 +size 1404576576 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..378b12c --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074db222b5c4ea02449d77fada9555cafa0b13e11e9367496e9ab08bba01a052 +size 1310368576 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf new file mode 100644 index 0000000..e20a642 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1993e1bcfd516afe8f33f3d7321935894aa2600f696d8226ca2930d02bc07af +size 1986803776 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf new file mode 100644 index 0000000..5de5800 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae65eb097d5b63f879ae894e7e9a52633f7112b3558e6b20bfd580acf8abd6e +size 1937365056 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..fc7392a --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd277f7795b01cd10b7663f04d3f7820d1f1f9af31a65fca178e633c51b0dc6 +size 1863391296 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..e75c292 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05b2e85b7a625a48ff0e3175cacf2e172bd82c439ad121438ae7803c8d9025b +size 1689453376 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..363737d --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2692176a25dab69194f861731a4f4b7517e89ab3b292bdd903087a4e0799f840 +size 2363512896 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..51a4266 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b490e4b17aa7d8c75c2f6765d9ac6d026c6c66288ac7a720c2e4a46d266a7f4 +size 2263242816 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf new file mode 100644 index 0000000..7ef53c7 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708c780c0e8b8c90627b5098dba884e231f94cc8140c373ee74cc92475f52c1c +size 1729165376 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..3c466ee --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86f2c3b8ffb8714d3165c561e22582e67cd40ee9b6d509f193ebc5e20fe485c +size 1636063296 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4713d16 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd33929dfef971c96bfbf4bd2c94357e3dc46105a148fdebd787988aee4eaee +size 2236086336 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d26f759 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5dbb1b598245d762ac827307052617d15f8d87123685ab5cfae7ced5b563ec +size 2098460736 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..17a12fb --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d86d9af5ca062de34e5a732663666286808f41629a424cb1d0bebef615c9871 +size 1937365056 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf new file mode 100644 index 0000000..d5a6f44 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2f9954b5c3078f1e2f1b56cba9415a48acbd7891ea932303973c491dd6657 +size 2370066496 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf new file mode 100644 index 0000000..cc0ec5a --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f79a667b1fb9c220814e1706147cce74fd1f883ce0955e58e6667a095ba661a +size 2564053056 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f9d284e --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f092d5c80bebfe88d39e68bb6fc6ee202944947188c80d2a99d88d66ea79cf5 +size 2489894976 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..146cd07 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecbf327af8eff121e54af1492063e66f5907e20e61927b4e3d8d319ac2b0fd2 +size 2377930816 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..92d2255 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dd879e9f60a9ad05a3acf54bdc33b7b6f4571d242da093b1686fd9d7e1624f +size 2829699136 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..788d0f4 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910bb20103c502dc3170e2c6df7cc52a800f84d3566e55303c5544ce46b3f24f +size 2764593216 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf new file mode 100644 index 0000000..5b1385a --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9a221ed9cee58b93dba95ee2d50f338515ea8f9f25e5b2b8786563a3afff22 +size 3190741056 diff --git a/Heretic-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf b/Heretic-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf new file mode 100644 index 0000000..2417219 --- /dev/null +++ b/Heretic-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5976d7ca6cdecbaa26cc27cdf23fa127f1299c38ac8a8992c5a5eea2cad0daa2 +size 3448608 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1575301 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: hereticness/Heretic-Nemotron-Content-Safety-Reasoning-4B +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- heretic +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/hereticness/Heretic-Nemotron-Content-Safety-Reasoning-4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-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-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Heretic-Nemotron-Content-Safety-Reasoning-4B-i1-GGUF/resolve/main/Heretic-Nemotron-Content-Safety-Reasoning-4B.i1-Q6_K.gguf) | i1-Q6_K | 3.3 | 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. + +