Add link to new emotion model (latest)
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
# Twitter-roBERTa-base for Emotion Recognition
|
2 |
|
3 |
-
This is a
|
4 |
|
5 |
- Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
6 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
7 |
|
|
|
|
|
|
|
8 |
## Example of classification
|
9 |
|
10 |
```python
|
|
|
1 |
# Twitter-roBERTa-base for Emotion Recognition
|
2 |
|
3 |
+
This is a RoBERTa-base model trained on ~58M tweets and finetuned for emotion recognition with the TweetEval benchmark.
|
4 |
|
5 |
- Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
6 |
- Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
7 |
|
8 |
+
<b>New!</b> We just released a new emotion recognition model trained with more emotion types and with a newer RoBERTa-based model.
|
9 |
+
See [twitter-roberta-base-emotion-multilabel-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-emotion-multilabel-latest) and [TweetNLP](https://github.com/cardiffnlp/tweetnlp) for more details.
|
10 |
+
|
11 |
## Example of classification
|
12 |
|
13 |
```python
|