Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
ollie.py
CHANGED
|
@@ -131,7 +131,7 @@ class Ollie(datasets.GeneratorBasedBuilder):
|
|
| 131 |
]
|
| 132 |
|
| 133 |
def _generate_examples(self, filepath, split):
|
| 134 |
-
"""
|
| 135 |
|
| 136 |
with bz2.open(filepath, "rt") as f:
|
| 137 |
id_ = -1
|
|
|
|
| 131 |
]
|
| 132 |
|
| 133 |
def _generate_examples(self, filepath, split):
|
| 134 |
+
"""Yields examples from the Ollie predicates and sentences."""
|
| 135 |
|
| 136 |
with bz2.open(filepath, "rt") as f:
|
| 137 |
id_ = -1
|