Update coraal-asr.py
Browse files- 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.
|