File size: 3,801 Bytes
043271b a604cea 043271b a604cea 043271b a604cea 043271b a604cea 61024e1 1e0f294 61024e1 1e0f294 61024e1 1e0f294 61024e1 1e0f294 61024e1 1e0f294 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 29 30 31 |
---
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 | GGML Version |
|:-------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|:-------|:------------|:---------------|
| [bloom-1b7-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-f16.bin) | [bigscience/bloom-1b7](https://huggingface.co./bigscience/bloom-1b7) | F16 | GGML | V3 |
| [bloom-1b7-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0.bin) | [bigscience/bloom-1b7](https://huggingface.co./bigscience/bloom-1b7) | Q4_0 | GGML | V3 |
| [bloom-1b7-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0-ggjt.bin) | [bigscience/bloom-1b7](https://huggingface.co./bigscience/bloom-1b7) | Q4_0 | GGJT | V3 |
| [bloom-1b7-q5_1-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-1b7-q5_1-ggjt.bin) | [bigscience/bloom-1b7](https://huggingface.co./bigscience/bloom-1b7) | Q5_1 | GGJT | V3 |
| [bloom-3b-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-f16.bin) | [bigscience/bloom-3b](https://huggingface.co./bigscience/bloom-3b) | F16 | GGML | V3 |
| [bloom-3b-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-q4_0.bin) | [bigscience/bloom-3b](https://huggingface.co./bigscience/bloom-3b) | Q4_0 | GGML | V3 |
| [bloom-3b-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-q4_0-ggjt.bin) | [bigscience/bloom-3b](https://huggingface.co./bigscience/bloom-3b) | Q4_0 | GGJT | V3 |
| [bloom-3b-q5_1-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-3b-q5_1-ggjt.bin) | [bigscience/bloom-3b](https://huggingface.co./bigscience/bloom-3b) | Q5_1 | GGJT | V3 |
| [bloom-560m-f16.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-f16.bin) | [bigscience/bloom-560m](https://huggingface.co./bigscience/bloom-560m) | F16 | GGML | V3 |
| [bloom-560m-q4_0.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-q4_0.bin) | [bigscience/bloom-560m](https://huggingface.co./bigscience/bloom-560m) | Q4_0 | GGML | V3 |
| [bloom-560m-q4_0-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-q4_0-ggjt.bin) | [bigscience/bloom-560m](https://huggingface.co./bigscience/bloom-560m) | Q4_0 | GGJT | V3 |
| [bloom-560m-q5_1-ggjt.bin](https://huggingface.co./rustformers/bloom-ggml/blob/main/bloom-560m-q5_1-ggjt.bin) | [bigscience/bloom-560m](https://huggingface.co./bigscience/bloom-560m) | Q5_1 | GGJT | V3 |
## Usage |