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