mathiascreutz
commited on
Commit
•
22ad057
1
Parent(s):
09df940
Adding training sets
Browse files- opusparcus.py +2 -0
opusparcus.py
CHANGED
@@ -181,6 +181,8 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
181 |
)
|
182 |
)
|
183 |
|
|
|
|
|
184 |
def _generate_examples(
|
185 |
self, lang, quality, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
186 |
):
|
|
|
181 |
)
|
182 |
)
|
183 |
|
184 |
+
return splits
|
185 |
+
|
186 |
def _generate_examples(
|
187 |
self, lang, quality, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
188 |
):
|