Datasets:
rcds
/

Modalities:
Tabular
Text
Languages:
English
Libraries:
Datasets
License:
Skatinger commited on
Commit
e5d5d7b
1 Parent(s): abc18a3

Update wikipedia-for-mask-filling.py

Browse files
Files changed (1) hide show
  1. wikipedia-for-mask-filling.py +2 -0
wikipedia-for-mask-filling.py CHANGED
@@ -114,6 +114,8 @@ class WikipediaForMaskFilling(datasets.GeneratorBasedBuilder):
114
 
115
  def _generate_examples(self, filepath):
116
  _id = 0
 
 
117
  with open(filepath, encoding="utf-8") as f:
118
  try:
119
  with xz.open(filepath) as f:
 
114
 
115
  def _generate_examples(self, filepath):
116
  _id = 0
117
+ print("using filepaths:")
118
+ print(filepath)
119
  with open(filepath, encoding="utf-8") as f:
120
  try:
121
  with xz.open(filepath) as f: