Datasets:

ArXiv:
License:
xinjianl commited on
Commit
c967449
·
verified ·
1 Parent(s): 2274b0f

Update yodas2.py

Browse files
Files changed (1) hide show
  1. yodas2.py +1 -1
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.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."""