Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
cd95d22
1
Parent(s):
c154a29
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
- 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 = "
|
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()
|