Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +85 -0
- starcoder2-chat-Q2_K.gguf +3 -0
- starcoder2-chat-Q3_K_L.gguf +3 -0
- starcoder2-chat-Q3_K_M.gguf +3 -0
- starcoder2-chat-Q3_K_S.gguf +3 -0
- starcoder2-chat-Q4_0.gguf +3 -0
- starcoder2-chat-Q4_K_M.gguf +3 -0
- starcoder2-chat-Q4_K_S.gguf +3 -0
- starcoder2-chat-Q5_0.gguf +3 -0
- starcoder2-chat-Q5_K_M.gguf +3 -0
- starcoder2-chat-Q5_K_S.gguf +3 -0
- starcoder2-chat-Q6_K.gguf +3 -0
- starcoder2-chat-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
starcoder2-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
starcoder2-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
starcoder2-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
starcoder2-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
starcoder2-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
starcoder2-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
starcoder2-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
starcoder2-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
starcoder2-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
starcoder2-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
starcoder2-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
starcoder2-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model: abideen/starcoder2-chat
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
- starcoder
|
11 |
+
- bigcode
|
12 |
+
- sft
|
13 |
+
- 7b
|
14 |
+
- TensorBlock
|
15 |
+
- GGUF
|
16 |
+
---
|
17 |
+
|
18 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
19 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
20 |
+
</div>
|
21 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
22 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
23 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
24 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
25 |
+
</p>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
|
29 |
+
## abideen/starcoder2-chat - GGUF
|
30 |
+
|
31 |
+
This repo contains GGUF format model files for [abideen/starcoder2-chat](https://huggingface.co/abideen/starcoder2-chat).
|
32 |
+
|
33 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
34 |
+
|
35 |
+
<div style="text-align: left; margin: 20px 0;">
|
36 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
37 |
+
Run them on the TensorBlock client using your local machine ↗
|
38 |
+
</a>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
## Prompt template
|
42 |
+
|
43 |
+
```
|
44 |
+
|
45 |
+
```
|
46 |
+
|
47 |
+
## Model file specification
|
48 |
+
|
49 |
+
| Filename | Quant type | File Size | Description |
|
50 |
+
| -------- | ---------- | --------- | ----------- |
|
51 |
+
| [starcoder2-chat-Q2_K.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q2_K.gguf) | Q2_K | 2.836 GB | smallest, significant quality loss - not recommended for most purposes |
|
52 |
+
| [starcoder2-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q3_K_S.gguf) | Q3_K_S | 3.179 GB | very small, high quality loss |
|
53 |
+
| [starcoder2-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q3_K_M.gguf) | Q3_K_M | 3.662 GB | very small, high quality loss |
|
54 |
+
| [starcoder2-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q3_K_L.gguf) | Q3_K_L | 4.074 GB | small, substantial quality loss |
|
55 |
+
| [starcoder2-chat-Q4_0.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q4_0.gguf) | Q4_0 | 4.101 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
56 |
+
| [starcoder2-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q4_K_S.gguf) | Q4_K_S | 4.145 GB | small, greater quality loss |
|
57 |
+
| [starcoder2-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q4_K_M.gguf) | Q4_K_M | 4.461 GB | medium, balanced quality - recommended |
|
58 |
+
| [starcoder2-chat-Q5_0.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q5_0.gguf) | Q5_0 | 4.969 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
59 |
+
| [starcoder2-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q5_K_S.gguf) | Q5_K_S | 4.969 GB | large, low quality loss - recommended |
|
60 |
+
| [starcoder2-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q5_K_M.gguf) | Q5_K_M | 5.155 GB | large, very low quality loss - recommended |
|
61 |
+
| [starcoder2-chat-Q6_K.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q6_K.gguf) | Q6_K | 5.892 GB | very large, extremely low quality loss |
|
62 |
+
| [starcoder2-chat-Q8_0.gguf](https://huggingface.co/tensorblock/starcoder2-chat-GGUF/blob/main/starcoder2-chat-Q8_0.gguf) | Q8_0 | 7.629 GB | very large, extremely low quality loss - not recommended |
|
63 |
+
|
64 |
+
|
65 |
+
## Downloading instruction
|
66 |
+
|
67 |
+
### Command line
|
68 |
+
|
69 |
+
Firstly, install Huggingface Client
|
70 |
+
|
71 |
+
```shell
|
72 |
+
pip install -U "huggingface_hub[cli]"
|
73 |
+
```
|
74 |
+
|
75 |
+
Then, downoad the individual model file the a local directory
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/starcoder2-chat-GGUF --include "starcoder2-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
79 |
+
```
|
80 |
+
|
81 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
82 |
+
|
83 |
+
```shell
|
84 |
+
huggingface-cli download tensorblock/starcoder2-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
85 |
+
```
|
starcoder2-chat-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90b6d243b875f5c906a8a0e13d3ac22f0a2fbd61daec7418570b4dac4ae3a5eb
|
3 |
+
size 2836020800
|
starcoder2-chat-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94abae7e68cb0a71d25d24dca2b98d0d1e30795b40831a4a46a84398e74c4a6f
|
3 |
+
size 4074061376
|
starcoder2-chat-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21fd16b729704bcb27ded5e8bac43c0a96c3c653eb45e0b8e1b03095e3bdffb9
|
3 |
+
size 3661774400
|
starcoder2-chat-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c57e7f554c586bc56c1180f10d5eea4fa75d26701180154b3c60b1d1031ab80f
|
3 |
+
size 3178708544
|
starcoder2-chat-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cf1ca8659cc69d0a65f9395b3f01afb63763bed553675fcc0a78d2cc233b92e
|
3 |
+
size 4101193280
|
starcoder2-chat-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43d5fe4fbd4876d9f4cb70a7a0a5bf997ed5c5273a09f4f63fe72b695acd2c46
|
3 |
+
size 4461280832
|
starcoder2-chat-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8a2a538f73b54ba9c6ecaf084ad3791c88c8b20e422c8d281e504e4ed50b16c
|
3 |
+
size 4144840256
|
starcoder2-chat-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d1a5785f7564bb4dc78f3ded3840bf20b9ca19f5a468b760fe5f3a851a46ec5
|
3 |
+
size 4969414208
|
starcoder2-chat-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4a1f5979accbd10e53caf4f4c1dc84eaa8d2440ee40d502113415b9bdb8d2b8
|
3 |
+
size 5154913856
|
starcoder2-chat-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1e516d3745043875c6f00278cb1cf3d8688814fac94cbee8691dccaff3648d4
|
3 |
+
size 4969414208
|
starcoder2-chat-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aa326377cc9d4720f1232cc0c2c0d5a6ac8cf468d1b8a305888c6ca1c844772
|
3 |
+
size 5891898944
|
starcoder2-chat-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f2eee1af9397fe2311115ad3135db51f54a436b83311326428f5a4a343c2e9
|
3 |
+
size 7628930624
|