Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- eth_py150_open.py +1 -1
eth_py150_open.py
CHANGED
@@ -124,7 +124,7 @@ class EthPy150Open(datasets.GeneratorBasedBuilder):
|
|
124 |
]
|
125 |
|
126 |
def _generate_examples(self, filepath, split):
|
127 |
-
"""
|
128 |
# TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
|
129 |
# It is in charge of opening the given file and yielding (key, example) tuples from the dataset
|
130 |
# The key is not important, it's more here for legacy reason (legacy from tfds)
|
|
|
124 |
]
|
125 |
|
126 |
def _generate_examples(self, filepath, split):
|
127 |
+
"""Yields examples."""
|
128 |
# TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
|
129 |
# It is in charge of opening the given file and yielding (key, example) tuples from the dataset
|
130 |
# The key is not important, it's more here for legacy reason (legacy from tfds)
|