markussagen
commited on
Commit
·
c2e164a
1
Parent(s):
71b4b78
Add model card tags
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## XLM-R Longformer Model
|
2 |
XLM-R Longformer is a XLM-R model, that has been extended to allow sequence lengths up to 4096 tokens, instead of the regular 512. The model was pre-trained from the XLM-RoBERTa checkpoint using the Longformer [pre-training scheme](https://github.com/allenai/longformer/blob/master/scripts/convert_model_to_long.ipynb) on the English WikiText-103 corpus.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- longformer
|
4 |
+
language: multilingual
|
5 |
+
license: apache-2.0
|
6 |
+
datasets:
|
7 |
+
- wikitext
|
8 |
+
---
|
9 |
+
|
10 |
## XLM-R Longformer Model
|
11 |
XLM-R Longformer is a XLM-R model, that has been extended to allow sequence lengths up to 4096 tokens, instead of the regular 512. The model was pre-trained from the XLM-RoBERTa checkpoint using the Longformer [pre-training scheme](https://github.com/allenai/longformer/blob/master/scripts/convert_model_to_long.ipynb) on the English WikiText-103 corpus.
|
12 |
|