wangyulong
commited on
Commit
·
3b520c7
1
Parent(s):
1223b4b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bigscience-bloom-rail-1.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
widget:
|
7 |
+
- text: "生命、宇宙以及一切的终极答案是"
|
8 |
+
|
9 |
---
|
10 |
+
|
11 |
+
The model is based on [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m).
|
12 |
+
|
13 |
+
To reduce GPU memory usage, we pruned its vocabulary from 250880 to 42437 with Chinese corpus. So the total parameter is 389m now.
|