From c4ce027f4a8c722949dba54dd85e7d108f53827d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 19 May 2026 22:53: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/DeepICD-R1-Llama-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ DeepICD-R1-Llama-8B.i1-IQ1_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ1_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ2_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ2_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ3_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ3_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf | 3 + DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q2_K.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q4_0.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q4_1.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf | 3 + DeepICD-R1-Llama-8B.i1-Q6_K.gguf | 3 + DeepICD-R1-Llama-8B.imatrix.gguf | 3 + README.md | 97 +++++++++++++++++++++++++++++ 27 files changed, 232 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepICD-R1-Llama-8B.i1-IQ1_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ1_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ2_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ2_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ3_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ3_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q2_K.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q4_0.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q4_1.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf create mode 100644 DeepICD-R1-Llama-8B.i1-Q6_K.gguf create mode 100644 DeepICD-R1-Llama-8B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9db31a2 --- /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 +DeepICD-R1-Llama-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepICD-R1-Llama-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepICD-R1-Llama-8B.i1-IQ1_M.gguf b/DeepICD-R1-Llama-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..83ec902 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff331d5490aa5c09943793dd9999550dc1a810009c7e7c476cb32b36c9b1929a +size 2161977696 diff --git a/DeepICD-R1-Llama-8B.i1-IQ1_S.gguf b/DeepICD-R1-Llama-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..acea6ec --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c28e89bc4546ccfec1f13be6899080786b082fa9274df85c18f08b3f8c9c67 +size 2019633504 diff --git a/DeepICD-R1-Llama-8B.i1-IQ2_M.gguf b/DeepICD-R1-Llama-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..f0148cf --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cb288c300413b42e63aced1670aa72fd55edbc6815eba494bf4883c4090082 +size 2948286816 diff --git a/DeepICD-R1-Llama-8B.i1-IQ2_S.gguf b/DeepICD-R1-Llama-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..0eb6071 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f8c49ea4c402a6e6ca9c22f89e586949eabcaadc6ce20a78ac958b165536c2 +size 2758494560 diff --git a/DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf b/DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..3ed2bb8 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81070f40012411c833ff6134551b81fcce604495e3af237b5e95b01afdd13072 +size 2605787488 diff --git a/DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf b/DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..dbbadae --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada3a6a3595c73ad3103290f9dd2c542dd216e8c1eea1e54d93c9faa88191926 +size 2399218016 diff --git a/DeepICD-R1-Llama-8B.i1-IQ3_M.gguf b/DeepICD-R1-Llama-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..cb9c8f2 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322a463c561485a8f06328eb01e807e19c2510c7c68e7dbad71287096065a47d +size 3784829280 diff --git a/DeepICD-R1-Llama-8B.i1-IQ3_S.gguf b/DeepICD-R1-Llama-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..66c09dd --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec1806fe085eb957d939a85a9ab499b8a76782cd2570742549575fc3aa2fd6 +size 3682330976 diff --git a/DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf b/DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..822ddac --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6750ec032d3713dbf1644047087a7b2c96234f9edb8c93689a52ca46d452c2a +size 3518753120 diff --git a/DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf b/DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..db2a316 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e266b5f981835186d3f292d8261f5cb380fcf7f207b30d0031e415c5c6b8e316 +size 3274918240 diff --git a/DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf b/DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..5e50997 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1c572c4b25a0e44cad11ab725d7c246728a06a5a322fcc61c5e5b21c2d8f9b +size 4677994848 diff --git a/DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf b/DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..11b62b9 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51783be59a86954af367fa1c051aade46e316e8959c1be019235d07ce1effbc7 +size 4447668576 diff --git a/DeepICD-R1-Llama-8B.i1-Q2_K.gguf b/DeepICD-R1-Llama-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..6cbb69a --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1259cd9abf7c1c553c108b708ebd8543ebcd890e111ab6c7dfa5f83592aedc02 +size 3179137376 diff --git a/DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf b/DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..b5573a1 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50460da2024c52f9b647f0508a652859f03469c1c4d37853d01fc051ed2eb42e +size 2988820832 diff --git a/DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf b/DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..469178f --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa456cf5509a4421ecb4a4ee48f0d430e6c7e4f057a53727a8941371ffb34ff +size 4321962336 diff --git a/DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf b/DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..af8b109 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2923d04de78ee84592e45aac515e57f69ecc0d6851220ebcde52822ed7a9ee +size 4018923872 diff --git a/DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf b/DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..71ea9f2 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75e2eb13fd619a4eb861633989da912880e30a4dc955ee17ee23d1497afa7ae +size 3664505184 diff --git a/DeepICD-R1-Llama-8B.i1-Q4_0.gguf b/DeepICD-R1-Llama-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..0e5aa92 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b39407e01cb589e75143a994eb1385b69b0f0559416d91d6968d5c75a7fe8 +size 4675897696 diff --git a/DeepICD-R1-Llama-8B.i1-Q4_1.gguf b/DeepICD-R1-Llama-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..82b5e4f --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81856bccebeb0600d4bbf4439104d6eb3afa13b359088887901e2b0a9803bcf +size 5130258784 diff --git a/DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf b/DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2f24422 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04268a6b4b106d33d1c54cdea035fb897ed3ea72c2dba8b67462f34970f17aa2 +size 4920740192 diff --git a/DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf b/DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1ee9249 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a2705b39346e4276a694bf374cb6bccad7667351bae5225d5ba17c482e325b +size 4692674912 diff --git a/DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf b/DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..c3c7830 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57be47e02a64541eef6e3d61e97934cfd509f08974b8a7d974f9cd04834d8549 +size 5732993376 diff --git a/DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf b/DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d76a4f3 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff40c7de6c5732aa4271bb8b7e8bb92d772f773e93905249c2ea1faa7073e0ce +size 5599299936 diff --git a/DeepICD-R1-Llama-8B.i1-Q6_K.gguf b/DeepICD-R1-Llama-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..6ed49f8 --- /dev/null +++ b/DeepICD-R1-Llama-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfeb3f8e11d3dc0db3efe111a92b3409d7a64ff18ff13c25f9cd3272cf6e368 +size 6596012384 diff --git a/DeepICD-R1-Llama-8B.imatrix.gguf b/DeepICD-R1-Llama-8B.imatrix.gguf new file mode 100644 index 0000000..7957a9c --- /dev/null +++ b/DeepICD-R1-Llama-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e949801a195b2d4f8ceaf8f51656aab393744ce3993c05cb3a4a7b5194f13300 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7850d0 --- /dev/null +++ b/README.md @@ -0,0 +1,97 @@ +--- +base_model: DATEXIS/DeepICD-R1-Llama-8B +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- clinical-nlp +- medical-coding +- icd10 +- icd-10-cm +- reasoning +- grpo +- rl +- verl +- llama-3.1 +- healthcare +- diagnosis-prediction +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/DATEXIS/DeepICD-R1-Llama-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#DeepICD-R1-Llama-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/DeepICD-R1-Llama-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/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepICD-R1-Llama-8B-i1-GGUF/resolve/main/DeepICD-R1-Llama-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.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. + +