Sebastian Gehrmann
commited on
Commit
·
7323dcf
1
Parent(s):
e2342d2
xsum.py
CHANGED
|
@@ -131,7 +131,6 @@ class Xsum(datasets.GeneratorBasedBuilder):
|
|
| 131 |
|
| 132 |
def _generate_examples(self, filepath, split, filepaths=None):
|
| 133 |
"""Yields examples."""
|
| 134 |
-
print(self.info.splits)
|
| 135 |
if "challenge" in split:
|
| 136 |
if "covid" in split:
|
| 137 |
with open(filepath, encoding="utf-8") as f:
|
|
|
|
| 131 |
|
| 132 |
def _generate_examples(self, filepath, split, filepaths=None):
|
| 133 |
"""Yields examples."""
|
|
|
|
| 134 |
if "challenge" in split:
|
| 135 |
if "covid" in split:
|
| 136 |
with open(filepath, encoding="utf-8") as f:
|