From 562d69730c09e9bc5f478faa4cb84fc1e0db76a9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 23 Jul 2026 12:09:09 +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/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++ ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf | 3 + ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf | 3 + ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf | 3 + ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf | 3 + ...-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf | 3 + ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf | 3 + ...v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf | 3 + ...-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf | 3 + ...-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf | 3 + ...-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf | 3 + ...-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf | 3 + ...1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf | 3 + ...-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf | 3 + ...-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf | 3 + README.md | 103 ++++++++++++++++++ 27 files changed, 237 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf create mode 100644 Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cf94b98 --- /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 +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf new file mode 100644 index 0000000..fb3c4a7 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fbdec78fd5efa038e0345f09204da5a0e8556ae4d78e1b3082a72f9f9cd966 +size 1577263328 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf new file mode 100644 index 0000000..fc3abda --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc80a1e36e60945d27825cd3bd070f3ef322febffaf59aa7096146c1a86de9b6 +size 1467562208 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf new file mode 100644 index 0000000..932018c --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59dfecdcfe7a04ba92c29b62db9154ae5adf09c17124f01b2d2bb7dd96c7f390 +size 2166933728 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf new file mode 100644 index 0000000..e8a3ce5 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe5c4ed65d0450a95cd4e1685e3f6def1bebaf04292e7401e39b0782846367a +size 2020665568 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf new file mode 100644 index 0000000..4e33d56 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1c218cbd09b785628398d77cbb866138ba484ae897ef4f1d2f1d1d99d99d5f +size 1924389088 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b20f408 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b478cb7413ac42495cb8fada4e8e4660d71952d853c7f399f40754f38d5bca9d +size 1760098528 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf new file mode 100644 index 0000000..8b7347e --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede2bafedabe4599d4e1e266385ebe6e47c9584ccf5b14d5b41148b6c66fc653 +size 2826970848 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf new file mode 100644 index 0000000..d68204a --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5701fde808a297ac512ab70d8bf340a9b855ae0d1c24f186b440cd143440cb4 +size 2730530528 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf new file mode 100644 index 0000000..b37707b --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41bf12e006e25909b12636b550d3e3e47eeb0a035dee41bdf254d9490fae8f1 +size 2598680288 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4c6bcac --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251335e0b9ae01acd9f5a3cc0a5d7724d4a0227b4429697322b2f64d719d7c75 +size 2407409888 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf new file mode 100644 index 0000000..5d65622 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c849c1e166c2fa545860681537b698d93a8a4857b3f8ab240d67f77f72bd0f8c +size 3466632928 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf new file mode 100644 index 0000000..38d00ad --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc39938b6fe0148de1112df6bd82dcba4b3650833eefa160018d82fbdb31df0 +size 3297672928 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf new file mode 100644 index 0000000..ab08d7d --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3f3b884e77a86069fca446c4c98c96e56962b47992b327f7ce33faf4cc0573 +size 2379093728 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1d71843 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3ced240f323c35d5d8fed0c1c499719c2ecb5980a52d050bfea3e521d062da +size 2216431328 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf new file mode 100644 index 0000000..9ab3def --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc2ad94b0a5b9363f667054121890747ab36dee04fe048d565cc8debd0c5ce3 +size 3250364128 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf new file mode 100644 index 0000000..9f27b5d --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6205233cb3b68d0e6bd39cacf8046a80c4a0b7d39ad11066fbdf83b141fc0a78 +size 2999033568 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf new file mode 100644 index 0000000..68e0f29 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2471d90b79b35c7f0d92bde72d4e2fd3c8dbfe668795fa1dbb22be619400b9a +size 2711381728 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf new file mode 100644 index 0000000..9c7ca7b --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4577e2eec3cd473b1cdefaf7ae590df05a228ff996dceb6d6fed6be264854137 +size 3457949408 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf new file mode 100644 index 0000000..c4f57ba --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ca1a41ae193d7513724799a82e7bf4c1737e988313be86cdafe25c1cead4ec +size 3795541728 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f97513a --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d22f1a3846b344bf1798f6cd36225798bffc165bd416a894a4e4f914528cce0 +size 3640211168 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf new file mode 100644 index 0000000..e35ecfc --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e7d67545cf9126ebb72ca28de59141e602595ef26e5cfae3a4ff59dce86e84 +size 3468599008 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf new file mode 100644 index 0000000..895ec49 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd93d900b26089252a8248995ad28f7470d7af47cbf3a71e8578f41917b17345 +size 4241176288 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf new file mode 100644 index 0000000..12df78b --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ea6d06895e8a3efb924ed3e40630bfa30edc7a0c8e92c8674e71505822fe3c +size 4142472928 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf new file mode 100644 index 0000000..f992c45 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3e2c2153cc63cac2a4675f19b8167fac25720df2b24dc037ad6c0fd55f7c66 +size 4879701728 diff --git a/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf new file mode 100644 index 0000000..d21cc32 --- /dev/null +++ b/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b5b78d62654d985c35851db5f8455efad806df4cdb015812a1ef05c92379a1 +size 5916480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..625f335 --- /dev/null +++ b/README.md @@ -0,0 +1,103 @@ +--- +base_model: DavidAU/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- programming +- code generation +- code +- coding +- coder +- chat +- code +- chat +- brainstorm +- qwen +- qwen3 +- qwencoder +- brainstorm20x +- creative +- all uses cases +- Jan-V1 +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/DavidAU/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-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/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ1_M.gguf) | i1-IQ1_M | 1.7 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_S.gguf) | i1-IQ2_S | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ2_M.gguf) | i1-IQ2_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q2_K.gguf) | i1-Q2_K | 2.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_S.gguf) | i1-IQ3_S | 2.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ3_M.gguf) | i1-IQ3_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_0.gguf) | i1-Q4_0 | 3.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-IQ4_NL.gguf) | i1-IQ4_NL | 3.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_S.gguf) | i1-Q4_K_S | 3.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_K_M.gguf) | i1-Q4_K_M | 3.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q4_1.gguf) | i1-Q4_1 | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x-i1-GGUF/resolve/main/Qwen3-Jan-v1-256k-ctx-6B-Brainstorm20x.i1-Q6_K.gguf) | i1-Q6_K | 5.0 | 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. + +