Update wikipedia-for-mask-filling.py
Browse files
wikipedia-for-mask-filling.py
CHANGED
@@ -113,8 +113,8 @@ class WikipediaForMaskFilling(datasets.GeneratorBasedBuilder):
|
|
113 |
|
114 |
def _generate_examples(self, filepath):
|
115 |
_id = 0
|
116 |
-
|
117 |
-
|
118 |
if filepath:
|
119 |
logger.info("Generating examples from = %s", filepath)
|
120 |
try:
|
|
|
113 |
|
114 |
def _generate_examples(self, filepath):
|
115 |
_id = 0
|
116 |
+
logger.info("using filepaths:")
|
117 |
+
logger.info(filepath)
|
118 |
if filepath:
|
119 |
logger.info("Generating examples from = %s", filepath)
|
120 |
try:
|