commit 0c5d67e6c65c2c20fdffad150cfc78b8115f6c2c Author: ModelHub XC Date: Thu Apr 30 11:36:40 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/stable-code-instruct-3b-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75ec9d1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +stable-code-instruct-3b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.f16.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +stable-code-instruct-3b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..990b89c --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: stabilityai/stable-code-instruct-3b +language: +- en +library_name: transformers +license: other +quantized_by: mradermacher +tags: +- causal-lm +- code +--- +## About + + + + + + +static quants of https://huggingface.co/stabilityai/stable-code-instruct-3b + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/stable-code-instruct-3b-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/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q2_K.gguf) | Q2_K | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.IQ3_XS.gguf) | IQ3_XS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.IQ3_S.gguf) | IQ3_S | 1.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q3_K_S.gguf) | Q3_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.IQ3_M.gguf) | IQ3_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q3_K_M.gguf) | Q3_K_M | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q3_K_L.gguf) | Q3_K_L | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.IQ4_XS.gguf) | IQ4_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q4_K_S.gguf) | Q4_K_S | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q4_K_M.gguf) | Q4_K_M | 1.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q5_K_S.gguf) | Q5_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q5_K_M.gguf) | Q5_K_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q6_K.gguf) | Q6_K | 2.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.Q8_0.gguf) | Q8_0 | 3.1 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/stable-code-instruct-3b-GGUF/resolve/main/stable-code-instruct-3b.f16.gguf) | f16 | 5.7 | 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/stable-code-instruct-3b.IQ3_M.gguf b/stable-code-instruct-3b.IQ3_M.gguf new file mode 100644 index 0000000..510f231 --- /dev/null +++ b/stable-code-instruct-3b.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cdab470efeeba075506b91497169176086957f46b4475e3c3d9a563e836687 +size 1319555840 diff --git a/stable-code-instruct-3b.IQ3_S.gguf b/stable-code-instruct-3b.IQ3_S.gguf new file mode 100644 index 0000000..6fbecd5 --- /dev/null +++ b/stable-code-instruct-3b.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a07e9366e49f27e9332a28bbc295b032c60479d2aeb8b5383d81520472e2e5 +size 1254449920 diff --git a/stable-code-instruct-3b.IQ3_XS.gguf b/stable-code-instruct-3b.IQ3_XS.gguf new file mode 100644 index 0000000..aec4b83 --- /dev/null +++ b/stable-code-instruct-3b.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d118905050c637a3a7558819d6072f17e3db29b7581bb3a6e7b1805878e23a +size 1194976000 diff --git a/stable-code-instruct-3b.IQ4_XS.gguf b/stable-code-instruct-3b.IQ4_XS.gguf new file mode 100644 index 0000000..20804b6 --- /dev/null +++ b/stable-code-instruct-3b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1df668ce4c837fd9bd2c8c6949a5d361d7d3382265d43e9448191d8a746949 +size 1536308480 diff --git a/stable-code-instruct-3b.Q2_K.gguf b/stable-code-instruct-3b.Q2_K.gguf new file mode 100644 index 0000000..5aa9af5 --- /dev/null +++ b/stable-code-instruct-3b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10a9da431a9f229da7bb0c949cc326f137e4e9bef8fba515fba37d657b731fa +size 1083756800 diff --git a/stable-code-instruct-3b.Q3_K_L.gguf b/stable-code-instruct-3b.Q3_K_L.gguf new file mode 100644 index 0000000..5530e10 --- /dev/null +++ b/stable-code-instruct-3b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0967a7c52da03d808396669ba48a8d09fcbd58f31c8d01bb8110a3f596f1bc1a +size 1508565760 diff --git a/stable-code-instruct-3b.Q3_K_M.gguf b/stable-code-instruct-3b.Q3_K_M.gguf new file mode 100644 index 0000000..b4adf90 --- /dev/null +++ b/stable-code-instruct-3b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd8e54199c2b13ff4d662ac979551490cde75bda389b761dcfa57e487590363 +size 1391420160 diff --git a/stable-code-instruct-3b.Q3_K_S.gguf b/stable-code-instruct-3b.Q3_K_S.gguf new file mode 100644 index 0000000..84722ff --- /dev/null +++ b/stable-code-instruct-3b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe18f0052d6394eb0917050e48bc458525dbce9dd19ce940f3248237a43708 +size 1254449920 diff --git a/stable-code-instruct-3b.Q4_K_M.gguf b/stable-code-instruct-3b.Q4_K_M.gguf new file mode 100644 index 0000000..808b77a --- /dev/null +++ b/stable-code-instruct-3b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394cf2ff62fb1f942fbd1d39e8bd3166a603195ba217cfef038695850fc70d02 +size 1708596480 diff --git a/stable-code-instruct-3b.Q4_K_S.gguf b/stable-code-instruct-3b.Q4_K_S.gguf new file mode 100644 index 0000000..5af979b --- /dev/null +++ b/stable-code-instruct-3b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1eff466b8fe8ba19ae8da1be0f13d3c533e1544b08990dce0362a4552aa6ad5 +size 1620696320 diff --git a/stable-code-instruct-3b.Q5_K_M.gguf b/stable-code-instruct-3b.Q5_K_M.gguf new file mode 100644 index 0000000..be31e56 --- /dev/null +++ b/stable-code-instruct-3b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cbc44fbe1ef712cc13003c7bfa8d786d68ee1543338d8b9333f7eb6e0e67eb +size 1993391360 diff --git a/stable-code-instruct-3b.Q5_K_S.gguf b/stable-code-instruct-3b.Q5_K_S.gguf new file mode 100644 index 0000000..c9bdf4b --- /dev/null +++ b/stable-code-instruct-3b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd76ae419d84e6b38fee6a31a8de15f32489620ccc1b47f7af35aaf3afd35fd +size 1941863680 diff --git a/stable-code-instruct-3b.Q6_K.gguf b/stable-code-instruct-3b.Q6_K.gguf new file mode 100644 index 0000000..5245465 --- /dev/null +++ b/stable-code-instruct-3b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4758dcfdbd1e3ddb89560eda964df97d0ec8302beb70ea052ba5e71aa07e38 +size 2295985920 diff --git a/stable-code-instruct-3b.Q8_0.gguf b/stable-code-instruct-3b.Q8_0.gguf new file mode 100644 index 0000000..9f3777f --- /dev/null +++ b/stable-code-instruct-3b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e607d4160e10974f5fcaa5f9bd6f7ea8fbf446bb16919232893f121e46a370a9 +size 2972926720 diff --git a/stable-code-instruct-3b.f16.gguf b/stable-code-instruct-3b.f16.gguf new file mode 100644 index 0000000..fb96d9b --- /dev/null +++ b/stable-code-instruct-3b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae00eb1e0396cfcc12118c8192594590a9162f296fae4b45508a4a52683b211 +size 5593342720