From cc91f086a6c97efde6c68ceb40326ecf2b5b20af Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 19 May 2026 23:01:17 +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/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf | 3 + DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf | 3 + README.md | 76 +++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf create mode 100644 DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e609357 --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..0bfe428 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088b7b1c514f562ea597a1b7aa44a2feaf19ea131fd348e50a73f05d3e176baa +size 2256147232 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..85ab91f --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dff8a873387e323fc91ff3989738aa64803a865be96759d02152837ba60aebd +size 2115769120 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..e28910f --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ed3face57aff1cc7e1cf53a3706bb5cea0fab1a1ef5631956582ae3ec0f076 +size 3051914016 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..caf56fb --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f69ea5709653a8859b572c30bcf71011a68a5091813ef043252fb522c2f7811 +size 2864743200 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0f9cb9b --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dc133ee87c47abc9d6a7f761df906753a374d214beb733133f9af4e791ddc8 +size 2696155936 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..84ec697 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f3746c38a42b58de9d50adb93f9c8b317bac503e710f3f0f6ea062d5a86c66 +size 2490110752 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..e7c5842 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bbf96bbd8b139cea9f8f9f974f8164a1e998ef59a1c082296dc2fa1f8d982f +size 3896619808 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..be9428d --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b52b99cd7ce0f831759d600013486c603a98f7988c0f85cc033cc97fbc0e73 +size 3789665056 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0ad4f79 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26061deec3d9f07539c0e60ad36307b953a60873044d9b621bd65d6c72acb0d4 +size 3626873632 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ed65538 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc38e084f3801c6a78c87579d03fc6310d9c54c534e32d71d2153dccde18d0c +size 3369632544 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..43ad04a --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef135a49fa6be483e3deb7e6096e382a176133db52e28dae5f80d6dea909493 +size 4793623328 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6c17430 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c95d4e484530d8089cd8d82f55b2aa6d1a2e270285313cf69bcc0c355313bb6 +size 4561838880 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..a9d416f --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77057927b1a16c16a86ed789e8252072609dcfb97dbdc059864524e4b1c6e3d0 +size 3281732384 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1efe88e --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fcb1efaa78404bb66b115dbf0de9c37a2c10abea90056d8fbe756fd4c3cb1c +size 3083551520 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..02dfa99 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602c7d387dded16fd0c35af5a0371d88e63c97445c3c642b0bdc9ea83b119b13 +size 4431393568 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..45b1dd4 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846596a2657f613bc2e0e517d02c466ba8ad40923831824a21c03bc558e2768b +size 4124160800 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..dd7a735 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e54c8fa290be812b5a5ff7f2adc1711ae5389f3fa1346be2278e97b0253415c +size 3769611040 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..3c8430f --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb8eaa174d1d5a7e1b755013c1d2713a329a93f3b6f1fbf1f20b3f26974d777 +size 4787331872 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..b2319c2 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38546039587a9d3e34d2f7c716bd02cf1c00b5c5c31df187437e11d9ad75248 +size 5247755040 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..bb3f471 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a319368a600424c85a880385843ec070677bf891440c55379e49114b881317b +size 5027783456 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9da5a5b --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927dee7acc0d07af8122d5ba614703e3d86e8580254b2c625e6722796a86b042 +size 4802011936 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f27bc7f --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895274b4162547fdf2d560801235a2d77e3b7565ada751c80926313d1442f867 +size 5851112224 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..71b49b7 --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e090107ed5bfcfdf8a86a1a252905935febffbda58a872261da78cf4fcc59e04 +size 5720761120 diff --git a/DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf b/DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..e7185eb --- /dev/null +++ b/DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26723cb2ccc2b845e8ba61bd24658def3c477e838fe24585f5c4ed5f0e4b371 +size 6725899040 diff --git a/README.md b/README.md new file mode 100644 index 0000000..82dad94 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/deepseek-ai/DeepSeek-R1-0528-Qwen3-8B + + +static quants are available at https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-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/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-0528-Qwen3-8B-i1-GGUF/resolve/main/DeepSeek-R1-0528-Qwen3-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.8 | 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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..071906a --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91390db9640178c7b74a56cf1c7eac99d75364f87bccc58f4ea1664afa24e1ec +size 5316769