mathiascreutz
commited on
Commit
·
199b4e5
1
Parent(s):
6751593
Testing configs
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -87,7 +87,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
87 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
88 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
89 |
BUILDER_CONFIGS = [
|
90 |
-
OpusparcusConfig(lang=lang, version=VERSION) for lang in LANGS
|
91 |
]
|
92 |
|
93 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
|
|
87 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
88 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
89 |
BUILDER_CONFIGS = [
|
90 |
+
OpusparcusConfig(lang=lang, version=VERSION) for lang in LANGS
|
91 |
]
|
92 |
|
93 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|