From 84f75d621834c74da76fe7d4f966159781473c0d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Apr 2026 22:49:03 +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-Distill-Qwen-1.5B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf | 3 + DeepSeek-R1-Distill-Qwen-1.5B.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-Distill-Qwen-1.5B.i1-IQ1_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf create mode 100644 DeepSeek-R1-Distill-Qwen-1.5B.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..b559a58 --- /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-Distill-Qwen-1.5B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-Distill-Qwen-1.5B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_M.gguf new file mode 100644 index 0000000..c2ad83f --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d956e496e376ae6dfef4ba09bf35812d7ce2ff3fd00b657f76292f094ec8537 +size 541037088 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf new file mode 100644 index 0000000..3879d9f --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fc917f3e7a54d241e1bd5daba7d2950ebabf861e46e1bb4ddcd537ec26497e +size 513103392 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf new file mode 100644 index 0000000..9607263 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c6138228e168769797939958507a334b3e116f4ad54ba916fc1a34c6668638 +size 701332512 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf new file mode 100644 index 0000000..617f3ff --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2a36ea39326211bae0d3484868a660fc861526767c6e7f5c9a3fe434174e4a +size 664087584 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b1ff20b --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc29c9f4e413bb45e95a7a0a0c26100cecbdb272c981a161b3503e5457b7ff34 +size 626902560 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..3b94ca6 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980005df2d63c7f2e1ab4febbfd6774a5c8c48799016543c5747658fecf589f7 +size 587593248 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf new file mode 100644 index 0000000..96fb8cf --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90fb19ed45b73963c8f8eabac3af03d37f8c45c9be8f131a3477bae9ee4d884 +size 876941856 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf new file mode 100644 index 0000000..9fb62c6 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc648efb7fc53e1bd4a6160b2ec3f4dc8c4681007446b72392890bd9ff77244 +size 862684704 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..66452f3 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2063d10842211529f71f2af324dc0d54eef3cf7942b2934a05d95ea7d2bb1731 +size 831976992 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..5499f28 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3669edc6014cd6c54d9eacdf1d719958a80ddf17d277ce95458560740393fe +size 769070112 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..7d4a26b --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b690552fb1dfd31dcca0fd29aae351821a2f5e003cc76123936db7741a4b5049 +size 1067604000 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..23b8044 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da76287a24df75aaf296b36526d2a78bfcf4dd7908e2c7e6ff9b4a7a07ec12c +size 1019711520 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf new file mode 100644 index 0000000..4f03578 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9abb587b583ac2fdf281b2e374adebcd8f59870eb06aa7a25cacffee596ec93 +size 752880672 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..292b507 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec3f2651e71cc0d82c249a33605f66066b21bb1617bbb947db9edf94b841190 +size 716710944 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..d777327 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e364e4c13e15f379f80c6dbd5e2e8d074e6a09078ba17457329ffb61568a5b4e +size 980440608 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e6d1c44 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead91b4986e2e7f2e0b8192b242746e4e9ae0af17f6114396a13d8c80ddefa95 +size 924456480 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..018d968 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb818f39f2a64928e8c66e9f3bc7d1fdba0729c3c88ef7702282465f7b4d82f +size 861222432 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf new file mode 100644 index 0000000..b16a056 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e93c7494796bb45b397fcd20b780b06c469a178ef9f24fb8c33e51fa1179e1 +size 1068808224 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf new file mode 100644 index 0000000..ea7a9ed --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a0362372752c3f0f0c32cc93b314404ab4a3bbc6fe30ddf39cfba733547e89 +size 1162700832 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..3797398 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827592b4ebdeb74cdc1ca3c2fc380b0bc3a74d10dc12b625c2dc976ed51766f6 +size 1117321248 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0425390 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2528fb0c19bc46bc8dac481e70191356e0f9bad8d4380beb759e745293fbac2 +size 1071585312 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..84290fb --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc350840ef28daec21b02aa10b1dc9930cba157b5b74e1eb2b2c00a3c10b05f +size 1285494816 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2c6ef6f --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a16fb1036738c7caa0f7c03da39aecc8091d0ec5fbaa0752be41e84d77841f +size 1259173920 diff --git a/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q6_K.gguf b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q6_K.gguf new file mode 100644 index 0000000..9671fa8 --- /dev/null +++ b/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c85f271cf3ddd465d2c46bb6a41c3de57e3d27e38b7ad6bd768835e18b7127d +size 1464179232 diff --git a/README.md b/README.md new file mode 100644 index 0000000..be4e635 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B + + +static quants are available at https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-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-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q2_K.gguf) | i1-Q2_K | 0.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_0.gguf) | i1-Q4_0 | 1.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q4_1.gguf) | i1-Q4_1 | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-i1-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B.i1-Q6_K.gguf) | i1-Q6_K | 1.6 | 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..5af50f8 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d40276058847a4a51256841cfc5794fb9b1b46a9a2ef3195aeb4186f5c6eabb +size 2042201