Update the bibtex with EMNLP demo (#8678)
* Update the bibtex with EMNLP demo * Update README.md * Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -214,13 +214,17 @@ These implementations have been tested on several datasets (see the example scri
|
|||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
We now have a [paper](https://arxiv.org/abs/1910.03771) you can cite for the 🤗 Transformers library:
|
We now have a [paper](https://www.aclweb.org/anthology/2020.emnlp-demos.6/) you can cite for the 🤗 Transformers library:
|
||||||
```bibtex
|
```bibtex
|
||||||
@article{Wolf2019HuggingFacesTS,
|
@inproceedings{wolf-etal-2020-transformers,
|
||||||
title={HuggingFace's Transformers: State-of-the-art Natural Language Processing},
|
title = "Transformers: State-of-the-Art Natural Language Processing",
|
||||||
author={Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush},
|
author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush",
|
||||||
journal={ArXiv},
|
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
|
||||||
year={2019},
|
month = oct,
|
||||||
volume={abs/1910.03771}
|
year = "2020",
|
||||||
|
address = "Online",
|
||||||
|
publisher = "Association for Computational Linguistics",
|
||||||
|
url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6",
|
||||||
|
pages = "38--45"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user