Update README.md
Browse files
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
|
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:
|