Update dummy-text.py
Browse files- dummy-text.py +1 -1
dummy-text.py
CHANGED
@@ -67,7 +67,7 @@ class Openwebtext(datasets.GeneratorBasedBuilder):
|
|
67 |
"""Yields examples."""
|
68 |
for archive_iterator in archive_iterators:
|
69 |
for text_filepath, text_f in archive_iterator:
|
70 |
-
print(">>>>>", text_filepath)
|
71 |
# if not xz_filepath.endswith(".xz"):
|
72 |
# continue
|
73 |
idx = f"{text_filepath}"
|
|
|
67 |
"""Yields examples."""
|
68 |
for archive_iterator in archive_iterators:
|
69 |
for text_filepath, text_f in archive_iterator:
|
70 |
+
# print(">>>>>", text_filepath)
|
71 |
# if not xz_filepath.endswith(".xz"):
|
72 |
# continue
|
73 |
idx = f"{text_filepath}"
|