Skip to content

Commit

Permalink
Update dataset.py (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric8932 committed Aug 24, 2023
1 parent ba8f95a commit a68c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uer/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def worker(self, proc_id, start, end):
if pos >= end:
break

dataset_writer.close()
dataset_writer.close()


class T5Dataset(MlmDataset):
Expand Down

0 comments on commit a68c3b3

Please sign in to comment.