rain1024 commited on
Commit
0d16286
·
1 Parent(s): 69d9116
Files changed (1) hide show
  1. UTS_Text.py +1 -0
UTS_Text.py CHANGED
@@ -72,6 +72,7 @@ class UTSText(datasets.GeneratorBasedBuilder):
72
  return splits
73
 
74
  def _generate_examples(self, filepath):
 
75
  with open(filepath, encoding="utf-8") as f:
76
  for line in f:
77
  print(line)
 
72
  return splits
73
 
74
  def _generate_examples(self, filepath):
75
+ print(filepath)
76
  with open(filepath, encoding="utf-8") as f:
77
  for line in f:
78
  print(line)