From c73948db74e333a597223dab6032810483fa0a58 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Apr 2026 15:44: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-14b-Medical-COT-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf | 3 + DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf | 3 + README.md | 83 +++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf create mode 100644 DeepSeek-R1-14b-Medical-COT.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..96ae461 --- /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-14b-Medical-COT.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf new file mode 100644 index 0000000..11e86c4 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46505731f9871d34e8f8bc397bf87a49fda516f7e873e3c20a1f6fb9d370f1f7 +size 3872309728 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf new file mode 100644 index 0000000..169ded5 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6804aabd0681e2d10baaf5873de3c5bf0833336b6d6a8f0587f13970acd9d76b +size 3607994848 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf new file mode 100644 index 0000000..b737210 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c817c01417a9af664fe8572b1d76f2e29090ef8a9741ab0b220d91abbaa80b +size 5356147168 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf new file mode 100644 index 0000000..f0be517 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c851a9a018267cf01ce095bc6983951e8e087afa85b1f9a52a20ddf0c0cbfb8 +size 5003727328 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8f3fdaa --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee632e465c6ec826f853d2d2e3119db67c3b66d928e0c6498ad82695aff29c4 +size 4704575968 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c106936 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d6f843724b5a93b53f119b0813705dc945d58a9085cbb2343ddb2dfd4331bc +size 4312834528 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf new file mode 100644 index 0000000..75fc1fd --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2361a80d4a3a0ea99ac50bcb4561b66336ff40a8dabccceb7c3cd07cbc109c0f +size 6916538848 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf new file mode 100644 index 0000000..958361a --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed002e61848942811c8c5bc28c2ac1869060679e38d8996786cc20ea724a7acf +size 6693020128 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf new file mode 100644 index 0000000..dec1fb0 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c828208144fbd495e00123db6b73d98392159c01f04b764fda8c71935753826d +size 6383362528 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..c850a16 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4290e50e45e509dfd9aaa043205b4874706b06ce609d105366810fe49f81cc8 +size 5946708448 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf new file mode 100644 index 0000000..25f8cfa --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03648cbd29a80c3c62c685b91e08da650f3b4b4da30d5518f05e017cf12afa0 +size 8549183968 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf b/DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4ab1ad5 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb58a089291e3d5d9a0d102ff24eb436738123cc0d7a67949d6f76f8f74dbcb +size 8119841248 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf new file mode 100644 index 0000000..589bcbe --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013f0f9e04bc53fcd47698ee350e90d059f7642883ed0f249a2511f7a27ffd82 +size 5770498528 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8ee96f5 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50191ca330df77c48f1ca4edf28194f4606d5d24e4007f1b47392fecc634bfc +size 5397189088 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf new file mode 100644 index 0000000..c85c065 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57caadc736fbc169ca1cea67775fab7be5ce42a7487ddbb5fe00beb2c4222589 +size 7924769248 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf new file mode 100644 index 0000000..ed15d90 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87658bfe06cee18cfa2d930601a502898c3ed8b27992f218aad739bf49247ddb +size 7339205088 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf new file mode 100644 index 0000000..ecd62a1 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667f26c76a5ecc53cbc5f5d69b7a914d102b0610c57b3879a5ee5b930586ea7f +size 6659596768 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf new file mode 100644 index 0000000..41a2b18 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd9befeb56fd6f53c241ab8245c7b796372eeaf835080bb72653b613bb0bbcb +size 8544268768 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf new file mode 100644 index 0000000..04240fb --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa481d0ca2474ffe51b4001c544ce1a40c73f376f2984c78c3b008d3b9f5232 +size 9392140768 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf new file mode 100644 index 0000000..049c405 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b5e069dee7205d9799e510a99e409db56b94c83e506b85d543bacfd5d105b8 +size 8988111328 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf new file mode 100644 index 0000000..163954c --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afc89f105980fa00e1994249d3df6c2229e408d741f92e892559cae5a32f397 +size 8573432288 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1916937 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d20c682a1eb3c46d7a159ef08d10d765a05c39dc307619543b23014d17f3761 +size 10508874208 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d3d6bc8 --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc411135330be1ed58e0c1acc6c5968269c851ee4a3056f61f19c477e38e902 +size 10266554848 diff --git a/DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf b/DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf new file mode 100644 index 0000000..99f290b --- /dev/null +++ b/DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bc66fa7cb9e0499ed46e1186598108431e7c4be433f17ec4cb733d2e5f7324 +size 12124684768 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ad841a --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: RianPI/DeepSeek-R1-14b-Medical-COT +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- qwen2 +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/RianPI/DeepSeek-R1-14b-Medical-COT + + +static quants are available at https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-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-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-14b-Medical-COT-i1-GGUF/resolve/main/DeepSeek-R1-14b-Medical-COT.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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..8b6fdf2 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3079b0ae0c8477c8842dc20b8646533067a17b3f005092c31495252ae7dce1be +size 8563597