初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/starcoder2-3b-instruct-GGUF Source: Original Platform
This commit is contained in:
46
.gitattributes
vendored
Normal file
46
.gitattributes
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
*.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
|
||||
starcoder2-3b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
starcoder2-3b-instruct.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
68
README.md
Normal file
68
README.md
Normal file
@@ -0,0 +1,68 @@
|
||||
---
|
||||
base_model: zzzmahesh/starcoder2-3b-instruct
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: bigcode-openrail-m
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- code
|
||||
- starcoder2
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: nicoboss -->
|
||||
static quants of https://huggingface.co/zzzmahesh/starcoder2-3b-instruct
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/starcoder2-3b-instruct-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/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q2_K.gguf) | Q2_K | 1.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q3_K_S.gguf) | Q3_K_S | 1.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q3_K_M.gguf) | Q3_K_M | 1.7 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.IQ4_XS.gguf) | IQ4_XS | 1.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q3_K_L.gguf) | Q3_K_L | 1.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q4_0_4_4.gguf) | Q4_0_4_4 | 1.8 | fast on arm, low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q4_K_S.gguf) | Q4_K_S | 1.9 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q4_K_M.gguf) | Q4_K_M | 2.0 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q5_K_S.gguf) | Q5_K_S | 2.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q5_K_M.gguf) | Q5_K_M | 2.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q6_K.gguf) | Q6_K | 2.6 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.Q8_0.gguf) | Q8_0 | 3.3 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/starcoder2-3b-instruct-GGUF/resolve/main/starcoder2-3b-instruct.f16.gguf) | f16 | 6.2 | 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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
||||
|
||||
<!-- end -->
|
||||
3
starcoder2-3b-instruct.IQ4_XS.gguf
Normal file
3
starcoder2-3b-instruct.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c41f0b10eef93a56a2e6d595b3d65eafc361ee7bb76515e304f041946504874f
|
||||
size 1680250848
|
||||
3
starcoder2-3b-instruct.Q2_K.gguf
Normal file
3
starcoder2-3b-instruct.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f20600ce8dbabee15174ee8be39e4004aa79ec9af638537459f9cb80faf3e8ff
|
||||
size 1223505888
|
||||
3
starcoder2-3b-instruct.Q3_K_L.gguf
Normal file
3
starcoder2-3b-instruct.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af21c28d22f4d3792cdae59db3f80df21c2ab43b93830f0f2588c9c4d890787
|
||||
size 1737574368
|
||||
3
starcoder2-3b-instruct.Q3_K_M.gguf
Normal file
3
starcoder2-3b-instruct.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:312e1ebe06652454d056966065c2ff347c9bcfe17c6aa46a9fb31b415025a46a
|
||||
size 1562593248
|
||||
3
starcoder2-3b-instruct.Q3_K_S.gguf
Normal file
3
starcoder2-3b-instruct.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ec5612dcdb324da17daaa7cb9ef07ded69f2ff9892e78906939498973c9350
|
||||
size 1366538208
|
||||
3
starcoder2-3b-instruct.Q4_0_4_4.gguf
Normal file
3
starcoder2-3b-instruct.Q4_0_4_4.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae742be192802231a970ac1c4eab8c0b200b052694643a6ecbd71ad2f561684
|
||||
size 1748817888
|
||||
3
starcoder2-3b-instruct.Q4_K_M.gguf
Normal file
3
starcoder2-3b-instruct.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da20c0fd105d44924a8b24e049f80822274dbd6d18b2704f956d4d4a2e288562
|
||||
size 1887905760
|
||||
3
starcoder2-3b-instruct.Q4_K_S.gguf
Normal file
3
starcoder2-3b-instruct.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11dfb03894bce9ac6cba40db75d31872d7e3dc1faa3b5a8e4e5a93afd2679da4
|
||||
size 1763366880
|
||||
3
starcoder2-3b-instruct.Q5_K_M.gguf
Normal file
3
starcoder2-3b-instruct.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f759d904c5d370b5d5be9bf42827a48187ebade9503eff3229760ff5390098d
|
||||
size 2180261856
|
||||
3
starcoder2-3b-instruct.Q5_K_S.gguf
Normal file
3
starcoder2-3b-instruct.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6fe2783175a4e0734e94ebc48ea47e5c95287fe468d598d613b7a5a2862ea5
|
||||
size 2108610528
|
||||
3
starcoder2-3b-instruct.Q6_K.gguf
Normal file
3
starcoder2-3b-instruct.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b64d61bbec2d68a6b5463f010c4c68eb7ac0397264e8b4a3d1ec4d72d26abc10
|
||||
size 2490890208
|
||||
3
starcoder2-3b-instruct.Q8_0.gguf
Normal file
3
starcoder2-3b-instruct.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5f678340e03394a8c3c6d54f2bc2d2320901dcb575045d4fc2c8b0e625ab38
|
||||
size 3224557536
|
||||
3
starcoder2-3b-instruct.f16.gguf
Normal file
3
starcoder2-3b-instruct.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd6a2abea30a2a23fe9560ba03a35da0e3e6e4a56fab0bda4788770a08ab24e3
|
||||
size 6064560096
|
||||
Reference in New Issue
Block a user