Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +77 -0
- starchat-alpha-Q2_K.gguf +3 -0
- starchat-alpha-Q3_K_L.gguf +3 -0
- starchat-alpha-Q3_K_M.gguf +3 -0
- starchat-alpha-Q3_K_S.gguf +3 -0
- starchat-alpha-Q4_0.gguf +3 -0
- starchat-alpha-Q4_K_M.gguf +3 -0
- starchat-alpha-Q4_K_S.gguf +3 -0
- starchat-alpha-Q5_0.gguf +3 -0
- starchat-alpha-Q5_K_M.gguf +3 -0
- starchat-alpha-Q5_K_S.gguf +3 -0
- starchat-alpha-Q6_K.gguf +3 -0
- starchat-alpha-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 |
+
starchat-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
starchat-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
starchat-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
starchat-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
starchat-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
starchat-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
starchat-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
starchat-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
starchat-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
starchat-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
starchat-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
starchat-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigcode-openrail-m
|
3 |
+
datasets:
|
4 |
+
- OpenAssistant/oasst1
|
5 |
+
- databricks/databricks-dolly-15k
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
- TensorBlock
|
12 |
+
- GGUF
|
13 |
+
base_model: HuggingFaceH4/starchat-alpha
|
14 |
+
---
|
15 |
+
|
16 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
17 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
18 |
+
</div>
|
19 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
20 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
21 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
22 |
+
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>
|
23 |
+
</p>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
## HuggingFaceH4/starchat-alpha - GGUF
|
28 |
+
|
29 |
+
This repo contains GGUF format model files for [HuggingFaceH4/starchat-alpha](https://huggingface.co/HuggingFaceH4/starchat-alpha).
|
30 |
+
|
31 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
32 |
+
|
33 |
+
## Prompt template
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
```
|
38 |
+
|
39 |
+
## Model file specification
|
40 |
+
|
41 |
+
| Filename | Quant type | File Size | Description |
|
42 |
+
| -------- | ---------- | --------- | ----------- |
|
43 |
+
| [starchat-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q2_K.gguf) | Q2_K | 5.778 GB | smallest, significant quality loss - not recommended for most purposes |
|
44 |
+
| [starchat-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q3_K_S.gguf) | Q3_K_S | 6.498 GB | very small, high quality loss |
|
45 |
+
| [starchat-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q3_K_M.gguf) | Q3_K_M | 7.661 GB | very small, high quality loss |
|
46 |
+
| [starchat-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q3_K_L.gguf) | Q3_K_L | 8.505 GB | small, substantial quality loss |
|
47 |
+
| [starchat-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q4_0.gguf) | Q4_0 | 8.373 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
48 |
+
| [starchat-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q4_K_S.gguf) | Q4_K_S | 8.461 GB | small, greater quality loss |
|
49 |
+
| [starchat-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q4_K_M.gguf) | Q4_K_M | 9.281 GB | medium, balanced quality - recommended |
|
50 |
+
| [starchat-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q5_0.gguf) | Q5_0 | 10.138 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
51 |
+
| [starchat-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q5_K_S.gguf) | Q5_K_S | 10.138 GB | large, low quality loss - recommended |
|
52 |
+
| [starchat-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q5_K_M.gguf) | Q5_K_M | 10.706 GB | large, very low quality loss - recommended |
|
53 |
+
| [starchat-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q6_K.gguf) | Q6_K | 12.014 GB | very large, extremely low quality loss |
|
54 |
+
| [starchat-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/starchat-alpha-GGUF/tree/main/starchat-alpha-Q8_0.gguf) | Q8_0 | 15.502 GB | very large, extremely low quality loss - not recommended |
|
55 |
+
|
56 |
+
|
57 |
+
## Downloading instruction
|
58 |
+
|
59 |
+
### Command line
|
60 |
+
|
61 |
+
Firstly, install Huggingface Client
|
62 |
+
|
63 |
+
```shell
|
64 |
+
pip install -U "huggingface_hub[cli]"
|
65 |
+
```
|
66 |
+
|
67 |
+
Then, downoad the individual model file the a local directory
|
68 |
+
|
69 |
+
```shell
|
70 |
+
huggingface-cli download tensorblock/starchat-alpha-GGUF --include "starchat-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
71 |
+
```
|
72 |
+
|
73 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/starchat-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
77 |
+
```
|
starchat-alpha-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39d7f1432092d0e0f6aad8e0bb38d86d89e91bc227a9bd64ecdff506700d3c12
|
3 |
+
size 6203659840
|
starchat-alpha-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6303e7a356d079a05fe7cf5f5f596bc072b0ad12a84d2b4b29a6003545cd3df1
|
3 |
+
size 9132136000
|
starchat-alpha-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ec848d03823104d9319afd0ebae699b4ea45acb63a1bdabf1a3684f336262d
|
3 |
+
size 8226166336
|
starchat-alpha-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0364956e00f174811056f82ec36899f1f66817ae51d003007703cc9a377ed9b1
|
3 |
+
size 6976820800
|
starchat-alpha-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40ff4476a1505285d45842f5cfb5bdfecf274deda41026e676586d97153fc06b
|
3 |
+
size 8990578240
|
starchat-alpha-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a8aa0c695ab0b5f9b17b505bffca77554ca51848b8dbf362d329f3a15558a48
|
3 |
+
size 9965753920
|
starchat-alpha-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df5687c2005f7f37d8e26d383356cbfb19502afca82a5e348144bc4c6b9288ab
|
3 |
+
size 9084950080
|
starchat-alpha-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1d8088ef7f5e0a62d816ac5bc57608977b47e211b5e9d65639acd3653ea1646
|
3 |
+
size 10885879360
|
starchat-alpha-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e9b6e778c53eed56a944ec26b839d742a67b746d1c69d0281f2f5e4e7e6e7fd
|
3 |
+
size 11495855680
|
starchat-alpha-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be6b556c4e54cf430e857ab9ee91d9bbabb3028b129e30826d5527f554368300
|
3 |
+
size 10885879360
|
starchat-alpha-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75f12c83d8541a186235fb83967b2d13a4ac2c4176c76183bcaca0ec11629f69
|
3 |
+
size 12899636800
|
starchat-alpha-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d34b3690a938025b383169578482ce1ea262b015c20390ce75a088cfca132498
|
3 |
+
size 16644926848
|