NazaGara commited on
Commit
5f413ac
1 Parent(s): e4b6de1

fix typo and comments

Browse files
Files changed (1) hide show
  1. wikiner.py +0 -1
wikiner.py CHANGED
@@ -173,7 +173,6 @@ class Wikiner(datasets.GeneratorBasedBuilder):
173
 
174
  def _generate_examples(self, filepath):
175
  logging.info("⏳ Generating examples from = %s", filepath)
176
- print(f"FILEPATH: {filepath}")
177
  with open(filepath, encoding="utf-8") as f:
178
  guid = 0
179
  tokens = []
 
173
 
174
  def _generate_examples(self, filepath):
175
  logging.info("⏳ Generating examples from = %s", filepath)
 
176
  with open(filepath, encoding="utf-8") as f:
177
  guid = 0
178
  tokens = []