Datasets:
rcds
/

Modalities:
Tabular
Text
Languages:
English
Libraries:
Datasets
License:
Skatinger commited on
Commit
88f728f
1 Parent(s): 0bb6780

Update wikipedia-for-mask-filling.py

Browse files
Files changed (1) hide show
  1. wikipedia-for-mask-filling.py +2 -2
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
- logging.info("using filepaths:")
117
- logging.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
+ logger.info("using filepaths:")
117
+ logger.info(filepath)
118
  if filepath:
119
  logger.info("Generating examples from = %s", filepath)
120
  try: