Commit
•
9086d78
1
Parent(s):
e81df37
Update README.md
Browse files
README.md
CHANGED
@@ -109,4 +109,4 @@ If you use this model, please cite: Laurer, Moritz, Wouter van Atteveldt, Andreu
|
|
109 |
If you have questions or ideas for cooperation, contact me at m{dot}laurer{at}vu{dot}nl or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
|
110 |
|
111 |
## Debugging and issues
|
112 |
-
Note that DeBERTa-v3 was released in late 2021 and older versions of HF Transformers seem to have issues running the model (e.g. resulting in an issue with the tokenizer). Using Transformers
|
|
|
109 |
If you have questions or ideas for cooperation, contact me at m{dot}laurer{at}vu{dot}nl or [LinkedIn](https://www.linkedin.com/in/moritz-laurer/)
|
110 |
|
111 |
## Debugging and issues
|
112 |
+
Note that DeBERTa-v3 was released in late 2021 and older versions of HF Transformers seem to have issues running the model (e.g. resulting in an issue with the tokenizer). Using Transformers>=4.13 or higher might solve some issues. Note that mDeBERTa currently does not support FP16, see here: https://github.com/microsoft/DeBERTa/issues/77
|