dongxiaoqun
commited on
Commit
·
6c478b4
1
Parent(s):
ebd5740
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Task: Summarization
|
|
22 |
|
23 |
## Usage
|
24 |
```python
|
25 |
-
from transformers import PegasusForConditionalGeneration
|
26 |
import jieba
|
27 |
jieba.initialize()
|
28 |
# Need to download tokenizers_pegasus.py and other Python script from Fengshenbang-LM github repo in advance,
|
|
|
22 |
|
23 |
## Usage
|
24 |
```python
|
25 |
+
from transformers import PegasusForConditionalGeneration,BertTokenizer
|
26 |
import jieba
|
27 |
jieba.initialize()
|
28 |
# Need to download tokenizers_pegasus.py and other Python script from Fengshenbang-LM github repo in advance,
|