luisespinosa commited on
Commit
0c466ef
β€’
1 Parent(s): efb15a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Twitter-XLM-Roberta-base
2
  This is a XLM-Roberta-base model trained on ~198M multilingual tweets, described and evaluated in the [reference paper](https://arxiv.org/abs/2104.12250). To evaluate this and other LMs on Twitter-specific data, please refer to the [main repository](https://github.com/cardiffnlp/xlm-t). A usage example is provided below.
3
 
 
1
+ ---
2
+ language: multilingual
3
+ widget:
4
+ - text: "πŸ€—πŸ€—πŸ€—<mask>"
5
+ - text: "The goal of life is <mask>."
6
+ - text: "Il segreto della vita Γ¨ l’<mask> ❀️."
7
+ - text: "Hasta <mask> πŸ‘‹!"
8
+ ---
9
+
10
+
11
  # Twitter-XLM-Roberta-base
12
  This is a XLM-Roberta-base model trained on ~198M multilingual tweets, described and evaluated in the [reference paper](https://arxiv.org/abs/2104.12250). To evaluate this and other LMs on Twitter-specific data, please refer to the [main repository](https://github.com/cardiffnlp/xlm-t). A usage example is provided below.
13