unknown commited on
Commit
513e6b4
Β·
1 Parent(s): 9eb0d1d

add note for more format

Browse files
src/f5_tts/train/finetune_gradio.py CHANGED
@@ -1471,10 +1471,10 @@ Skip this step if you have your dataset, raw.arrow , duraction.json and vocab.tx
1471
  β”‚
1472
  └── metadata.csv
1473
 
1474
- file format metadata.csv
1475
 
1476
- audio1|text1
1477
- audio2|text1
1478
  ...
1479
 
1480
  ```"""
 
1471
  β”‚
1472
  └── metadata.csv
1473
 
1474
+ file format metadata.csv
1475
 
1476
+ audio1|text1 or audio1.wav|text1 or your_path/audio1.wav|text1
1477
+ audio2|text1 or audio2.wav|text1 or your_path/audio1.wav|text1
1478
  ...
1479
 
1480
  ```"""