From 71b3fd2c6a8e470f2b1842f1bb3d58eebeafda8e Mon Sep 17 00:00:00 2001 From: Hartmann Date: Tue, 1 Feb 2022 06:29:03 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 844b163..6eefd16 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,20 @@ Thanks to Samuel Domdey and chrsiebert for their support in making this model av # Reference ✅ -Please cite the following reference if you use this model. A working paper will be available soon. +For attribution, please cite the following reference if you use this model. A working paper will be available soon. ``` -@misc{hartmann2022, - title={Emotion English DistilRoBERTa-base}, +Jochen Hartmann, "Emotion English DistilRoBERTa-base". https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/, 2022. +``` + +BibTex citation: + +``` +@misc{hartmann2022emotionenglish, author={Hartmann, Jochen}, - url={https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/}, + title={Emotion English DistilRoBERTa-base}, year={2022}, - note={Online; accessed [INSERT_DATE]} + howpublished = {\url{https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/}}, } ```