Skatinger commited on
Commit
555c18a
1 Parent(s): 4106e16

Update wikipedia-for-mask-filling.py

Browse files
Files changed (1) hide show
  1. wikipedia-for-mask-filling.py +0 -2
wikipedia-for-mask-filling.py CHANGED
@@ -113,8 +113,6 @@ class WikipediaForMaskFilling(datasets.GeneratorBasedBuilder):
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:
 
113
 
114
  def _generate_examples(self, filepath):
115
  id_ = 0
 
 
116
  if filepath:
117
  logger.info("Generating examples from = %s", filepath)
118
  try: