joaoalvarenga
commited on
Commit
·
82449aa
1
Parent(s):
1b091f3
Update README.md
Browse files
README.md
CHANGED
@@ -51,3 +51,9 @@ language:
|
|
51 |
- zu
|
52 |
pipeline_tag: text-generation
|
53 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
- zu
|
52 |
pipeline_tag: text-generation
|
53 |
---
|
54 |
+
### Quantized bigscience/bloom with 8-bit weights
|
55 |
+
|
56 |
+
Heavily inspired by [Hivemind's GPT-J-6B with 8-bit weights](https://huggingface.co/hivemind/gpt-j-6B-8bit), this is a version of [bigscience/bloom](https://huggingface.co/bigscience/bloom) a ~176 billions parameters language model that you run and fine-tune with less memory.
|
57 |
+
|
58 |
+
|
59 |
+
|