mathiascreutz
commited on
Commit
·
51a4b45
1
Parent(s):
39b57bd
Testing configs
Browse files- opusparcus.py +1 -0
opusparcus.py
CHANGED
@@ -86,6 +86,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
86 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
87 |
BUILDER_CONFIGS = [
|
88 |
OpusparcusConfig(lang="de", version=VERSION),
|
|
|
89 |
]
|
90 |
|
91 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
|
|
86 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
87 |
BUILDER_CONFIGS = [
|
88 |
OpusparcusConfig(lang="de", version=VERSION),
|
89 |
+
OpusparcusConfig(lang="en", version=VERSION),
|
90 |
]
|
91 |
|
92 |
#DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
|