mxmax commited on
Commit
7c7d711
1 Parent(s): ba0e008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -55,7 +55,8 @@ GitHub项目链接:https://github.com/core-power/Chinese_Chat_T5_Base
55
 
56
  Install package:
57
  ```
58
- pip install transformers
 
59
  ```
60
 
61
  ```python
 
55
 
56
  Install package:
57
  ```
58
+ pip install transformers
59
+ pip install sentencepiece
60
  ```
61
 
62
  ```python