update version number
Browse files
yodas.py
CHANGED
|
@@ -26,7 +26,7 @@ class YodasConfig(datasets.BuilderConfig):
|
|
| 26 |
|
| 27 |
DEFAULT_CONFIG_NAME = "all"
|
| 28 |
LANGS = list(lang2shard_cnt.keys())
|
| 29 |
-
VERSION = "1.0.
|
| 30 |
|
| 31 |
class Yodas(datasets.GeneratorBasedBuilder):
|
| 32 |
"""Yodas dataset."""
|
|
@@ -35,7 +35,7 @@ class Yodas(datasets.GeneratorBasedBuilder):
|
|
| 35 |
YodasConfig(lang, version=VERSION) for lang in LANGS
|
| 36 |
]
|
| 37 |
|
| 38 |
-
VERSION = datasets.Version("1.0.
|
| 39 |
|
| 40 |
def _info(self):
|
| 41 |
return datasets.DatasetInfo(
|
|
|
|
| 26 |
|
| 27 |
DEFAULT_CONFIG_NAME = "all"
|
| 28 |
LANGS = list(lang2shard_cnt.keys())
|
| 29 |
+
VERSION = "1.0.1"
|
| 30 |
|
| 31 |
class Yodas(datasets.GeneratorBasedBuilder):
|
| 32 |
"""Yodas dataset."""
|
|
|
|
| 35 |
YodasConfig(lang, version=VERSION) for lang in LANGS
|
| 36 |
]
|
| 37 |
|
| 38 |
+
VERSION = datasets.Version("1.0.1")
|
| 39 |
|
| 40 |
def _info(self):
|
| 41 |
return datasets.DatasetInfo(
|