Update README
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ This is a multilingual XLM-roBERTa-base model trained on ~198M tweets and finetu
|
|
19 |
- Paper: [XLM-T: A Multilingual Language Model Toolkit for Twitter](https://arxiv.org/abs/2104.12250).
|
20 |
- Git Repo: [XLM-T official repository](https://github.com/cardiffnlp/xlm-t).
|
21 |
|
|
|
|
|
22 |
## Example Pipeline
|
23 |
```python
|
24 |
from transformers import pipeline
|
|
|
19 |
- Paper: [XLM-T: A Multilingual Language Model Toolkit for Twitter](https://arxiv.org/abs/2104.12250).
|
20 |
- Git Repo: [XLM-T official repository](https://github.com/cardiffnlp/xlm-t).
|
21 |
|
22 |
+
This model has been integrated into the [TweetNLP library](https://github.com/cardiffnlp/tweetnlp).
|
23 |
+
|
24 |
## Example Pipeline
|
25 |
```python
|
26 |
from transformers import pipeline
|