Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
jfleg.py
CHANGED
@@ -120,7 +120,7 @@ class Jfleg(datasets.GeneratorBasedBuilder):
|
|
120 |
]
|
121 |
|
122 |
def _generate_examples(self, filepath, split):
|
123 |
-
"""
|
124 |
|
125 |
source_file = filepath["src"]
|
126 |
with open(source_file, encoding="utf-8") as f:
|
|
|
120 |
]
|
121 |
|
122 |
def _generate_examples(self, filepath, split):
|
123 |
+
"""Yields examples."""
|
124 |
|
125 |
source_file = filepath["src"]
|
126 |
with open(source_file, encoding="utf-8") as f:
|