Text Generation
GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
24362ed
1 Parent(s): 1659f8f

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-560m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bloom-560m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ bloom-560m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ bloom-560m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ bloom-560m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ bloom-560m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ bloom-560m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ bloom-560m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ bloom-560m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ bloom-560m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ bloom-560m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ bloom-560m-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
+ base_model: bigscience/bloom-560m
54
+ tags:
55
+ - TensorBlock
56
+ - GGUF
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-560m - GGUF
71
+
72
+ This repo contains GGUF format model files for [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m).
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-560m-Q2_K.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q2_K.gguf) | Q2_K | 0.392 GB | smallest, significant quality loss - not recommended for most purposes |
87
+ | [bloom-560m-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q3_K_S.gguf) | Q3_K_S | 0.433 GB | very small, high quality loss |
88
+ | [bloom-560m-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q3_K_M.gguf) | Q3_K_M | 0.458 GB | very small, high quality loss |
89
+ | [bloom-560m-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q3_K_L.gguf) | Q3_K_L | 0.472 GB | small, substantial quality loss |
90
+ | [bloom-560m-Q4_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q4_0.gguf) | Q4_0 | 0.502 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
91
+ | [bloom-560m-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q4_K_S.gguf) | Q4_K_S | 0.503 GB | small, greater quality loss |
92
+ | [bloom-560m-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q4_K_M.gguf) | Q4_K_M | 0.523 GB | medium, balanced quality - recommended |
93
+ | [bloom-560m-Q5_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q5_0.gguf) | Q5_0 | 0.567 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
94
+ | [bloom-560m-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q5_K_S.gguf) | Q5_K_S | 0.567 GB | large, low quality loss - recommended |
95
+ | [bloom-560m-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q5_K_M.gguf) | Q5_K_M | 0.583 GB | large, very low quality loss - recommended |
96
+ | [bloom-560m-Q6_K.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q6_K.gguf) | Q6_K | 0.636 GB | very large, extremely low quality loss |
97
+ | [bloom-560m-Q8_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/tree/main/bloom-560m-Q8_0.gguf) | Q8_0 | 0.820 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-560m-GGUF --include "bloom-560m-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-560m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
120
+ ```
bloom-560m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9e57971f78f3eac10571bef1e976fb4326918cdcd2aeac6f5eab8634a4481c
3
+ size 420821920
bloom-560m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8cf0f360ffbe1a7eff69df4adc2a85a3a65115a1a837334b894bae207591cf
3
+ size 507272096
bloom-560m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6cc7df8488a9ddf188dff622f8b4fd0b9cf625336747569ee8d38c51e07cb9a
3
+ size 492067744
bloom-560m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91ff0fbff62947e06329d1b7db4f297b62fc047b571abee7bed74e5199addf8
3
+ size 464804768
bloom-560m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8797611c51765519b4fbac3fa991364d79dc3bbfb75b3d78392b179fdb8d1bc5
3
+ size 539032480
bloom-560m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9be58b453c49483778fa95f55223f5412846750f80de37ebe163659075d31c5
3
+ size 561445792
bloom-560m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ca33a392a78a22f3807cea4e6abd18eaafd12dd8a715c8e56eade422cf1f32
3
+ size 540605344
bloom-560m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31cb0d78f11d71d1c281b6dcb823b5eb6d59a8225ab66e06c859ea64c8b5b13e
3
+ size 608893856
bloom-560m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb81f6e2afc57b7f948da4aa8ec5481bde2680878b12c4cfcfc4d55c665bbc73
3
+ size 625605536
bloom-560m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8fdfa2b0e3f14393bc7eaff34bfdcf98cf614427c68957d0757aa8809e6050
3
+ size 608893856
bloom-560m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e08fb3955981ae977b6519e35a14fd465f39fcafb99f71a9c57a57fb6fda5a31
3
+ size 683121568
bloom-560m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77650f0879404ab0502ebd40c4742056aa3cd310dfeacf2088b7d267eb5f7ca
3
+ size 880696224