Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- wmt20_mlqe_task3.py +1 -1
wmt20_mlqe_task3.py
CHANGED
@@ -181,7 +181,7 @@ class Wmt20MlqeTask3(datasets.GeneratorBasedBuilder):
|
|
181 |
]
|
182 |
|
183 |
def _generate_examples(self, filepath, split):
|
184 |
-
"""
|
185 |
|
186 |
def open_and_read(fp):
|
187 |
with open(fp, encoding="utf-8") as f:
|
|
|
181 |
]
|
182 |
|
183 |
def _generate_examples(self, filepath, split):
|
184 |
+
"""Yields examples."""
|
185 |
|
186 |
def open_and_read(fp):
|
187 |
with open(fp, encoding="utf-8") as f:
|