Update README.md
Browse files
README.md
CHANGED
@@ -95,9 +95,9 @@ The multiple <target_language> translations:
|
|
95 |
|
96 |
|
97 |
### Use with transformers
|
98 |
-
First, please install transformers, recommends v4.
|
99 |
```SHELL
|
100 |
-
pip install transformers==
|
101 |
```
|
102 |
|
103 |
The following code snippet shows how to use the transformers library to load and apply the model.
|
|
|
95 |
|
96 |
|
97 |
### Use with transformers
|
98 |
+
First, please install transformers, recommends v4.56.0
|
99 |
```SHELL
|
100 |
+
pip install transformers==v4.56.0
|
101 |
```
|
102 |
|
103 |
The following code snippet shows how to use the transformers library to load and apply the model.
|