From 3d2f9830056cfb6fc531c09479b168f9531cce96 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 30 May 2026 06:31:18 +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/hnaqi-sqlcoder-7b-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ README.md | 77 +++++++++++++++++++++++++++++++++++ hnaqi-sqlcoder-7b.IQ4_XS.gguf | 3 ++ hnaqi-sqlcoder-7b.Q2_K.gguf | 3 ++ hnaqi-sqlcoder-7b.Q3_K_L.gguf | 3 ++ hnaqi-sqlcoder-7b.Q3_K_M.gguf | 3 ++ hnaqi-sqlcoder-7b.Q3_K_S.gguf | 3 ++ hnaqi-sqlcoder-7b.Q4_K_M.gguf | 3 ++ hnaqi-sqlcoder-7b.Q4_K_S.gguf | 3 ++ hnaqi-sqlcoder-7b.Q5_K_M.gguf | 3 ++ hnaqi-sqlcoder-7b.Q5_K_S.gguf | 3 ++ hnaqi-sqlcoder-7b.Q6_K.gguf | 3 ++ hnaqi-sqlcoder-7b.Q8_0.gguf | 3 ++ hnaqi-sqlcoder-7b.f16.gguf | 3 ++ 14 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 hnaqi-sqlcoder-7b.IQ4_XS.gguf create mode 100644 hnaqi-sqlcoder-7b.Q2_K.gguf create mode 100644 hnaqi-sqlcoder-7b.Q3_K_L.gguf create mode 100644 hnaqi-sqlcoder-7b.Q3_K_M.gguf create mode 100644 hnaqi-sqlcoder-7b.Q3_K_S.gguf create mode 100644 hnaqi-sqlcoder-7b.Q4_K_M.gguf create mode 100644 hnaqi-sqlcoder-7b.Q4_K_S.gguf create mode 100644 hnaqi-sqlcoder-7b.Q5_K_M.gguf create mode 100644 hnaqi-sqlcoder-7b.Q5_K_S.gguf create mode 100644 hnaqi-sqlcoder-7b.Q6_K.gguf create mode 100644 hnaqi-sqlcoder-7b.Q8_0.gguf create mode 100644 hnaqi-sqlcoder-7b.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7d8f373 --- /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 +hnaqi-sqlcoder-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +hnaqi-sqlcoder-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3a505a --- /dev/null +++ b/README.md @@ -0,0 +1,77 @@ +--- +base_model: JojoNoKimyouNaBouken/hnaqi-sqlcoder-7b +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +static quants of https://huggingface.co/JojoNoKimyouNaBouken/hnaqi-sqlcoder-7b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#hnaqi-sqlcoder-7b-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/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q2_K.gguf) | Q2_K | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q3_K_L.gguf) | Q3_K_L | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.IQ4_XS.gguf) | IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q5_K_M.gguf) | Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q6_K.gguf) | Q6_K | 5.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/hnaqi-sqlcoder-7b-GGUF/resolve/main/hnaqi-sqlcoder-7b.f16.gguf) | f16 | 13.6 | 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/hnaqi-sqlcoder-7b.IQ4_XS.gguf b/hnaqi-sqlcoder-7b.IQ4_XS.gguf new file mode 100644 index 0000000..1fe03e1 --- /dev/null +++ b/hnaqi-sqlcoder-7b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6e734354350c6e79170a0e55f63a497efe250712089ab98dcd3e5a9223b1f5 +size 3647606880 diff --git a/hnaqi-sqlcoder-7b.Q2_K.gguf b/hnaqi-sqlcoder-7b.Q2_K.gguf new file mode 100644 index 0000000..3b83b3b --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c2f4703fc3135d1159eca65bcdc809666f5c78908465a67dbfebb9dd092202 +size 2532940896 diff --git a/hnaqi-sqlcoder-7b.Q3_K_L.gguf b/hnaqi-sqlcoder-7b.Q3_K_L.gguf new file mode 100644 index 0000000..a6ed2df --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919b8810801aff7d9b64b07913dc11a0e010f3c9c489f4d4b982483a6b9202ef +size 3597194848 diff --git a/hnaqi-sqlcoder-7b.Q3_K_M.gguf b/hnaqi-sqlcoder-7b.Q3_K_M.gguf new file mode 100644 index 0000000..5b1c528 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43fa53811cf875b71b0e5e083e3c7262cd87088721279b6d13660674d005b80 +size 3298088544 diff --git a/hnaqi-sqlcoder-7b.Q3_K_S.gguf b/hnaqi-sqlcoder-7b.Q3_K_S.gguf new file mode 100644 index 0000000..e6aa2dd --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e81404da1d5491c3a0efbffc511dbcb680939ac46ecfc65682d8e8be7ff4ae +size 2948388448 diff --git a/hnaqi-sqlcoder-7b.Q4_K_M.gguf b/hnaqi-sqlcoder-7b.Q4_K_M.gguf new file mode 100644 index 0000000..b6aa8f7 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2830f3fa0a0f3b95ce1088eaa97caf8e4ee75e1a3629f8664596fec5384aa801 +size 4081096800 diff --git a/hnaqi-sqlcoder-7b.Q4_K_S.gguf b/hnaqi-sqlcoder-7b.Q4_K_S.gguf new file mode 100644 index 0000000..ae3ca20 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3779ab7ed2c8793f7ebb7e43c29414fb3fc01793f93e84d932c107ae3e45581 +size 3856832608 diff --git a/hnaqi-sqlcoder-7b.Q5_K_M.gguf b/hnaqi-sqlcoder-7b.Q5_K_M.gguf new file mode 100644 index 0000000..65cd170 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fc79f7d75937efe34c6b0e08fdbc4dec194230c1d137c7eb1805f97d535599 +size 4783257696 diff --git a/hnaqi-sqlcoder-7b.Q5_K_S.gguf b/hnaqi-sqlcoder-7b.Q5_K_S.gguf new file mode 100644 index 0000000..ef88154 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34bc854b4e95acde34861e1674fbf703e1c8943dbb388815f80dd2873abf66a +size 4651792480 diff --git a/hnaqi-sqlcoder-7b.Q6_K.gguf b/hnaqi-sqlcoder-7b.Q6_K.gguf new file mode 100644 index 0000000..07d2d2b --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb9c2beaccad24944fa92d902a2b422e794ba3fb91112593bf74acdf23cad05 +size 5529303648 diff --git a/hnaqi-sqlcoder-7b.Q8_0.gguf b/hnaqi-sqlcoder-7b.Q8_0.gguf new file mode 100644 index 0000000..d1830d2 --- /dev/null +++ b/hnaqi-sqlcoder-7b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aba66924bf1345ae21b655e2a8c97aec8a452e5a3c867db87ab499f9357e76 +size 7161230944 diff --git a/hnaqi-sqlcoder-7b.f16.gguf b/hnaqi-sqlcoder-7b.f16.gguf new file mode 100644 index 0000000..75fb413 --- /dev/null +++ b/hnaqi-sqlcoder-7b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f0a9c725097c1b5d75f116530716f0a543aa1277a8e4fc2147c7a3bd61da6a +size 13478368864