Commit
•
453ff81
1
Parent(s):
882f64a
Update README.md
Browse files
README.md
CHANGED
@@ -69,4 +69,7 @@ Please consult the original DeBERTa paper and literature on different NLI datase
|
|
69 |
If you want to cite this model, please cite the original DeBERTa paper, the respective NLI datasets and include a link to this model on the Hugging Face hub.
|
70 |
|
71 |
### Ideas for cooperation or questions?
|
72 |
-
If you have questions or ideas for cooperation, contact me at m
|
|
|
|
|
|
|
|
69 |
If you want to cite this model, please cite the original DeBERTa paper, the respective NLI datasets and include a link to this model on the Hugging Face hub.
|
70 |
|
71 |
### Ideas for cooperation or questions?
|
72 |
+
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/)
|
73 |
+
|
74 |
+
### Debugging and issues
|
75 |
+
Note that DeBERTa-v3 was released recently 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 might solve some issues.
|