From 3c7aecb0dcb95d5243a8be3115fa0a482a2778f0 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 24 May 2026 18:40: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/XiYanSQL-QwenCoder-3B-2502-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++ README.md | 73 ++++++++++++++++++++++++++ XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf | 3 ++ XiYanSQL-QwenCoder-3B-2502.f16.gguf | 3 ++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf create mode 100644 XiYanSQL-QwenCoder-3B-2502.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9c49794 --- /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 +XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +XiYanSQL-QwenCoder-3B-2502.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae1640d --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: XGenerationLab/XiYanSQL-QwenCoder-3B-2502 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- Text-to-SQL +- SQL +- NL2SQL +--- +## About + + + + + + +static quants of https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-3B-2502 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#XiYanSQL-QwenCoder-3B-2502-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf) | Q3_K_S | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf) | IQ4_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf) | Q4_K_S | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf) | Q4_K_M | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf) | Q5_K_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf) | Q5_K_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf) | Q6_K | 2.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf) | Q8_0 | 3.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/XiYanSQL-QwenCoder-3B-2502-GGUF/resolve/main/XiYanSQL-QwenCoder-3B-2502.f16.gguf) | f16 | 6.9 | 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. + + diff --git a/XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf b/XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf new file mode 100644 index 0000000..4ad4b7a --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34383cab8f8204077f021a320582b3aafb768f65efbdb5688b804050ad11d2bc +size 1918491584 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf b/XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf new file mode 100644 index 0000000..a2fb312 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7971fea94b25ee906259aa893c8d3bffb38ee2dcbd4030e61f230e77a1b07e7d +size 1376857024 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf b/XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf new file mode 100644 index 0000000..a9620c0 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90934b30785f86fe24e0c2ebdc2cb1d3fcdc6b546326e662f53b50091b94f90c +size 1841095616 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf b/XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf new file mode 100644 index 0000000..96f4c33 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2bd44d9b061c31286162819e19dab62e97648ebe7f47912eb4378804ac204c +size 1724179392 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf b/XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf new file mode 100644 index 0000000..a41fb45 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd53ee6b171e41788ab39510a404d9e18806264fe23a26fe962474370572677 +size 1588061120 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf b/XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf new file mode 100644 index 0000000..f92f6c1 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9fe04d3882fb2e589a27a7e7edad2aaaf5f285e60acc6b4bd5302da25203a1 +size 2104933312 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf b/XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf new file mode 100644 index 0000000..e3fd9a1 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b21477d66b61ebc0882b434f7702a984dd603f5446662619d062ed753bee173 +size 2009414592 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf b/XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf new file mode 100644 index 0000000..4645895 --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9425c88cbcd2259e4a537531ffb64e4902862f6bd10e4cbd6fc40a60b00f8611 +size 2438740928 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf b/XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf new file mode 100644 index 0000000..1bfc4ba --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b999df7e259a9b8e0f94154499c8c48ee16ace02709f6ab0770bf4696f5ca42 +size 2383592384 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf b/XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf new file mode 100644 index 0000000..9b5c04f --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcd784b1f7da56d6ac785e1d5ec9e3f030c178e4f67e018c5041fd0e8dfdd93 +size 2793411520 diff --git a/XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf b/XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf new file mode 100644 index 0000000..7106c9f --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bee5f34f15a4a20e1ba105418c0c0e7dcaae7b308b922ea323d483e5021262e +size 3616089024 diff --git a/XiYanSQL-QwenCoder-3B-2502.f16.gguf b/XiYanSQL-QwenCoder-3B-2502.f16.gguf new file mode 100644 index 0000000..4de0a5c --- /dev/null +++ b/XiYanSQL-QwenCoder-3B-2502.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361daf95c18350328b03f272f83ccb3a3c40bff1d40592061452e3206faacd6e +size 6800647104