dongxq commited on
Commit
8bed997
1 Parent(s): d81703d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Based on [Randeng-Pegasus-238M-Chinese](https://huggingface.co/IDEA-CCNL/Randeng
40
  ## 使用 Usage
41
 
42
  ```python
43
- from transformers import PegasusForConditionalGeneration,BertTokenizer
44
  # Need to download tokenizers_pegasus.py and other Python script from Fengshenbang-LM github repo in advance,
45
  # or you can download tokenizers_pegasus.py and data_utils.py in https://huggingface.co/IDEA-CCNL/Randeng_Pegasus_523M/tree/main
46
  # Strongly recommend you git clone the Fengshenbang-LM repo:
 
40
  ## 使用 Usage
41
 
42
  ```python
43
+ from transformers import PegasusForConditionalGeneration
44
  # Need to download tokenizers_pegasus.py and other Python script from Fengshenbang-LM github repo in advance,
45
  # or you can download tokenizers_pegasus.py and data_utils.py in https://huggingface.co/IDEA-CCNL/Randeng_Pegasus_523M/tree/main
46
  # Strongly recommend you git clone the Fengshenbang-LM repo: