Update files from the datasets library (from 1.11.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.11.0
- README.md +3 -0
- dataset_infos.json +0 -0
- xtreme.py +1 -1
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
2 |
languages:
|
3 |
- en
|
|
|
|
|
4 |
paperswithcode_id: xtreme
|
|
|
5 |
---
|
6 |
|
7 |
# Dataset Card for "xtreme"
|
|
|
1 |
---
|
2 |
languages:
|
3 |
- en
|
4 |
+
multilinguality:
|
5 |
+
- multilingual
|
6 |
paperswithcode_id: xtreme
|
7 |
+
pretty_name: XTREME
|
8 |
---
|
9 |
|
10 |
# Dataset Card for "xtreme"
|
dataset_infos.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
xtreme.py
CHANGED
@@ -408,7 +408,7 @@ _DATA_URLS = {
|
|
408 |
"tatoeba": "https://github.com/facebookresearch/LASER/raw/master/data/tatoeba/v1",
|
409 |
"udpos": "https://lindat.mff.cuni.cz/repository/xmlui/bitstream/handle/11234/1-3105/ud-treebanks-v2.5.tgz",
|
410 |
"SQuAD": "https://rajpurkar.github.io/SQuAD-explorer/dataset/",
|
411 |
-
"PAN-X": "https://
|
412 |
}
|
413 |
|
414 |
_URLS = {
|
|
|
408 |
"tatoeba": "https://github.com/facebookresearch/LASER/raw/master/data/tatoeba/v1",
|
409 |
"udpos": "https://lindat.mff.cuni.cz/repository/xmlui/bitstream/handle/11234/1-3105/ud-treebanks-v2.5.tgz",
|
410 |
"SQuAD": "https://rajpurkar.github.io/SQuAD-explorer/dataset/",
|
411 |
+
"PAN-X": "https://s3.amazonaws.com/datasets.huggingface.co/wikiann/1.1.0/panx_dataset.zip",
|
412 |
}
|
413 |
|
414 |
_URLS = {
|