Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<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
- ecthr_cases.py +1 -1
ecthr_cases.py
CHANGED
@@ -179,7 +179,7 @@ class EcthrCases(datasets.GeneratorBasedBuilder):
|
|
179 |
def _generate_examples(
|
180 |
self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
181 |
):
|
182 |
-
"""
|
183 |
|
184 |
with open(filepath, encoding="utf-8") as f:
|
185 |
for id_, row in enumerate(f):
|
|
|
179 |
def _generate_examples(
|
180 |
self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
|
181 |
):
|
182 |
+
"""Yields examples as (key, example) tuples."""
|
183 |
|
184 |
with open(filepath, encoding="utf-8") as f:
|
185 |
for id_, row in enumerate(f):
|