Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ widget:
|
|
12 |
- text: "You wont believe what happened to me today :)"
|
13 |
- text: "You wont believe what happened to me today :("
|
14 |
---
|
|
|
15 |
|
|
|
16 |
## Citation
|
17 |
Please cite the following paper if you find the model useful for your work:
|
18 |
```bibtex
|
|
|
12 |
- text: "You wont believe what happened to me today :)"
|
13 |
- text: "You wont believe what happened to me today :("
|
14 |
---
|
15 |
+
This is an emotion classification model based on further pre-training of BERTweet-basee with preferential maskig of emotion words and fine-tuning on a subset of a self-labeled emotion dataset (Lykousas et al., 2019) that corresponds to Anger, Fear, Sadness, Joy, and Affection. The paper, [LEIA: Linguistic Embeddings for the Identification of Affect](https://arxiv.org/abs/2304.10973) provides further details on the model and its evauation.
|
16 |
|
17 |
+
See [here](https://huggingface.co/LEIA/LEIA-large) for a similar model based on BERTweet-large.
|
18 |
## Citation
|
19 |
Please cite the following paper if you find the model useful for your work:
|
20 |
```bibtex
|