Update README
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Twitter-roBERTa-base
|
2 |
|
3 |
-
This is a
|
|
|
4 |
|
5 |
## Preprocess Text
|
6 |
Replace usernames and links for placeholders: "@user" and "http".
|
|
|
1 |
# Twitter-roBERTa-base
|
2 |
|
3 |
+
This is a RoBERTa-base model trained on ~58M tweets on top of the original RoBERTa-base checkpoint, as described and evaluated in the [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
|
4 |
+
To evaluate this and other LMs on Twitter-specific data, please refer to the [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
|
5 |
|
6 |
## Preprocess Text
|
7 |
Replace usernames and links for placeholders: "@user" and "http".
|