Datasets:
metadata
annotations_creators:
- crowdsourced
language:
- fr
license: cc-by-4.0
multilinguality:
- monolingual
pretty_name: French TTS Dataset
task_categories:
- text-to-speech
tags:
- french
- tts
- audio
- speech
- voice
π«π· 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.wavfiles 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