luisespinosa
commited on
Commit
•
2c46570
1
Parent(s):
87fc2c9
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
# Twitter-roBERTa-base for Emoji prediction
|
2 |
|
3 |
-
This is a roBERTa-base model trained on ~58M tweets and finetuned for emoji prediction
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
## Example of classification
|
8 |
|
|
|
1 |
# Twitter-roBERTa-base for Emoji prediction
|
2 |
|
3 |
+
This is a roBERTa-base model trained on ~58M tweets and finetuned for emoji prediction 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 |
## Example of classification
|
9 |
|