mpenagar commited on
Commit
e70d3c2
1 Parent(s): 1d2bd05

correct indentation error

Browse files
Files changed (1) hide show
  1. albayzin.py +1 -1
albayzin.py CHANGED
@@ -127,7 +127,7 @@ class Albayzin(datasets.GeneratorBasedBuilder):
127
  return text
128
 
129
 
130
- def _generate_examples(self, split, data_dir):
131
  """Generate examples from Albayzin archive_path."""
132
  # Iterating the contents of the data to extract the relevant information
133
  split2dir = {'train':'SUB_APRE' , 'test':'SUB_PRUE'}
 
127
  return text
128
 
129
 
130
+ def _generate_examples(self, split, data_dir):
131
  """Generate examples from Albayzin archive_path."""
132
  # Iterating the contents of the data to extract the relevant information
133
  split2dir = {'train':'SUB_APRE' , 'test':'SUB_PRUE'}