Text Generation
GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
b8aaf62
·
verified ·
1 Parent(s): 8eff44e

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-1b1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bloom-1b1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bloom-1b1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bloom-1b1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bloom-1b1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bloom-1b1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bloom-1b1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bloom-1b1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bloom-1b1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bloom-1b1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bloom-1b1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bloom-1b1-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-1b1
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-1b1 - GGUF
71
+
72
+ This repo contains GGUF format model files for [bigscience/bloom-1b1](https://huggingface.co/bigscience/bloom-1b1).
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-1b1-Q2_K.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q2_K.gguf) | Q2_K | 0.660 GB | smallest, significant quality loss - not recommended for most purposes |
87
+ | [bloom-1b1-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q3_K_S.gguf) | Q3_K_S | 0.734 GB | very small, high quality loss |
88
+ | [bloom-1b1-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q3_K_M.gguf) | Q3_K_M | 0.791 GB | very small, high quality loss |
89
+ | [bloom-1b1-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q3_K_L.gguf) | Q3_K_L | 0.823 GB | small, substantial quality loss |
90
+ | [bloom-1b1-Q4_0.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q4_0.gguf) | Q4_0 | 0.866 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
91
+ | [bloom-1b1-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q4_K_S.gguf) | Q4_K_S | 0.869 GB | small, greater quality loss |
92
+ | [bloom-1b1-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q4_K_M.gguf) | Q4_K_M | 0.913 GB | medium, balanced quality - recommended |
93
+ | [bloom-1b1-Q5_0.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q5_0.gguf) | Q5_0 | 0.990 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
94
+ | [bloom-1b1-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q5_K_S.gguf) | Q5_K_S | 0.990 GB | large, low quality loss - recommended |
95
+ | [bloom-1b1-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q5_K_M.gguf) | Q5_K_M | 1.025 GB | large, very low quality loss - recommended |
96
+ | [bloom-1b1-Q6_K.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q6_K.gguf) | Q6_K | 1.121 GB | very large, extremely low quality loss |
97
+ | [bloom-1b1-Q8_0.gguf](https://huggingface.co/tensorblock/bloom-1b1-GGUF/tree/main/bloom-1b1-Q8_0.gguf) | Q8_0 | 1.449 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-1b1-GGUF --include "bloom-1b1-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-1b1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
120
+ ```
bloom-1b1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8f07be9efa1267fdea4de6ed01d77d89eecdea8ecfa35b9f21d817575d8ae7
3
+ size 708823968
bloom-1b1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13c9e27731905003fa90e46299ec43aba6f94c214707e728a285c0d8ba8b2aa
3
+ size 883768224
bloom-1b1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50441fc4969d0663c5d9e0991b810ceef3a7133bc430941e4e23c8c7dbc1d70b
3
+ size 849558432
bloom-1b1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b793898c369d4558fa8bf2a79361bf5a3aaf34b21daabac0180e7cb2c2f50c3c
3
+ size 788216736
bloom-1b1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed89716241d53797a31bd7acd9ea28512a40d1173cb94fa63dd77440858f8ae3
3
+ size 929639328
bloom-1b1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abf076fab23a860c1ec2b6a2271f28791dbc7e7f1d7a0ca11558501aa3cadb5
3
+ size 980069280
bloom-1b1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d2330615d5e14b1b7f2ceaedf8e9dabee234b935466d1e61c60dbad603b853d
3
+ size 933178272
bloom-1b1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:225c312937278411927bb624aeb06718b0fd03a65ed8c6ec255f5584096ac61c
3
+ size 1062742944
bloom-1b1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff9bb423d02900322e5bb78342c8db3583a1756a10ebcc39a5bffd608a31483
3
+ size 1100344224
bloom-1b1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c30f508dc15f5b4bd7fe3974a43cb9b633d10f4c4da9d4f5abb00b8827468576
3
+ size 1062742944
bloom-1b1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17802d37b9fea15794a9fc8d3d83af4d24afa0f611377ab63006a9840a693eee
3
+ size 1204165536
bloom-1b1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643a574ca0e755a44474b29d869c9c1385b63dd7ee1f5e47f5c436ef47721e4b
3
+ size 1555381152