mrfakename commited on
Commit
cd95d22
1 Parent(s): c154a29

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. model/dataset.py +1 -1
model/dataset.py CHANGED
@@ -184,7 +184,7 @@ class DynamicBatchSampler(Sampler[list[int]]):
184
 
185
  def load_dataset(
186
  dataset_name: str,
187
- tokenizer: str = "pinyon",
188
  dataset_type: str = "CustomDataset",
189
  audio_type: str = "raw",
190
  mel_spec_kwargs: dict = dict()
 
184
 
185
  def load_dataset(
186
  dataset_name: str,
187
+ tokenizer: str = "pinyin",
188
  dataset_type: str = "CustomDataset",
189
  audio_type: str = "raw",
190
  mel_spec_kwargs: dict = dict()