Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- kd_conv.py +1 -1
kd_conv.py
CHANGED
|
@@ -156,7 +156,7 @@ class KdConv(datasets.GeneratorBasedBuilder):
|
|
| 156 |
]
|
| 157 |
|
| 158 |
def _generate_examples(self, data_dir, split):
|
| 159 |
-
"""
|
| 160 |
if "dialogues" in self.config.name:
|
| 161 |
if "all" in self.config.name:
|
| 162 |
file_dict = {
|
|
|
|
| 156 |
]
|
| 157 |
|
| 158 |
def _generate_examples(self, data_dir, split):
|
| 159 |
+
"""Yields examples."""
|
| 160 |
if "dialogues" in self.config.name:
|
| 161 |
if "all" in self.config.name:
|
| 162 |
file_dict = {
|