mathiascreutz commited on
Commit
b3319e6
·
1 Parent(s): 0a8b2de

Adding training sets

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -0
opusparcus.py CHANGED
@@ -188,6 +188,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
188
  self, lang, quality, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
189
  ):
190
 
 
191
  """ Yields examples as (key, example) tuples. """
192
  # This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
193
  # The `key` is here for legacy reason (tfds) and is not important in itself.
 
188
  self, lang, quality, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
189
  ):
190
 
191
+ print(lang, quality, filepath, split)
192
  """ Yields examples as (key, example) tuples. """
193
  # This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
194
  # The `key` is here for legacy reason (tfds) and is not important in itself.