Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- spanish_billion_words.py +1 -1
spanish_billion_words.py
CHANGED
@@ -81,7 +81,7 @@ class SpanishBillionWords(datasets.GeneratorBasedBuilder):
|
|
81 |
]
|
82 |
|
83 |
def _generate_examples(self, directory):
|
84 |
-
"""
|
85 |
files = os.listdir(directory)
|
86 |
files = sorted(files)
|
87 |
_id = 0
|
|
|
81 |
]
|
82 |
|
83 |
def _generate_examples(self, directory):
|
84 |
+
"""Yields examples."""
|
85 |
files = os.listdir(directory)
|
86 |
files = sorted(files)
|
87 |
_id = 0
|