Text Generation
GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
44b2070
1 Parent(s): d01ed4a

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
+ bloom-7b1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bloom-7b1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bloom-7b1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bloom-7b1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bloom-7b1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bloom-7b1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bloom-7b1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bloom-7b1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bloom-7b1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bloom-7b1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bloom-7b1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bloom-7b1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-bloom-rail-1.0
3
+ language:
4
+ - ak
5
+ - ar
6
+ - as
7
+ - bm
8
+ - bn
9
+ - ca
10
+ - code
11
+ - en
12
+ - es
13
+ - eu
14
+ - fon
15
+ - fr
16
+ - gu
17
+ - hi
18
+ - id
19
+ - ig
20
+ - ki
21
+ - kn
22
+ - lg
23
+ - ln
24
+ - ml
25
+ - mr
26
+ - ne
27
+ - nso
28
+ - ny
29
+ - or
30
+ - pa
31
+ - pt
32
+ - rn
33
+ - rw
34
+ - sn
35
+ - st
36
+ - sw
37
+ - ta
38
+ - te
39
+ - tn
40
+ - ts
41
+ - tum
42
+ - tw
43
+ - ur
44
+ - vi
45
+ - wo
46
+ - xh
47
+ - yo
48
+ - zh
49
+ - zhs
50
+ - zht
51
+ - zu
52
+ pipeline_tag: text-generation
53
+ tags:
54
+ - TensorBlock
55
+ - GGUF
56
+ base_model: bigscience/bloom-7b1
57
+ ---
58
+
59
+ <div style="width: auto; margin-left: auto; margin-right: auto">
60
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
61
+ </div>
62
+ <div style="display: flex; justify-content: space-between; width: 100%;">
63
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
64
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
65
+ 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>
66
+ </p>
67
+ </div>
68
+ </div>
69
+
70
+ ## bigscience/bloom-7b1 - GGUF
71
+
72
+ This repo contains GGUF format model files for [bigscience/bloom-7b1](https://huggingface.co/bigscience/bloom-7b1).
73
+
74
+ 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).
75
+
76
+ ## Prompt template
77
+
78
+ ```
79
+
80
+ ```
81
+
82
+ ## Model file specification
83
+
84
+ | Filename | Quant type | File Size | Description |
85
+ | -------- | ---------- | --------- | ----------- |
86
+ | [bloom-7b1-Q2_K.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q2_K.gguf) | Q2_K | 3.201 GB | smallest, significant quality loss - not recommended for most purposes |
87
+ | [bloom-7b1-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
88
+ | [bloom-7b1-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q3_K_M.gguf) | Q3_K_M | 4.137 GB | very small, high quality loss |
89
+ | [bloom-7b1-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q3_K_L.gguf) | Q3_K_L | 4.422 GB | small, substantial quality loss |
90
+ | [bloom-7b1-Q4_0.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q4_0.gguf) | Q4_0 | 4.505 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
91
+ | [bloom-7b1-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q4_K_S.gguf) | Q4_K_S | 4.529 GB | small, greater quality loss |
92
+ | [bloom-7b1-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q4_K_M.gguf) | Q4_K_M | 4.907 GB | medium, balanced quality - recommended |
93
+ | [bloom-7b1-Q5_0.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q5_0.gguf) | Q5_0 | 5.328 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
94
+ | [bloom-7b1-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q5_K_S.gguf) | Q5_K_S | 5.328 GB | large, low quality loss - recommended |
95
+ | [bloom-7b1-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q5_K_M.gguf) | Q5_K_M | 5.631 GB | large, very low quality loss - recommended |
96
+ | [bloom-7b1-Q6_K.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q6_K.gguf) | Q6_K | 6.202 GB | very large, extremely low quality loss |
97
+ | [bloom-7b1-Q8_0.gguf](https://huggingface.co/tensorblock/bloom-7b1-GGUF/tree/main/bloom-7b1-Q8_0.gguf) | Q8_0 | 8.028 GB | very large, extremely low quality loss - not recommended |
98
+
99
+
100
+ ## Downloading instruction
101
+
102
+ ### Command line
103
+
104
+ Firstly, install Huggingface Client
105
+
106
+ ```shell
107
+ pip install -U "huggingface_hub[cli]"
108
+ ```
109
+
110
+ Then, downoad the individual model file the a local directory
111
+
112
+ ```shell
113
+ huggingface-cli download tensorblock/bloom-7b1-GGUF --include "bloom-7b1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
114
+ ```
115
+
116
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
117
+
118
+ ```shell
119
+ huggingface-cli download tensorblock/bloom-7b1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
120
+ ```
bloom-7b1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230947dc92f4c77dce353cc4d126e83e3e047265286b62d92de757965eca4a37
3
+ size 3436620640
bloom-7b1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7b4613ff9c30c0ee20f613d7905479c8ed936cd9a16fac28aa21d5b9a534d1
3
+ size 4748159840
bloom-7b1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fd129c7b7f0b504346b5c5d4739259719399cd2a4350f8d1dfc3b65621b219
3
+ size 4441975648
bloom-7b1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d326e146ef93753ac665c7a6104086979b65cd58e9efb2033292a815f811b2
3
+ size 3898813280
bloom-7b1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5170725e95045ee519acbf2222a9376d9a6a6e9e9e1a9d80e8454525cb5a24c
3
+ size 4837452640
bloom-7b1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd24f26499ca81c9f061937e9bba4702c1f9b0984095c54d9662d400ad579d59
3
+ size 5268417376
bloom-7b1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1afdc66e5efb9cfef91ae73ddd890dbff3d362907f79a1f692eb04e0fe836af
3
+ size 4862618464
bloom-7b1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae74edf97e59cb971185d8d6b289c6272b1c12b773d8bff8b2325a5eb0ff3f84
3
+ size 5720877920
bloom-7b1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e68129283055977e346473524754b3bf4e81f06cf6bebc3de5293751800ae5
3
+ size 6046198624
bloom-7b1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d50f1106185eb4799a59a483e0a520dd6bac1c423565ea6677ac2662b84ae52
3
+ size 5720877920
bloom-7b1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28919d9e75ba49b63b223516df1483d105f0d1beea4f494552e66ca42b50f295
3
+ size 6659517280
bloom-7b1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d006b60758bbe8970fd08afb52793c38e0483214456a56943418d6dabbbfa8
3
+ size 8620026720