wangyulong commited on
Commit
762a950
1 Parent(s): 8b0c19a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,9 +8,9 @@ widget:
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.
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