rain1024 commited on
Commit
6d4d9c7
·
1 Parent(s): cbd7859
Files changed (1) hide show
  1. UTS_Text_v1.py +1 -0
UTS_Text_v1.py CHANGED
@@ -54,3 +54,4 @@ class UTS_Text_v1(datasets.GeneratorBasedBuilder):
54
  for line in f:
55
  text = line.strip()
56
  yield guid, {"text": text}
 
 
54
  for line in f:
55
  text = line.strip()
56
  yield guid, {"text": text}
57
+ guid += 1