Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
samsum.py
CHANGED
@@ -105,7 +105,7 @@ class Samsum(datasets.GeneratorBasedBuilder):
|
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, filepath, split):
|
108 |
-
"""
|
109 |
|
110 |
path, fname = filepath
|
111 |
|
|
|
105 |
]
|
106 |
|
107 |
def _generate_examples(self, filepath, split):
|
108 |
+
"""Yields examples."""
|
109 |
|
110 |
path, fname = filepath
|
111 |
|