lara-martin
commited on
no splits
Browse files- FIREBALL.py +1 -1
FIREBALL.py
CHANGED
@@ -202,7 +202,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
202 |
]
|
203 |
|
204 |
# method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
205 |
-
def _generate_examples(self, filepath
|
206 |
# TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
|
207 |
# The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
|
208 |
key = 0
|
|
|
202 |
]
|
203 |
|
204 |
# method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
205 |
+
def _generate_examples(self, filepath):
|
206 |
# TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
|
207 |
# The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
|
208 |
key = 0
|