mathiascreutz
commited on
Commit
•
e0a73f6
1
Parent(s):
80f7843
Testing configs
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -90,7 +90,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
90 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
91 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
92 |
BUILDER_CONFIGS = [
|
93 |
-
OpusparcusConfig(lang=lang, quality=quality, version=_VERSION) for lang in LANGS for quality in QUALITIES
|
94 |
]
|
95 |
|
96 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
|
|
90 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
91 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
92 |
BUILDER_CONFIGS = [
|
93 |
+
OpusparcusConfig(lang=lang, quality=quality, version=_VERSION) for lang in LANGS for quality in QUALITIES
|
94 |
]
|
95 |
|
96 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|