From 8001a034d4b99506d54a3a64db4218a860bc1533 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Apr 2026 12:07:59 +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/ReasonSQL-4B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++++ README.md | 74 ++++++++++++++++++++++++++++++++++++++++ ReasonSQL-4B.IQ4_XS.gguf | 3 ++ ReasonSQL-4B.Q2_K.gguf | 3 ++ ReasonSQL-4B.Q3_K_L.gguf | 3 ++ ReasonSQL-4B.Q3_K_M.gguf | 3 ++ ReasonSQL-4B.Q3_K_S.gguf | 3 ++ ReasonSQL-4B.Q4_K_M.gguf | 3 ++ ReasonSQL-4B.Q4_K_S.gguf | 3 ++ ReasonSQL-4B.Q5_K_M.gguf | 3 ++ ReasonSQL-4B.Q5_K_S.gguf | 3 ++ ReasonSQL-4B.Q6_K.gguf | 3 ++ ReasonSQL-4B.Q8_0.gguf | 3 ++ ReasonSQL-4B.f16.gguf | 3 ++ 14 files changed, 157 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 ReasonSQL-4B.IQ4_XS.gguf create mode 100644 ReasonSQL-4B.Q2_K.gguf create mode 100644 ReasonSQL-4B.Q3_K_L.gguf create mode 100644 ReasonSQL-4B.Q3_K_M.gguf create mode 100644 ReasonSQL-4B.Q3_K_S.gguf create mode 100644 ReasonSQL-4B.Q4_K_M.gguf create mode 100644 ReasonSQL-4B.Q4_K_S.gguf create mode 100644 ReasonSQL-4B.Q5_K_M.gguf create mode 100644 ReasonSQL-4B.Q5_K_S.gguf create mode 100644 ReasonSQL-4B.Q6_K.gguf create mode 100644 ReasonSQL-4B.Q8_0.gguf create mode 100644 ReasonSQL-4B.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c69a0a1 --- /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 +ReasonSQL-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ReasonSQL-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbc19b5 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: craterlabs/ReasonSQL-4B +datasets: +- prem-research/birdbench +language: +- en +library_name: transformers +license: cc-by-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/craterlabs/ReasonSQL-4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ReasonSQL-4B-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/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ReasonSQL-4B-GGUF/resolve/main/ReasonSQL-4B.f16.gguf) | f16 | 8.2 | 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/ReasonSQL-4B.IQ4_XS.gguf b/ReasonSQL-4B.IQ4_XS.gguf new file mode 100644 index 0000000..4b4f4f9 --- /dev/null +++ b/ReasonSQL-4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16f52298051cc30b112cad0e0a5dd5a356561cde1a385c79cffb4af97cb77a0 +size 2286315520 diff --git a/ReasonSQL-4B.Q2_K.gguf b/ReasonSQL-4B.Q2_K.gguf new file mode 100644 index 0000000..3381816 --- /dev/null +++ b/ReasonSQL-4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df7533a320b93609986b39b74287dfe5c4654f7a18ad447892684ee97a163fe +size 1669498880 diff --git a/ReasonSQL-4B.Q3_K_L.gguf b/ReasonSQL-4B.Q3_K_L.gguf new file mode 100644 index 0000000..aca6259 --- /dev/null +++ b/ReasonSQL-4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc15b5cc28aca41a1217a474fb2df03bf2d7c8590d3d8145ead941ac738225d +size 2239784960 diff --git a/ReasonSQL-4B.Q3_K_M.gguf b/ReasonSQL-4B.Q3_K_M.gguf new file mode 100644 index 0000000..4ca6983 --- /dev/null +++ b/ReasonSQL-4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e6a08179f4cc6951ac7d22773af38e09e16b4cc1f876c2eee7d1bf43803342 +size 2075617280 diff --git a/ReasonSQL-4B.Q3_K_S.gguf b/ReasonSQL-4B.Q3_K_S.gguf new file mode 100644 index 0000000..b9ccd3c --- /dev/null +++ b/ReasonSQL-4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0695ab43ff2c5dc3346713ddb5d8786420175351b494af73965046061cba07 +size 1886996480 diff --git a/ReasonSQL-4B.Q4_K_M.gguf b/ReasonSQL-4B.Q4_K_M.gguf new file mode 100644 index 0000000..04e7182 --- /dev/null +++ b/ReasonSQL-4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dd03d092794dab9b3520a8fb3e8a852355ca4498e5b2fec5f094273ae06a0f +size 2497280000 diff --git a/ReasonSQL-4B.Q4_K_S.gguf b/ReasonSQL-4B.Q4_K_S.gguf new file mode 100644 index 0000000..7feed10 --- /dev/null +++ b/ReasonSQL-4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca96511d5a8c7033f14651658a52650f46783db947a9f15fa3b9121e69e05f76 +size 2383308800 diff --git a/ReasonSQL-4B.Q5_K_M.gguf b/ReasonSQL-4B.Q5_K_M.gguf new file mode 100644 index 0000000..14b0137 --- /dev/null +++ b/ReasonSQL-4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae05ad5ea09e1852004d28428860a0e0cb5f7debd0bd8d88f135831e17153aa +size 2889512960 diff --git a/ReasonSQL-4B.Q5_K_S.gguf b/ReasonSQL-4B.Q5_K_S.gguf new file mode 100644 index 0000000..83b9a4c --- /dev/null +++ b/ReasonSQL-4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1b06b1868691fa1929941d269b12b6cebb69c9f9c3aa03e6aabd936507320c +size 2823710720 diff --git a/ReasonSQL-4B.Q6_K.gguf b/ReasonSQL-4B.Q6_K.gguf new file mode 100644 index 0000000..bfd360b --- /dev/null +++ b/ReasonSQL-4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895e1b3625bef13b230323f04bdac5fa8588e40ec83d994e619b83b7482d942c +size 3306260480 diff --git a/ReasonSQL-4B.Q8_0.gguf b/ReasonSQL-4B.Q8_0.gguf new file mode 100644 index 0000000..d3b22f7 --- /dev/null +++ b/ReasonSQL-4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8bd7e8cd3c847477e51d28845a4995ddd19fe244899fc92656fb28ac34ef33 +size 4280404480 diff --git a/ReasonSQL-4B.f16.gguf b/ReasonSQL-4B.f16.gguf new file mode 100644 index 0000000..3c45278 --- /dev/null +++ b/ReasonSQL-4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7a32fe25538d44401030f1f04753651c027b8f26a4bc6b210085676abf9dfe +size 8051284480