mathiascreutz
commited on
Commit
·
891b79f
1
Parent(s):
d98fbce
Testing configs
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -92,7 +92,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
92 |
BUILDER_CONFIGS = [
|
93 |
OpusparcusConfig(lang=lang, version=_VERSION) for lang in LANGS
|
94 |
]
|
95 |
-
BUILDER_CONFIGS.extend(OpusparcusConfig(lang=lang, quality=quality, version=_VERSION) for lang in LANGS for quality in QUALITIES)
|
96 |
|
97 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
98 |
|
|
|
92 |
BUILDER_CONFIGS = [
|
93 |
OpusparcusConfig(lang=lang, version=_VERSION) for lang in LANGS
|
94 |
]
|
95 |
+
BUILDER_CONFIGS.extend(OpusparcusConfig(lang=lang, quality=quality, version=_VERSION) for lang in LANGS for quality in QUALITIES)
|
96 |
|
97 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
98 |
|