MoritzLaurer HF staff commited on
Commit
3f00ab8
1 Parent(s): b717ad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -61,4 +61,10 @@ mnli-m | mnli-mm | fever-nli | anli-all | anli-r3
61
  Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
62
 
63
  ### BibTeX entry and citation info
64
- 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.
 
 
 
 
 
 
 
61
  Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
62
 
63
  ### BibTeX entry and citation info
64
+ 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.
65
+
66
+ ### Ideas for cooperation or questions?
67
+ 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/)
68
+
69
+ ### Debugging and issues
70
+ 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.