Datasets:
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
10K<n<100K
Tags:
conversational-curiosity
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- curiosity_dialogs.py +1 -1
curiosity_dialogs.py
CHANGED
@@ -156,7 +156,7 @@ class CuriosityDialogs(datasets.GeneratorBasedBuilder):
|
|
156 |
]
|
157 |
|
158 |
def _generate_examples(self, filepath, split):
|
159 |
-
"""
|
160 |
|
161 |
# Bool entries are converted to string entries because of PyArrow error
|
162 |
with open(filepath, encoding="utf-8") as f:
|
|
|
156 |
]
|
157 |
|
158 |
def _generate_examples(self, filepath, split):
|
159 |
+
"""Yields examples."""
|
160 |
|
161 |
# Bool entries are converted to string entries because of PyArrow error
|
162 |
with open(filepath, encoding="utf-8") as f:
|