初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/stable-code-instruct-3b-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal file
@@ -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
|
||||||
70
README.md
Normal file
70
README.md
Normal file
@@ -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
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/stabilityai/stable-code-instruct-3b
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
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):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
<!-- end -->
|
||||||
3
stable-code-instruct-3b.IQ3_M.gguf
Normal file
3
stable-code-instruct-3b.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6cdab470efeeba075506b91497169176086957f46b4475e3c3d9a563e836687
|
||||||
|
size 1319555840
|
||||||
3
stable-code-instruct-3b.IQ3_S.gguf
Normal file
3
stable-code-instruct-3b.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1a07e9366e49f27e9332a28bbc295b032c60479d2aeb8b5383d81520472e2e5
|
||||||
|
size 1254449920
|
||||||
3
stable-code-instruct-3b.IQ3_XS.gguf
Normal file
3
stable-code-instruct-3b.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60d118905050c637a3a7558819d6072f17e3db29b7581bb3a6e7b1805878e23a
|
||||||
|
size 1194976000
|
||||||
3
stable-code-instruct-3b.IQ4_XS.gguf
Normal file
3
stable-code-instruct-3b.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c1df668ce4c837fd9bd2c8c6949a5d361d7d3382265d43e9448191d8a746949
|
||||||
|
size 1536308480
|
||||||
3
stable-code-instruct-3b.Q2_K.gguf
Normal file
3
stable-code-instruct-3b.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b10a9da431a9f229da7bb0c949cc326f137e4e9bef8fba515fba37d657b731fa
|
||||||
|
size 1083756800
|
||||||
3
stable-code-instruct-3b.Q3_K_L.gguf
Normal file
3
stable-code-instruct-3b.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0967a7c52da03d808396669ba48a8d09fcbd58f31c8d01bb8110a3f596f1bc1a
|
||||||
|
size 1508565760
|
||||||
3
stable-code-instruct-3b.Q3_K_M.gguf
Normal file
3
stable-code-instruct-3b.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fd8e54199c2b13ff4d662ac979551490cde75bda389b761dcfa57e487590363
|
||||||
|
size 1391420160
|
||||||
3
stable-code-instruct-3b.Q3_K_S.gguf
Normal file
3
stable-code-instruct-3b.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dafe18f0052d6394eb0917050e48bc458525dbce9dd19ce940f3248237a43708
|
||||||
|
size 1254449920
|
||||||
3
stable-code-instruct-3b.Q4_K_M.gguf
Normal file
3
stable-code-instruct-3b.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:394cf2ff62fb1f942fbd1d39e8bd3166a603195ba217cfef038695850fc70d02
|
||||||
|
size 1708596480
|
||||||
3
stable-code-instruct-3b.Q4_K_S.gguf
Normal file
3
stable-code-instruct-3b.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1eff466b8fe8ba19ae8da1be0f13d3c533e1544b08990dce0362a4552aa6ad5
|
||||||
|
size 1620696320
|
||||||
3
stable-code-instruct-3b.Q5_K_M.gguf
Normal file
3
stable-code-instruct-3b.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43cbc44fbe1ef712cc13003c7bfa8d786d68ee1543338d8b9333f7eb6e0e67eb
|
||||||
|
size 1993391360
|
||||||
3
stable-code-instruct-3b.Q5_K_S.gguf
Normal file
3
stable-code-instruct-3b.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dd76ae419d84e6b38fee6a31a8de15f32489620ccc1b47f7af35aaf3afd35fd
|
||||||
|
size 1941863680
|
||||||
3
stable-code-instruct-3b.Q6_K.gguf
Normal file
3
stable-code-instruct-3b.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d4758dcfdbd1e3ddb89560eda964df97d0ec8302beb70ea052ba5e71aa07e38
|
||||||
|
size 2295985920
|
||||||
3
stable-code-instruct-3b.Q8_0.gguf
Normal file
3
stable-code-instruct-3b.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e607d4160e10974f5fcaa5f9bd6f7ea8fbf446bb16919232893f121e46a370a9
|
||||||
|
size 2972926720
|
||||||
3
stable-code-instruct-3b.f16.gguf
Normal file
3
stable-code-instruct-3b.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bae00eb1e0396cfcc12118c8192594590a9162f296fae4b45508a4a52683b211
|
||||||
|
size 5593342720
|
||||||
Reference in New Issue
Block a user