Commit
·
e651f46
1
Parent(s):
3158261
Update README.md
Browse files
README.md
CHANGED
@@ -133,3 +133,9 @@ Learning with Deep Transfer Learning and BERT - NLI’. Preprint, June. Open Sci
|
|
133 |
If you have questions or ideas for cooperation, contact me at m{dot}laurer{at}vu{dot}nl
|
134 |
or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
|
135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
If you have questions or ideas for cooperation, contact me at m{dot}laurer{at}vu{dot}nl
|
134 |
or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
|
135 |
|
136 |
+
|
137 |
+
## Debugging and issues
|
138 |
+
The ernie-m architecture is only supported with transformers==4.27 or higher (which is not yet released as of 03.03.23).
|
139 |
+
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`
|
140 |
+
After the release, you can run: `pip install transformers>=4.27`
|
141 |
+
|