From dbd134bfaa77f3c961853ec87143fcc162a64087 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 14 May 2026 10:19:43 +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/JustRL-DeepSeek-1.5B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf | 3 + JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q2_K.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q4_0.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q4_1.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf | 3 + JustRL-DeepSeek-1.5B.i1-Q6_K.gguf | 3 + JustRL-DeepSeek-1.5B.imatrix.gguf | 3 + README.md | 87 ++++++++++++++++++++++++++++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q2_K.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q4_0.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q4_1.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf create mode 100644 JustRL-DeepSeek-1.5B.i1-Q6_K.gguf create mode 100644 JustRL-DeepSeek-1.5B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5047c46 --- /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 +JustRL-DeepSeek-1.5B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +JustRL-DeepSeek-1.5B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf b/JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf new file mode 100644 index 0000000..7b2214a --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f96fddb88bb84291fd892d14bff4a9a8426151e958799550350f03e6a73b48b +size 541037760 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf b/JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf new file mode 100644 index 0000000..0d7bffe --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de1300f4732db97e15569964f2b12fe07fdc327602f50a2c490d09378294aca +size 513104064 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf b/JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf new file mode 100644 index 0000000..e560035 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0788918b7fb1cacef587532d18b5b7ab29dc71e7725aabb1d94943e2093724 +size 701333184 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf b/JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf new file mode 100644 index 0000000..8d36d4c --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32823287f98c42e2a404799c52999701e9d8c65048edf70a0ae757795c605d3d +size 664088256 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf b/JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..e947d44 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525169350f4c838763f71044b1dfe99646f78a833ebd4e4552ccdb6a9533e05d +size 626903232 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf b/JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..edfdfce --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e32933f1f2840dfa62db34c5fd0ec4bf5a07e9437985d566b69185a75d66c4 +size 587593920 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf b/JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf new file mode 100644 index 0000000..6a17f7c --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a682a0ba0a27d961946c3be3af494bb5c8c64605182a625a134d4f53426381 +size 876942528 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf b/JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf new file mode 100644 index 0000000..85f6197 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89385aad08125e754ed6611fb710a47170f7ed75585ba173391962b26f07c9a6 +size 862685376 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf b/JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..69322b3 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7718cf2d5dc138bc2762576c7773d26b2bdeb30662780085dcc9ab9a68d8999 +size 831977664 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf b/JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..32f2a89 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c560a6a06bda7c619a3e02f1e2fd7d74aa01568f6019dc9dcad15a93db284383 +size 769070784 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf b/JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..7953681 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6cdaa8577dd00905c292172b556eff1e8f9c933c4375501f13e1a8dd983d5d +size 1067604672 diff --git a/JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf b/JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..60d94de --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9d96f8652adb86b2e409d7bbc2889d2b1be1a8e27956ce8fa93a4519a2a183 +size 1019712192 diff --git a/JustRL-DeepSeek-1.5B.i1-Q2_K.gguf b/JustRL-DeepSeek-1.5B.i1-Q2_K.gguf new file mode 100644 index 0000000..ca43f4d --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e39f4991f2b9a14c13bde3c3a6b619eca5d29ac1b3c45775c5a7e30a2e77615 +size 752881344 diff --git a/JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf b/JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..7aab498 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ccc875db52b2b6fcb0eacc1366d6b761e90a0415c712cd15c3f84077b26f50 +size 716711616 diff --git a/JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf b/JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..d5cb4ed --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4384a4eafb3c05b656a0b470b802f875c5f3867c9cef3112df482f52cab746be +size 980441280 diff --git a/JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf b/JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..39b391f --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426f25acc447a22725a67f3ce422f2d81fbd3c2ac0d22d83b17fe3ad04bf961 +size 924457152 diff --git a/JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf b/JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..7022106 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5110bacfbb1c97a441b5103c6b5a76dbb4f4351c27865c4fd34574d35ac9eeee +size 861223104 diff --git a/JustRL-DeepSeek-1.5B.i1-Q4_0.gguf b/JustRL-DeepSeek-1.5B.i1-Q4_0.gguf new file mode 100644 index 0000000..12031a2 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5165e581a688349693d475f5ece628e44e2d4483173a6a813f29e8c6a0194393 +size 1068808896 diff --git a/JustRL-DeepSeek-1.5B.i1-Q4_1.gguf b/JustRL-DeepSeek-1.5B.i1-Q4_1.gguf new file mode 100644 index 0000000..a2ea5ec --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbea6e920baf2c2a80e7da04f85a11bddbde690efcab4b6ffa68746f3b29bb0 +size 1162701504 diff --git a/JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf b/JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..6416968 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c70effededd295131bc25328be559a742ede1bcadee0d08e803f0b723b4671 +size 1117321920 diff --git a/JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf b/JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..276a198 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27352544a3b8b8bd95775ac805b0936121cfef0ff3ab7136fbab6f1608050c67 +size 1071585984 diff --git a/JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf b/JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..149f59f --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d13d4cea58503c6d599a257dea1ae905902860dba0f67b5716c6930e20a73af +size 1285495488 diff --git a/JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf b/JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..9feb2e7 --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294c99335e43413a10a2a70e8187b1f018eba8fcc48d6735ca4bb2d3fae6c28f +size 1259174592 diff --git a/JustRL-DeepSeek-1.5B.i1-Q6_K.gguf b/JustRL-DeepSeek-1.5B.i1-Q6_K.gguf new file mode 100644 index 0000000..23b3d1e --- /dev/null +++ b/JustRL-DeepSeek-1.5B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c161168c4c96b15110514b3547b74fc0c896a91bf096bc2502140e2b883f096 +size 1464179904 diff --git a/JustRL-DeepSeek-1.5B.imatrix.gguf b/JustRL-DeepSeek-1.5B.imatrix.gguf new file mode 100644 index 0000000..36ddb3f --- /dev/null +++ b/JustRL-DeepSeek-1.5B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64e6c07c6f1516dccefdb16e5695d73d0fd5a525b64835f63d3d37bf8e94f5e +size 2065888 diff --git a/README.md b/README.md new file mode 100644 index 0000000..713830c --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: hbx/JustRL-DeepSeek-1.5B +datasets: +- BytedTsinghua-SIA/DAPO-Math-17k +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/hbx/JustRL-DeepSeek-1.5B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#JustRL-DeepSeek-1.5B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/JustRL-DeepSeek-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/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q2_K.gguf) | i1-Q2_K | 0.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.1 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q4_0.gguf) | i1-Q4_0 | 1.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q4_1.gguf) | i1-Q4_1 | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-1.5B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/JustRL-DeepSeek-1.5B-i1-GGUF/resolve/main/JustRL-DeepSeek-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. + +