Update mc4_validation.py
Browse files- mc4_validation.py +2 -2
mc4_validation.py
CHANGED
@@ -9,7 +9,7 @@ import datasets
|
|
9 |
|
10 |
logger = datasets.logging.get_logger(__name__)
|
11 |
|
12 |
-
_VERSION = "0.0.
|
13 |
_DESCRIPTION = """\
|
14 |
A colossal, cleaned version of Common Crawl's web crawl corpus.
|
15 |
|
@@ -276,7 +276,7 @@ class Mc4ValidationConfig(datasets.BuilderConfig):
|
|
276 |
class Mc4Validation(datasets.GeneratorBasedBuilder):
|
277 |
"""mC4, a colossal, cleaned version of Common Crawl's web crawl corpus."""
|
278 |
|
279 |
-
BUILDER_CONFIGS = [Mc4ValidationConfig(languages=[lang], datasets.Version(_VERSION)) for lang in _LANGUAGES]
|
280 |
BUILDER_CONFIG_CLASS = Mc4ValidationConfig
|
281 |
|
282 |
def _info(self):
|
|
|
9 |
|
10 |
logger = datasets.logging.get_logger(__name__)
|
11 |
|
12 |
+
_VERSION = "0.0.2"
|
13 |
_DESCRIPTION = """\
|
14 |
A colossal, cleaned version of Common Crawl's web crawl corpus.
|
15 |
|
|
|
276 |
class Mc4Validation(datasets.GeneratorBasedBuilder):
|
277 |
"""mC4, a colossal, cleaned version of Common Crawl's web crawl corpus."""
|
278 |
|
279 |
+
BUILDER_CONFIGS = [Mc4ValidationConfig(languages=[lang], version=datasets.Version(_VERSION)) for lang in _LANGUAGES]
|
280 |
BUILDER_CONFIG_CLASS = Mc4ValidationConfig
|
281 |
|
282 |
def _info(self):
|