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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -73,8 +73,16 @@ This repo contains GGUF format model files for [bigscience/bloom-560m](https://h
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
  ```
@@ -83,18 +91,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
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
 
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
+
77
+ <div style="text-align: left; margin: 20px 0;">
78
+ <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;">
79
+ Run them on the TensorBlock client using your local machine ↗
80
+ </a>
81
+ </div>
82
+
83
  ## Prompt template
84
 
85
+
86
  ```
87
 
88
  ```
 
91
 
92
  | Filename | Quant type | File Size | Description |
93
  | -------- | ---------- | --------- | ----------- |
94
+ | [bloom-560m-Q2_K.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q2_K.gguf) | Q2_K | 0.392 GB | smallest, significant quality loss - not recommended for most purposes |
95
+ | [bloom-560m-Q3_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q3_K_S.gguf) | Q3_K_S | 0.433 GB | very small, high quality loss |
96
+ | [bloom-560m-Q3_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q3_K_M.gguf) | Q3_K_M | 0.458 GB | very small, high quality loss |
97
+ | [bloom-560m-Q3_K_L.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q3_K_L.gguf) | Q3_K_L | 0.472 GB | small, substantial quality loss |
98
+ | [bloom-560m-Q4_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q4_0.gguf) | Q4_0 | 0.502 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
99
+ | [bloom-560m-Q4_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q4_K_S.gguf) | Q4_K_S | 0.503 GB | small, greater quality loss |
100
+ | [bloom-560m-Q4_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q4_K_M.gguf) | Q4_K_M | 0.523 GB | medium, balanced quality - recommended |
101
+ | [bloom-560m-Q5_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q5_0.gguf) | Q5_0 | 0.567 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
102
+ | [bloom-560m-Q5_K_S.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q5_K_S.gguf) | Q5_K_S | 0.567 GB | large, low quality loss - recommended |
103
+ | [bloom-560m-Q5_K_M.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q5_K_M.gguf) | Q5_K_M | 0.583 GB | large, very low quality loss - recommended |
104
+ | [bloom-560m-Q6_K.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q6_K.gguf) | Q6_K | 0.636 GB | very large, extremely low quality loss |
105
+ | [bloom-560m-Q8_0.gguf](https://huggingface.co/tensorblock/bloom-560m-GGUF/blob/main/bloom-560m-Q8_0.gguf) | Q8_0 | 0.820 GB | very large, extremely low quality loss - not recommended |
106
 
107
 
108
  ## Downloading instruction