From f48f235230987e6f970905ea16fc5ef2a71387b2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 6 Aug 2026 13:05:19 +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-DRAFT-0.6B-v3.0-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf | 3 + DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf | 3 + README.md | 92 +++++++++++++++++++++ 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf create mode 100644 DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1fdc00f --- /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 +DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf new file mode 100644 index 0000000..36c6477 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c132f81044d33f4d5c2d94123ed914672c69088dd60a2ee46ecc48337a28e2a +size 360866208 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf new file mode 100644 index 0000000..819edc5 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0774b0effd6fbf1c20b88d05f43a991660c35c54fed0d24d17d1399e696f59c +size 358721184 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf new file mode 100644 index 0000000..d2ec606 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a275a112448229445b1c3defa5b06f12ea50073d6ae29b96c2d7d091dc63024 +size 371489184 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf new file mode 100644 index 0000000..f8c9630 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3aec53949378eeb8d1c14fda05342d038cfc4badaf234e5e91ef02b4b19a8d +size 368629152 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf new file mode 100644 index 0000000..640efce --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ef48de604a639f5e6b67928c695f710a5f7f23e58dfa5e25668ae047f89dc2 +size 367301280 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..41b75c1 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d00a06d82eb5d7703128c88514af523eac77e559d04543cb64c2289e79187 +size 364441248 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf new file mode 100644 index 0000000..59c70cd --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b792743db8a5ce58eebfa1dd86bb8e676d774942b932cb912d85d65171336c +size 385644192 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf new file mode 100644 index 0000000..fc9763b --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3239eb033ab7f400232a59252c71e2283d858532a5e32a3a8151ee8c6a7a18 +size 381499296 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf new file mode 100644 index 0000000..d44f4e2 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4300dce4bd7ef7943f4d310702bbb209642fcf8e03db22b2238785cf957bd1ec +size 381499296 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4425310 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9589f7d4b371a016cd4656c83b4f1c2a9973387b6e0203417467f5d8654d2a +size 376596384 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf new file mode 100644 index 0000000..030f90c --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16476d2878e3a6176a75f7aed3301a0ca0241dc170be7017c6eaed2a5f8f472e +size 395562912 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d8bc6ee --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b844429f052d3b86887ef9d4214dcebceccc1f8820e981ace460123b96f0eb +size 392294304 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf new file mode 100644 index 0000000..638addd --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f457e861bc94e5cbd098083190b51ce3e60a9d067dccaa17d31d75112254927b +size 381499296 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf new file mode 100644 index 0000000..933ff8b --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12f882cff6013467de5d341829133d4d37445ab309f88ff8d055dd7cfd8f7a4 +size 373940640 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf new file mode 100644 index 0000000..14b06bb --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326ed7d29c4eb72fcee61af986ac19c0e00394f87ada9700bd8f89e71e12eecc +size 412250016 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf new file mode 100644 index 0000000..64aced1 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a14b898d6f98f27157680b7346679816268d627f23dbaf4f3b94d76a5c9194 +size 398358432 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf new file mode 100644 index 0000000..16dd08e --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f31761d650b07f47232c11fe865ac0d6057290417b1d139905be8d3754dc66e +size 381155232 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf new file mode 100644 index 0000000..0db4cb4 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ebbd7267d98dbd7c4cb718d2d0f5823cd47e6023dc3594c31cd249dfe2ff7b +size 395863968 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf new file mode 100644 index 0000000..19131a9 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa0e48cdb20d62545fcd5f689b4a16939bb8b8404bc1d60f6186ea913d2f2d2 +size 424650656 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf new file mode 100644 index 0000000..9e87d3b --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4899e8a48cfc3639c6f4e82b8091d9b3c9fbe289e345c9a4125548c0f1498ee3 +size 455179168 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf new file mode 100644 index 0000000..7af1f19 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d8b05fdee901d310f0bd0b535e953b9a86cc479e8e04ef24a9013b5540d135 +size 442843040 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf new file mode 100644 index 0000000..58adc80 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0e686140e13ea7f696d95fb3ef3ccb4eac4ab6c7988d3d61a5d487c2de5d4b +size 484696992 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf new file mode 100644 index 0000000..8557fb8 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9dd013462c87615e870409d33f16551f49404a433132ba8a4634f66775d30d +size 477321120 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf new file mode 100644 index 0000000..10a80ba --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea4de3286ddfef78dbb79fe72bf7f30d8ecbbd1d2f122717b6f34234d042974 +size 606545824 diff --git a/DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf b/DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf new file mode 100644 index 0000000..641e594 --- /dev/null +++ b/DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c7c962bcff03d65e111bd9861742c2d6cfa05369a93a7ce1e446a87f20fbb8 +size 1008928 diff --git a/README.md b/README.md new file mode 100644 index 0000000..50dea4c --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0 +datasets: +- agentlans/common-crawl-sample +- bigcode/the-stack-smol-xl +- rombodawg/Everything_Instruct +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- draft +- speculative-decoding +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-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-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ1_M.gguf) | i1-IQ1_M | 0.5 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_S.gguf) | i1-IQ2_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ2_M.gguf) | i1-IQ2_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.5 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_S.gguf) | i1-IQ3_S | 0.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q2_K.gguf) | i1-Q2_K | 0.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ3_M.gguf) | i1-IQ3_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_0.gguf) | i1-Q4_0 | 0.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.5 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.5 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_1.gguf) | i1-Q4_1 | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-DRAFT-0.6B-v3.0-i1-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-v3.0.i1-Q6_K.gguf) | i1-Q6_K | 0.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. + +