Commit
·
b975e32
1
Parent(s):
d8ed610
Update README.md
Browse files
README.md
CHANGED
@@ -139,6 +139,6 @@ or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
|
|
139 |
The ernie-m architecture is only supported with transformers==4.27 or higher
|
140 |
(which is not yet released and causes an error in the inference widget as of 03.03.23).
|
141 |
In order to run the model before the release of 4.27, you need to install transformers from source with: `pip install git+https://github.com/huggingface/transformers`
|
142 |
-
|
143 |
-
|
144 |
|
|
|
139 |
The ernie-m architecture is only supported with transformers==4.27 or higher
|
140 |
(which is not yet released and causes an error in the inference widget as of 03.03.23).
|
141 |
In order to run the model before the release of 4.27, you need to install transformers from source with: `pip install git+https://github.com/huggingface/transformers`
|
142 |
+
as well as the sentencepiece tokenizer with: `pip install sentencepiece`
|
143 |
+
After the release, you can run: `pip install transformers[sentencepiece]>=4.27`
|
144 |
|