From a057cd16882889b6ba65fd3a3769479545dd6d01 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 18 Apr 2026 05:38:50 +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/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf | 3 + ...otype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf | 3 + ...otype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf | 3 + Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf | 3 + README.md | 87 +++++++++++++++++++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf create mode 100644 Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22da06e --- /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 +Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf new file mode 100644 index 0000000..ab8cd6b --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97650c30b2dfb829c3548e373cbae6e56ffd3bece24e7bda751679a74a65034 +size 499791456 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf new file mode 100644 index 0000000..e35d1ed --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd238f9079559ca17ff767bbd46109ea152a559620d940a2d8a28e6cbfdc4b3 +size 479737440 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf new file mode 100644 index 0000000..9a9348a --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1399470ce9c797e77278dca95571bcd5afba7974b1d68740c3178cbba43b8b4 +size 628311648 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf new file mode 100644 index 0000000..a5c4c50 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ccf08ebaaf6e0a025ca0219995bc9dbc284d876b7eafcab89f10c173cd4ed3 +size 601572960 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ae3de3d --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3bce809fc8f92e1406050848f173647c8c728e240419b75d023cf8d4a89fb4 +size 562050656 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..9ca3330 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e75354c70f630cd4109645f313ddc4ca10607ee3c069392073f1808d91deaba +size 533214816 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf new file mode 100644 index 0000000..89550a4 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5584460419b97466022e47716423fd6a2d49deedb237f2593a8a9327fd92af33 +size 770152032 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf new file mode 100644 index 0000000..1d74eb4 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c4c5906d3c968735c1074cc18ab6af71e5e92dd2379ce86273883ee580f126 +size 756782688 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..f3c83a4 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ae3edaf34cdf8a4cec744554dd9e20305b0049551318a44e48192d705ffa2c +size 733976160 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..41315bd --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b5448bbd98ba65ef0c54c3f00435ce3248c2d00df8921aa4615242b33e628f +size 674973280 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2b3324d --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ee34780287f01605c61f941412ac35759f507e77c69a97a24be6b5af3e96ce +size 920774240 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0301d0a --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73998b254a2ceb345cf1abe31a716ed1fd3fd25df99af47f5bc7f8a136e1b3cc +size 882681440 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf new file mode 100644 index 0000000..2edb294 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601680867a8e4038024f4a32fdece3c09df32dd1dbe8296fa50fb20b9643cd8a +size 667059808 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..5b6bd65 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266d61753352f1712de9fc778fe3bc30b8249d8d0132dde8f4e67989e282e3c5 +size 640845408 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..78e454e --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9f53e0e7feefabdc97e6d30664ca4ea889a4e228df1f5ce1a3e8eb8b080dc6 +size 845387360 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d4d9da9 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cede63c472ecdb3631bc734f1c78299b45ec1dcdef902825f8d0d2864e963f19 +size 803706464 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9d8a63b --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a1bf13f64495a74877700da941e86a2b80bc2f2fbb7073a732b27b0be7daaf +size 754554464 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf new file mode 100644 index 0000000..cf443ae --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcca5f710dad6f258e019d32a2ef754ce9d32b874bf540b6b784dabdad07fee +size 920774240 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf new file mode 100644 index 0000000..108a58f --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b653e356bb280a67bec6a0ec566f9ea9360b012714fcfccd7218e7b27832344 +size 995911264 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..3681f1a --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304d3e59cccd9d73e979c3a87ec542569bec391b97b14902f45d3ad0b48fd52a +size 955442784 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b19a0f6 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107a90739e4b4f53e2ae95f5336e6bf95e3b07b3ef1f12baaae145f11adbb884 +size 923395680 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2ac3b63 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51b70d8e1fac790cf32e50a221089301e45be71bfd4edb66c88855d59649648 +size 1092085344 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..b590c28 --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e14db6db67feeae1eda47cc21a1836d4afb9b5c8a9983ba7b23edc40e0a514 +size 1073145440 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf new file mode 100644 index 0000000..80e61cb --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3ea4629386e589924726672c97dedede0e8eb788cfefabe4f0baedad8be822 +size 1237268064 diff --git a/Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf b/Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf new file mode 100644 index 0000000..028111a --- /dev/null +++ b/Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea74f120a39344597324b598f76ac4a418e6c00dab01c1602c840ba12d2c6cfc +size 1328000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..648ad40 --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: UmbrellaInc/Prototype-Virus-ENFORCE-3.2-1B +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/UmbrellaInc/Prototype-Virus-ENFORCE-3.2-1B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-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/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Prototype-Virus-ENFORCE-3.2-1B-i1-GGUF/resolve/main/Prototype-Virus-ENFORCE-3.2-1B.i1-Q6_K.gguf) | i1-Q6_K | 1.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. + +