morriszms commited on
Commit
6ccfdf0
1 Parent(s): 56a483f

Upload folder using huggingface_hub

Browse files
.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-beta-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ starchat-beta-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ starchat-beta-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ starchat-beta-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ starchat-beta-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ starchat-beta-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ starchat-beta-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ starchat-beta-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ starchat-beta-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ starchat-beta-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ starchat-beta-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ starchat-beta-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ - TensorBlock
5
+ - GGUF
6
+ widget:
7
+ - text: How can I write a Python function to generate the nth Fibonacci number?
8
+ - text: How do I get the current date using shell commands? Explain how it works.
9
+ license: bigcode-openrail-m
10
+ base_model: HuggingFaceH4/starchat-beta
11
+ model-index:
12
+ - name: starchat-beta
13
+ results: []
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-beta - GGUF
28
+
29
+ This repo contains GGUF format model files for [HuggingFaceH4/starchat-beta](https://huggingface.co/HuggingFaceH4/starchat-beta).
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
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [starchat-beta-Q2_K.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q2_K.gguf) | Q2_K | 5.778 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [starchat-beta-Q3_K_S.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q3_K_S.gguf) | Q3_K_S | 6.498 GB | very small, high quality loss |
51
+ | [starchat-beta-Q3_K_M.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q3_K_M.gguf) | Q3_K_M | 7.661 GB | very small, high quality loss |
52
+ | [starchat-beta-Q3_K_L.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q3_K_L.gguf) | Q3_K_L | 8.505 GB | small, substantial quality loss |
53
+ | [starchat-beta-Q4_0.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q4_0.gguf) | Q4_0 | 8.373 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [starchat-beta-Q4_K_S.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q4_K_S.gguf) | Q4_K_S | 8.461 GB | small, greater quality loss |
55
+ | [starchat-beta-Q4_K_M.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q4_K_M.gguf) | Q4_K_M | 9.281 GB | medium, balanced quality - recommended |
56
+ | [starchat-beta-Q5_0.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q5_0.gguf) | Q5_0 | 10.138 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [starchat-beta-Q5_K_S.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q5_K_S.gguf) | Q5_K_S | 10.138 GB | large, low quality loss - recommended |
58
+ | [starchat-beta-Q5_K_M.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q5_K_M.gguf) | Q5_K_M | 10.706 GB | large, very low quality loss - recommended |
59
+ | [starchat-beta-Q6_K.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q6_K.gguf) | Q6_K | 12.014 GB | very large, extremely low quality loss |
60
+ | [starchat-beta-Q8_0.gguf](https://huggingface.co/tensorblock/starchat-beta-GGUF/blob/main/starchat-beta-Q8_0.gguf) | Q8_0 | 15.502 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/starchat-beta-GGUF --include "starchat-beta-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/starchat-beta-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
starchat-beta-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5786b28d62569c3d29cfba2c19eb022d2b46f0943c2674ff60591f19f1ff5fc5
3
+ size 6203659808
starchat-beta-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa00393b5ddec9b530052004e3d3a1c0372bb4711b9ed0cb5f08944ae60aea6
3
+ size 9132135968
starchat-beta-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f4ffcefdf19c22b17e4be661bebfc3734ed5c7c928954fd2a690225ea25eb6
3
+ size 8226166304
starchat-beta-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a712239d435cf5d1ceef174950b7bc56f41979a534d5a2492350906d87655074
3
+ size 6976820768
starchat-beta-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5208aa19dddcb75908a06d76f1334b653fe0e16f83980b8856b42b93bb30d7e7
3
+ size 8990578208
starchat-beta-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8f70bd6c3f6ca7a21a09c43e321e1856374a3aea3d4a88775f1e0892d00eb7
3
+ size 9965753888
starchat-beta-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3600df710d82fe1e4976fdd8aaea8202c5ed00e66a027bc76450e44a7824f15
3
+ size 9084950048
starchat-beta-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f30f4cf34d3c4eb08da822df61dffe9644fc11919489eaf6ccd2cbafd2baeb8
3
+ size 10885879328
starchat-beta-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2c8144234cb739a2f0f2b44a954302b3b273ec6c6aee790a62113045973b7be
3
+ size 11495855648
starchat-beta-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0712cc53631ea7940db5466cb22e4a25dd63d8339fb4e8267b44e320f51f20d
3
+ size 10885879328
starchat-beta-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0461aaa7490c3d9c82ef25a70d0a4f0489f0f0af5deb7762f5f0522d1af50e9b
3
+ size 12899636768
starchat-beta-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad083b79281c74bcd29544a7f79d6d26ac685f6f65e78570d6249a75c7284be7
3
+ size 16644926816