Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- coached_conv_pref.py +1 -1
coached_conv_pref.py
CHANGED
@@ -136,7 +136,7 @@ class CoachedConvPref(datasets.GeneratorBasedBuilder):
|
|
136 |
]
|
137 |
|
138 |
def _generate_examples(self, filepath, split):
|
139 |
-
"""
|
140 |
|
141 |
# Empty Segment list with annotations dictionary
|
142 |
# First prompt of a conversation does not contain the segment dictionary
|
|
|
136 |
]
|
137 |
|
138 |
def _generate_examples(self, filepath, split):
|
139 |
+
"""Yields examples."""
|
140 |
|
141 |
# Empty Segment list with annotations dictionary
|
142 |
# First prompt of a conversation does not contain the segment dictionary
|