Skip to content

Commit

Permalink
[dataset] fix comment (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Jan 24, 2024
1 parent 90f7ca3 commit 5d6ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def Dataset(data_type,
Args:
data_type(str): raw/shard
bpe_model(str): model for english bpe part
tokenizer (BaseTokenizer): tokenizer to tokenize
partition(bool): whether to do data partition in terms of rank
"""
assert data_type in ['raw', 'shard']
Expand Down

0 comments on commit 5d6ea3e

Please sign in to comment.