File size: 2,422 Bytes
043271b
 
 
 
 
 
 
a604cea
043271b
a604cea
043271b
a604cea
043271b
 
a604cea
173d550
 
 
 
 
 
 
 
 
 
 
043271b
a604cea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
tags:
- llm-rs
- ggml
pipeline_tag: text-generation
---

# GGML covnerted Models of [BigScience](https://huggingface.co./bigscience)'s Bloom models

## Description

BLOOM is an autoregressive Large Language Model (LLM), trained to continue text from a prompt on vast amounts of text data using industrial-scale computational resources. As such, it is able to output coherent text in 46 languages and 13 programming languages that is hardly distinguishable from text written by humans. BLOOM can also be instructed to perform text tasks it hasn't been explicitly trained for, by casting them as text generation tasks.


## Converted Models
| Name                                                                                                         | Based on   | Type   | Container   | Version   |
|:-------------------------------------------------------------------------------------------------------------|:-----------|:-------|:------------|:----------|
| [bloom-1b7-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-f16.bin)               | -          | F16    | GGML        | V2        |
| [bloom-1b7-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0-ggjt.bin)   | -          | Q4_0   | GGJT        | V2        |
| [bloom-1b7-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0.bin)             | -          | Q4_0   | GGML        | V2        |
| [bloom-3b-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-f16.bin)                 | -          | F16    | GGML        | V2        |
| [bloom-3b-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-q4_0-ggjt.bin)     | -          | Q4_0   | GGJT        | V2        |
| [bloom-3b-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-q4_0.bin)               | -          | Q4_0   | GGML        | V2        |
| [bloom-560m-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-f16.bin)             | -          | F16    | GGML        | V2        |
| [bloom-560m-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-q4_0-ggjt.bin) | -          | Q4_0   | GGJT        | V2        |
| [bloom-560m-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-q4_0.bin)           | -          | Q4_0   | GGML        | V2        |

## Usage