Datasets:
Update mc4-es-sampled.py
Browse files- mc4-es-sampled.py +2 -1
mc4-es-sampled.py
CHANGED
|
@@ -12,7 +12,8 @@ from numpy.random import default_rng
|
|
| 12 |
logger = datasets.logging.get_logger(__name__)
|
| 13 |
|
| 14 |
|
| 15 |
-
_DESCRIPTION = """
|
|
|
|
| 16 |
"""
|
| 17 |
|
| 18 |
_CITATION = """
|
|
|
|
| 12 |
logger = datasets.logging.get_logger(__name__)
|
| 13 |
|
| 14 |
|
| 15 |
+
_DESCRIPTION = """
|
| 16 |
+
50 million documents in Spanish extracted from mC4 applying perplexity sampling via mc4-sampling: "https://huggingface.co/datasets/bertin-project/mc4-sampling". Please, refer to BERTIN Project. The original dataset is the Multlingual Colossal, Cleaned version of Common Crawl's web crawl corpus (mC4), based on the Common Crawl dataset: "https://commoncrawl.org", and processed by AllenAI.
|
| 17 |
"""
|
| 18 |
|
| 19 |
_CITATION = """
|