Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,7 @@ Here are random picked samples:
|
|
68 |
If the picture fails to display, you can find the picture in Files and versions.
|
69 |
|
70 |
## 使用 Usage
|
|
|
71 |
```python
|
72 |
import numpy as np
|
73 |
from transformers import T5Tokenizer,MT5ForConditionalGeneration
|
|
|
68 |
If the picture fails to display, you can find the picture in Files and versions.
|
69 |
|
70 |
## 使用 Usage
|
71 |
+
pip install transformers==4.21.1
|
72 |
```python
|
73 |
import numpy as np
|
74 |
from transformers import T5Tokenizer,MT5ForConditionalGeneration
|