Skip to content

Commit

Permalink
Update dataset.py, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SWivid authored Oct 15, 2024
1 parent 658cfa5 commit 3acf3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __len__(self):

def load_dataset(
dataset_name: str,
tokenizer: str = "pinyon",
tokenizer: str = "pinyin",
dataset_type: str = "CustomDataset",
audio_type: str = "raw",
mel_spec_kwargs: dict = dict()
Expand Down

0 comments on commit 3acf3e2

Please sign in to comment.