Skip to content

Commit

Permalink
Upload split nameing
Browse files Browse the repository at this point in the history
  • Loading branch information
liPatrick committed Sep 13, 2024
1 parent 23806fb commit 5cfb67f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ultravox/tools/ds_tool/ds_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ def main(args: DatasetToolArgs):
if args.num_samples:
ds_split = ds_split.select(range(args.num_samples))

if args.upload_split:
split_name = args.upload_split
ds_chunk_proc.process_and_upload_split_rescursive(
split_name, ds_split, 0, len(ds_split)
)
Expand Down

0 comments on commit 5cfb67f

Please sign in to comment.