Update yodas2.py
Browse files
yodas2.py
CHANGED
@@ -27,7 +27,7 @@ class Yodas2Config(datasets.BuilderConfig):
|
|
27 |
|
28 |
DEFAULT_CONFIG_NAME = "all"
|
29 |
LANGS = list(lang2shard_cnt.keys())
|
30 |
-
VERSION = "1.0.
|
31 |
|
32 |
class Yodas2(datasets.GeneratorBasedBuilder):
|
33 |
"""YodasSample dataset."""
|
|
|
27 |
|
28 |
DEFAULT_CONFIG_NAME = "all"
|
29 |
LANGS = list(lang2shard_cnt.keys())
|
30 |
+
VERSION = "1.0.1"
|
31 |
|
32 |
class Yodas2(datasets.GeneratorBasedBuilder):
|
33 |
"""YodasSample dataset."""
|