Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- humicroedit.py +1 -1
humicroedit.py
CHANGED
@@ -135,7 +135,7 @@ class Humicroedit(datasets.GeneratorBasedBuilder):
|
|
135 |
]
|
136 |
|
137 |
def _generate_examples(self, filepath, split):
|
138 |
-
"""
|
139 |
label_names = ["equal", "sentence1", "sentence2"]
|
140 |
|
141 |
with open(filepath, encoding="utf-8") as csv_file:
|
|
|
135 |
]
|
136 |
|
137 |
def _generate_examples(self, filepath, split):
|
138 |
+
"""Yields examples."""
|
139 |
label_names = ["equal", "sentence1", "sentence2"]
|
140 |
|
141 |
with open(filepath, encoding="utf-8") as csv_file:
|