Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,10 @@ license: mit
|
|
11 |
|
12 |
# Twitter-XLM-Roberta-large
|
13 |
This is a XLM-T large language model specialised on Twitter.
|
14 |
-
The base model
|
15 |
|
16 |
-
To evaluate this and other LMs on Twitter-specific data, please refer to the [XLM-T main repository](https://github.com/cardiffnlp/xlm-t).
|
|
|
17 |
|
18 |
Finally, this model is fully compatible with the [TweetNLP library](https://github.com/cardiffnlp/tweetnlp).
|
19 |
|
|
|
11 |
|
12 |
# Twitter-XLM-Roberta-large
|
13 |
This is a XLM-T large language model specialised on Twitter.
|
14 |
+
The base model is a multilingual XLM-R which was re-trained on over 1 billion tweets from different languages until December 2022.
|
15 |
|
16 |
+
To evaluate this and other LMs on Twitter-specific data, please refer to the [XLM-T main repository](https://github.com/cardiffnlp/xlm-t).
|
17 |
+
A base-size XLM-T model and sample code is available [here](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base).
|
18 |
|
19 |
Finally, this model is fully compatible with the [TweetNLP library](https://github.com/cardiffnlp/tweetnlp).
|
20 |
|