From 4b8f3e8f32dce5e826fc83e0694db7141f068dc5 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Fri, 11 Oct 2019 16:18:16 +0200 Subject: [PATCH] adding citation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659a7c700a..0cc23c8389 100644 --- a/README.md +++ b/README.md @@ -545,4 +545,14 @@ for batch in train_data: ## Citation -At the moment, there is no paper associated with Transformers but we are working on preparing one. In the meantime, please include a mention of the library and a link to the present repository if you use this work in a published or open-source project. +We now have a paper you can cite for the 🤗 Transformers library: +``` +@misc{wolf2019transformers, + 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 Jamie Brew}, + year={2019}, + eprint={1910.03771}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +} +```