VibeVoice Fine-Tuning Dataset: SPS-Bopha-Voice-Dataset-v1
This dataset is formatted for fine-tuning VibeVoice.
Structure
training_data.jsonl: The main manifest file containing transcriptions and paths.chunks_staging/: Directory containing the audio clips.
Usage with VibeVoice
Clone this repository:
git clone https://huggingface.co/datasets/Tnaot/SPS-Bopha-Voice-Dataset-v1 cd SPS-Bopha-Voice-Dataset-v1Run the training script pointing to
training_data.jsonl. The paths in the JSONL file are relative (e.g.,chunks_staging/file.wav), so they will resolve correctly as long as you run the trainer from the root of this directory.python -m src.finetune_vibevoice_lora --train_jsonl training_data.jsonl ...
- Downloads last month
- 256