From 50737e1c7e33470c39f2bee308cfbf35d1a7b88e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 24 Jul 2026 01:25:09 +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/Qwen3-Shining-Lucy-CODER-2.4B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++ Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf | 3 + Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf | 3 + README.md | 175 ++++++++++++++++++++++ 14 files changed, 258 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf create mode 100644 Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7688219 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf new file mode 100644 index 0000000..8b5fecd --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc7bff3d28529a86c59cabc944cdc8f2807273ea17a7b53a88cdbf7011ff460 +size 1394811136 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf new file mode 100644 index 0000000..8dd5aa6 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712ab9d60bbb4ef0ca1e94743cb9e78eebffbb88f8064693c5fb16ea9d7af236 +size 1036099840 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf new file mode 100644 index 0000000..5396dde --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2909672ccdd41db84a2f396e2e85ade4e198c2fc4e656f283926f630e1f142 +size 1374658816 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf new file mode 100644 index 0000000..995e532 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c15bb80cb9342f13c74cbc970ff24e12e6434a2565c45a0a421bfc217765da7 +size 1279238400 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf new file mode 100644 index 0000000..16a1422 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663622a1ccbd888ddfbd3985cad12ee267c081925b2be8eb727444dc23a616be +size 1170284800 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf new file mode 100644 index 0000000..4fd7fea --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3284cba51bced50ac7c21e95b06cb4dc99b9c4734f62d5d8e10353fd3aac35 +size 1530519808 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf new file mode 100644 index 0000000..0e01dd6 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b124a0a3fe42cbd880b860f361e1a79b65b469902c1a8dde16504e7d374b8 +size 1459953920 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf new file mode 100644 index 0000000..3f62e22 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dca530b0812bc2e2b71340344181fa0d26213731dd6048157b5abac20f2ed4 +size 1756225792 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf new file mode 100644 index 0000000..5ae0d79 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb46e84c85acdc93d8aa1fbf3ae06e02e0496bc1af956a518a9811b37e01c652 +size 1715282176 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf new file mode 100644 index 0000000..3283e39 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8109b2f8dffa105d6d3d4f59b439a6a8e13409db4d51ee39f0345464249ab5df +size 1996038400 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf new file mode 100644 index 0000000..2ad8da7 --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2629e5788a8e52585669150fa8685e701a35131b7a1162817cc02d29985326 +size 2583365888 diff --git a/Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf b/Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf new file mode 100644 index 0000000..171db7a --- /dev/null +++ b/Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3be82df21e38fd161b9c047a6887f06e930aeb2a651c25284ec5f7f0fc3f5d +size 4856891648 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c3f71d --- /dev/null +++ b/README.md @@ -0,0 +1,175 @@ +--- +base_model: DavidAU/Qwen3-Shining-Lucy-CODER-2.4B +datasets: +- sequelbox/Celestia3-DeepSeek-R1-0528 +- sequelbox/Mitakihara-DeepSeek-R1-0528 +- sequelbox/Raiden-DeepSeek-R1 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- programming +- code generation +- code +- coding +- coder +- chat +- code +- chat +- qwen +- qwen3 +- qwencoder +- esper +- esper-3 +- valiant +- valiant-labs +- qwen +- qwen-3 +- qwen-3-2.4b +- 2.4b +- reasoning +- code +- code-instruct +- python +- javascript +- dev-ops +- jenkins +- terraform +- scripting +- powershell +- azure +- aws +- gcp +- cloud +- problem-solving +- architect +- engineer +- developer +- creative +- analytical +- expert +- rationality +- conversational +- chat +- instruct +- shining-valiant +- shining-valiant-3 +- valiant +- valiant-labs +- qwen +- qwen-3 +- qwen-3-1.7b +- 1.7b +- reasoning +- code +- code-reasoning +- science +- science-reasoning +- physics +- biology +- chemistry +- earth-science +- astronomy +- machine-learning +- artificial-intelligence +- compsci +- computer-science +- information-theory +- ML-Ops +- math +- cuda +- deep-learning +- transformers +- agentic +- LLM +- neuromorphic +- self-improvement +- complex-systems +- cognition +- linguistics +- philosophy +- logic +- epistemology +- simulation +- game-theory +- knowledge-management +- creativity +- problem-solving +- architect +- engineer +- developer +- creative +- analytical +- expert +- rationality +- conversational +- chat +- instruct +--- +## About + + + + + + + + + +static quants of https://huggingface.co/DavidAU/Qwen3-Shining-Lucy-CODER-2.4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-Shining-Lucy-CODER-2.4B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-i1-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/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q2_K.gguf) | Q2_K | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_S.gguf) | Q3_K_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_M.gguf) | Q3_K_M | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q3_K_L.gguf) | Q3_K_L | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.IQ4_XS.gguf) | IQ4_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_S.gguf) | Q4_K_S | 1.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q4_K_M.gguf) | Q4_K_M | 1.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_S.gguf) | Q5_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q5_K_M.gguf) | Q5_K_M | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q6_K.gguf) | Q6_K | 2.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.Q8_0.gguf) | Q8_0 | 2.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-Shining-Lucy-CODER-2.4B-GGUF/resolve/main/Qwen3-Shining-Lucy-CODER-2.4B.f16.gguf) | f16 | 5.0 | 16 bpw, overkill | + +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. + +