From 9cc84e11c26647c5ef8898421d475b2583a3a666 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 17 Jun 2026 22:05:22 +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/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++ ....3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf | 3 + ....3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf | 3 + ....3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf | 3 + ....3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf | 3 + ...-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf | 3 + ....3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf | 3 + ....3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf | 3 + ...-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf | 3 + ...3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf | 3 + ...3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf | 3 + ...3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf | 3 + ...3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf | 3 + ...3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf | 3 + ...3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf | 3 + README.md | 100 ++++++++++++++++++ 27 files changed, 235 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf create mode 100644 Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..93cbc72 --- /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 +Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..d966cb2 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da160db6ee3870c7bfbd55dfdf0759cf819430ae366c0243a7f9fb692a57ff7 +size 2161978528 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..359c03f --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66045dc2f52ecbe12ed037b52770716d4824247196e169823e85e51c45659f4 +size 2019634336 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..d8e1ce5 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da663c7e873f4d8d62cbde2fa55bc8bacae99a398aff16d0e2abb8c98295e08 +size 2948287648 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..f88ea86 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edf043d5c03969b57538692f880d9e98f23e80539fb58bf1e59acf86680236d +size 2758495392 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b34facb --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1aa1c92e2221bcf349ff477b8328580e27da71cb18a281ad805cd59059576b +size 2605788320 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..180180b --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea77853260e8b0822f08f03b9390739180cb521298163ccfb624b6f2a3f8030 +size 2399218848 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..2e270b1 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67543e7896b4d0479cb93d56bc31277854fd0da459cac9125c0679b8b5c6324d +size 3784830112 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..36775d0 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da43b8a7f424dc0431923a3a5ab29a67ff549431f5664d8dfd0c1c790e99568 +size 3682331808 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..32a845e --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e8434a2dde7a667a21911c7ffb2d66fb82d431f0e8233a439fb4ad924dd9f9 +size 3518753952 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9ae5c07 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65af86a3db142d110d7ec78a79e6bd6528c457224642e3efbecae0c74a1c9509 +size 3274919072 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf new file mode 100644 index 0000000..dd3bcc5 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d36223c72e030441efea54d4e4aff5e9ef2f2282a8e2ef8f2eb16bfb7f7d3e8 +size 4677995680 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..eb820c8 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c33aafdb6d1f5f72d24daf5031649fd4c9be69040fba6084f0f3e1d47119f0 +size 4447669408 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf new file mode 100644 index 0000000..cddbfc0 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f5e11d02e33a4ec186967b9159e88f8a14d59b2f05edbfb805f1842810caad +size 3179138208 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e6d9275 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc286b3b2897b03fdc19e82e0a72a9f8e61ec6002e3a38cd2bb7bc0b356effe +size 2988821664 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..637234e --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee92fb5d80cc02b49dbbed186e65af679dd623185aa25beb0d5876f812eb002 +size 4321963168 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..dc66a20 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c144ae217f75be614ac537dea5ce2991072bc8d7672daae90113da0e50e636 +size 4018924704 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c6cc8ca --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a27d596f38a341581f53f4d219bb5af27ba9d5f515e99562474f111e81176f +size 3664506016 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf new file mode 100644 index 0000000..188e421 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb9bd6e636a319b459838894365c277b2cec525e59d3c5b03b42715f363a4d0 +size 4675898528 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf new file mode 100644 index 0000000..3b547e8 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab990e02435e171e0559a7ab97a38f425473e59d93305ebad7e527ff4f3e6c0d +size 5130259616 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..075e9c9 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9016be147ef6971efe1dbadfde1c74afbed75eff77da349c0b50853b3fc9eb +size 4920741024 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0fdf3e4 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d4ea18bca2fb8bb266cd62dceb7e4bfb2a4ab0323f718c5162a5e776ed619f +size 4692675744 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2be1aa1 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc69a7b9ef728c09879e5abe8aee8aca2f81ad9fdd07df0c9a1e1eb2141bef1a +size 5732994208 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ad8eda9 --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461f3c9d06d8d7ed4f504e17e6f77076764ce3c78cf71a8bfaca58a1dd7107d7 +size 5599300768 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf new file mode 100644 index 0000000..f12884c --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da68f3c40d3606ad719b75de0032bb5f1734713e1d85213f19194d80f3727d85 +size 6596013216 diff --git a/Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf b/Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf new file mode 100644 index 0000000..33ec34c --- /dev/null +++ b/Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1618a239925c95b779980331165f267c2c1a9201552d0d6d29b723759ebbcf56 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c61fd12 --- /dev/null +++ b/README.md @@ -0,0 +1,100 @@ +--- +base_model: 0xA50C1A1/Llama-3.3-8B-Instruct-OmniWriter-v2 +datasets: +- Gryphe/Opus-WritingPrompts +- Gryphe/ChatGPT-4o-Writing-Prompts +- 0xA50C1A1/Storytelling-DPO +language: +- en +library_name: transformers +license: llama3.3 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- heretic +- uncensored +- decensored +- abliterated +- storytelling +- creative-writing +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/0xA50C1A1/Llama-3.3-8B-Instruct-OmniWriter-v2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-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/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-OmniWriter-v2-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct-OmniWriter-v2.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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. + +