Commit ·
762a950
1
Parent(s): 8b0c19a
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ widget:
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
# How to use
|
| 16 |
```python
|
|
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
+
This model is based on [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m).
|
| 12 |
|
| 13 |
+
We pruned its vocabulary from 250880 to 42437 with Chinese corpus to reduce GPU memory usage. So the total parameter is 389m now.
|
| 14 |
|
| 15 |
# How to use
|
| 16 |
```python
|