Upload madlad-400.py
Browse files- madlad-400.py +9 -5
madlad-400.py
CHANGED
@@ -11,15 +11,20 @@ logger = datasets.logging.get_logger(__name__)
|
|
11 |
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
-
|
15 |
"""
|
16 |
|
17 |
_CITATION = """
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"""
|
20 |
|
21 |
-
# _URL = "https://github.com/allenai/allennlp/discussions/5056"
|
22 |
-
|
23 |
_DATA_URL = "https://huggingface.co/datasets/drschwenk/MADLAD-400/resolve/ecd71297d60c1eb996cd3d7c44c60ad5b55adfc6/data/{language}/{language}_{split}_{index:04d}.jsonl.gz"
|
24 |
|
25 |
|
@@ -481,7 +486,6 @@ class Madlad400(datasets.GeneratorBasedBuilder):
|
|
481 |
}
|
482 |
),
|
483 |
supervised_keys=None,
|
484 |
-
homepage='',
|
485 |
citation=_CITATION,
|
486 |
)
|
487 |
|
|
|
11 |
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
+
MADLAD-400 (Multilingual Audited Dataset: Low-resource And Document-level) is a document-level multilingual dataset based on Common Crawl, covering 419 languages in total. We use all snapshots of CommonCrawl available as of August 1, 2022. The primary advantage of this dataset over similar datasets is that it is more multilingual (419 languages), it is audited and more highly filtered, and it is document-level. The main disadvantage is also its strength -- being more filtered, it may lack the recall needed for some applications.
|
15 |
"""
|
16 |
|
17 |
_CITATION = """
|
18 |
+
@misc{kudugunta2023madlad400,
|
19 |
+
title={MADLAD-400: A Multilingual And Document-Level Large Audited Dataset},
|
20 |
+
author={Sneha Kudugunta and Isaac Caswell and Biao Zhang and Xavier Garcia and Christopher A. Choquette-Choo and Katherine Lee and Derrick Xin and Aditya Kusupati and Romi Stella and Ankur Bapna and Orhan Firat},
|
21 |
+
year={2023},
|
22 |
+
eprint={2309.04662},
|
23 |
+
archivePrefix={arXiv},
|
24 |
+
primaryClass={cs.CL}
|
25 |
+
}
|
26 |
"""
|
27 |
|
|
|
|
|
28 |
_DATA_URL = "https://huggingface.co/datasets/drschwenk/MADLAD-400/resolve/ecd71297d60c1eb996cd3d7c44c60ad5b55adfc6/data/{language}/{language}_{split}_{index:04d}.jsonl.gz"
|
29 |
|
30 |
|
|
|
486 |
}
|
487 |
),
|
488 |
supervised_keys=None,
|
|
|
489 |
citation=_CITATION,
|
490 |
)
|
491 |
|