Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- eu_regulatory_ir.py +1 -1
eu_regulatory_ir.py
CHANGED
@@ -132,7 +132,7 @@ class EuRegulatoryIr(datasets.GeneratorBasedBuilder):
|
|
132 |
def _generate_examples(
|
133 |
self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
134 |
):
|
135 |
-
"""
|
136 |
# This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
|
137 |
# The `key` is here for legacy reason (tfds) and is not important in itself.
|
138 |
|
|
|
132 |
def _generate_examples(
|
133 |
self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
134 |
):
|
135 |
+
"""Yields examples as (key, example) tuples."""
|
136 |
# This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
|
137 |
# The `key` is here for legacy reason (tfds) and is not important in itself.
|
138 |
|