Commit
•
3d5861d
1
Parent(s):
96a026e
Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,9 @@ The model was evaluated using the matched test set and achieves 0.90 accuracy.
|
|
53 |
Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
|
54 |
### BibTeX entry and citation info
|
55 |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
|
54 |
### BibTeX entry and citation info
|
55 |
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.
|
56 |
+
|
57 |
+
### Ideas for cooperation or questions?
|
58 |
+
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/)
|
59 |
+
|
60 |
+
### Debugging and issues
|
61 |
+
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.
|