Generated README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,16 @@ BLOOM is an autoregressive Large Language Model (LLM), trained to continue text
|
|
13 |
|
14 |
|
15 |
## Converted Models
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Usage
|
|
|
13 |
|
14 |
|
15 |
## Converted Models
|
16 |
+
| Name | Based on | Type | Container | Version |
|
17 |
+
|:-------------------------------------------------------------------------------------------------------------|:-----------|:-------|:------------|:----------|
|
18 |
+
| [bloom-1b7-f16.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-1b7-f16.bin) | - | F16 | GGML | V2 |
|
19 |
+
| [bloom-1b7-q4_0-ggjt.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0-ggjt.bin) | - | Q4_0 | GGJT | V2 |
|
20 |
+
| [bloom-1b7-q4_0.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-1b7-q4_0.bin) | - | Q4_0 | GGML | V2 |
|
21 |
+
| [bloom-3b-f16.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-3b-f16.bin) | - | F16 | GGML | V2 |
|
22 |
+
| [bloom-3b-q4_0-ggjt.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-3b-q4_0-ggjt.bin) | - | Q4_0 | GGJT | V2 |
|
23 |
+
| [bloom-3b-q4_0.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-3b-q4_0.bin) | - | Q4_0 | GGML | V2 |
|
24 |
+
| [bloom-560m-f16.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-560m-f16.bin) | - | F16 | GGML | V2 |
|
25 |
+
| [bloom-560m-q4_0-ggjt.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-560m-q4_0-ggjt.bin) | - | Q4_0 | GGJT | V2 |
|
26 |
+
| [bloom-560m-q4_0.bin](https://huggingface.co/rustformers/bloom-ggml/blob/main/bloom-560m-q4_0.bin) | - | Q4_0 | GGML | V2 |
|
27 |
|
28 |
## Usage
|