morriszms commited on
Commit
3360566
·
verified ·
1 Parent(s): 1f79279

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
+ speechless-tools-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ speechless-tools-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ speechless-tools-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ speechless-tools-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ speechless-tools-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ speechless-tools-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ speechless-tools-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ speechless-tools-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ speechless-tools-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ speechless-tools-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ speechless-tools-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ speechless-tools-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: uukuguy/speechless-tools-7b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## uukuguy/speechless-tools-7b - GGUF
21
+
22
+ This repo contains GGUF format model files for [uukuguy/speechless-tools-7b](https://huggingface.co/uukuguy/speechless-tools-7b).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [speechless-tools-7b-Q2_K.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [speechless-tools-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
44
+ | [speechless-tools-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
45
+ | [speechless-tools-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
46
+ | [speechless-tools-7b-Q4_0.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [speechless-tools-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
48
+ | [speechless-tools-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
49
+ | [speechless-tools-7b-Q5_0.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [speechless-tools-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
51
+ | [speechless-tools-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
52
+ | [speechless-tools-7b-Q6_K.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
53
+ | [speechless-tools-7b-Q8_0.gguf](https://huggingface.co/tensorblock/speechless-tools-7b-GGUF/blob/main/speechless-tools-7b-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/speechless-tools-7b-GGUF --include "speechless-tools-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/speechless-tools-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
speechless-tools-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c697bbc6503d5bdc116728e7ef7d4307eb2ec40ae9b0035621d092a8ed217e
3
+ size 2532868768
speechless-tools-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51b925b0a43e79b92bd690ba164e09244b99d2beaaad308cffe58480ce1d82b
3
+ size 3597116480
speechless-tools-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d317fe1a9b64a8c5aea85a2f83d12d43e4a376ca5609e3605d0d10c37430701
3
+ size 3298010176
speechless-tools-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9142554bd1613e74d5519e0df6a1a5be34b4fcde04078e7f4fd49d753dce38
3
+ size 2948310080
speechless-tools-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9f7901c0194e91793bc72cceeb56414a1aaeca818321daaaca86dba3173f84
3
+ size 3825813088
speechless-tools-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef338ad4b9037a9b21cd8e9bf8d3888832613bd926523ef9dcec49e896934d88
3
+ size 4081010272
speechless-tools-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4c12d9fb440c702648ce5ccdc2ff3b4366f0b53d524d1e2edfbfc0537bf849
3
+ size 3856746080
speechless-tools-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dc25d7b7f0ef38eeaa913f0cdea82f2587dac462856826e84cf0a682d74e18
3
+ size 4651698272
speechless-tools-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d7187192d7dcd8aed205ce321c5ccf1db6fae4991713deac54bbe6a0578da1
3
+ size 4783163488
speechless-tools-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cac483c2d33b2777fcb279b4b58d1c204f348bda0d827c1a2a2900a196629e
3
+ size 4651698272
speechless-tools-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a157ac31b6ffbf8439d9b9e18dad42e665122a619c11ed37b95511413b2ca1
3
+ size 5529201280
speechless-tools-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd3ff3a5f818e59b47ce6bc3559e500794f5bbb0bf91aea6045d8fb85532661
3
+ size 7161098816