feradauto commited on
Commit
2332953
1 Parent(s): 5599348

remove parameter

Browse files
Files changed (1) hide show
  1. NLP4SGPapers.py +1 -1
NLP4SGPapers.py CHANGED
@@ -135,7 +135,7 @@ class NLP4SGPapers(datasets.GeneratorBasedBuilder):
135
 
136
 
137
  # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
138
- def _generate_examples(self, filepath, split):
139
  # TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
140
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
141
  with open(filepath, encoding="utf-8") as f:
 
135
 
136
 
137
  # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
138
+ def _generate_examples(self, filepath):
139
  # TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
140
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
141
  with open(filepath, encoding="utf-8") as f: