Padomin commited on
Commit
e25059c
1 Parent(s): d68eb67

Update coraal-asr.py

Browse files
Files changed (1) hide show
  1. coraal-asr.py +1 -0
coraal-asr.py CHANGED
@@ -54,6 +54,7 @@ class coraal_asr_config(datasets.BuilderConfig):
54
  class coraal_asr(datasets.GeneratorBasedBuilder):
55
  VERSION = datasets.Version("0.2.0")
56
  BUILDER_CONFIGS = [
 
57
  coraal_asr_config(name="v2", version=VERSION),
58
  ]
59
  DEFAULT_CONFIG_NAME = "v2" # It's not mandatory to have a default configuration. Just use one if it make sense.
 
54
  class coraal_asr(datasets.GeneratorBasedBuilder):
55
  VERSION = datasets.Version("0.2.0")
56
  BUILDER_CONFIGS = [
57
+ coraal_asr_config(name="v1", version=VERSION),
58
  coraal_asr_config(name="v2", version=VERSION),
59
  ]
60
  DEFAULT_CONFIG_NAME = "v2" # It's not mandatory to have a default configuration. Just use one if it make sense.