update
Browse files- 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
|