Skatinger commited on
Commit
2e094e7
1 Parent(s): 88f728f

Update wikipedia-for-mask-filling.py

Browse files
Files changed (1) hide show
  1. wikipedia-for-mask-filling.py +1 -1
wikipedia-for-mask-filling.py CHANGED
@@ -112,7 +112,7 @@ class WikipediaForMaskFilling(datasets.GeneratorBasedBuilder):
112
  ]
113
 
114
  def _generate_examples(self, filepath):
115
- _id = 0
116
  logger.info("using filepaths:")
117
  logger.info(filepath)
118
  if filepath:
 
112
  ]
113
 
114
  def _generate_examples(self, filepath):
115
+ id_ = 0
116
  logger.info("using filepaths:")
117
  logger.info(filepath)
118
  if filepath: