Datasets:
The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
π«π· French TTS Dataset
This dataset contains French speech audio paired with clean transcriptions, intended for training text-to-speech models such as Spark-TTS or Coqui TTS.
π Contents
dataset.parquet
β metadata file with audio paths, transcriptions, speaker infoAudio/
β directory of all.wav
files used for training
π Dataset Structure
The dataset.parquet
file includes the following columns:
Column | Description |
---|---|
audio |
Path to .wav file |
text |
French transcription |
original_filename |
Original .wav file name |
clip_creation_time |
ISO-formatted timestamp (optional) |
π‘ Example
from datasets import load_dataset, Audio
dataset = load_dataset("davidmwila/tts-french-dataset")
dataset = dataset.cast_column("audio", Audio())
print(dataset[0])
β License
CC-BY 4.0
π Credits
Created by David Mwila
- Downloads last month
- 97