Update README.md

This commit is contained in:
Moritz Laurer 2023-03-22 08:35:38 +00:00 committed by huggingface-web
parent e81df37a43
commit 9086d78af1
1 changed files with 1 additions and 1 deletions

View File

@ -109,4 +109,4 @@ If you use this model, please cite: Laurer, Moritz, Wouter van Atteveldt, Andreu
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/)
## Debugging and issues
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
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