saroyehun commited on
Commit
9d03383
1 Parent(s): ad44f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -8,4 +8,15 @@ widget:
8
  ---
9
  This is a BERTweet-large model that has been further pre-trained with preferential masking of emotion words for 100k steps on about 6.3M Vent posts.
10
 
11
- This model is meant to be fine-tuned on labeled data or used as feature extractor for downstream tasks.
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
  This is a BERTweet-large model that has been further pre-trained with preferential masking of emotion words for 100k steps on about 6.3M Vent posts.
10
 
11
+ This model is meant to be fine-tuned on labeled data or used as feature extractor for downstream tasks.
12
+
13
+ ## Citation
14
+ Please cite the following paper if you find the model useful for your work:
15
+ ```bibtex
16
+ @article{aroyehun2023leia,
17
+ title={LEIA: Linguistic Embeddings for the Identification of Affect},
18
+ author={Aroyehun, Segun Taofeek and Malik, Lukas and Metzler, Hannah and Haimerl, Nikolas and Di Natale, Anna and Garcia, David},
19
+ journal={arXiv preprint arXiv:2304.10973},
20
+ year={2023}
21
+ }
22
+ ```