Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- sent_comp.py +1 -1
sent_comp.py
CHANGED
@@ -130,7 +130,7 @@ class SentComp(datasets.GeneratorBasedBuilder):
|
|
130 |
]
|
131 |
|
132 |
def _generate_examples(self, filepaths):
|
133 |
-
"""
|
134 |
id_ = -1
|
135 |
for ix, filepath in enumerate(filepaths):
|
136 |
with gzip.open(filepath, mode="rt", encoding="utf-8") as f:
|
|
|
130 |
]
|
131 |
|
132 |
def _generate_examples(self, filepaths):
|
133 |
+
"""Yields examples."""
|
134 |
id_ = -1
|
135 |
for ix, filepath in enumerate(filepaths):
|
136 |
with gzip.open(filepath, mode="rt", encoding="utf-8") as f:
|