Emilia-Data
Collection
8 items
•
Updated
Error code: RowsPostProcessingError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Clean version with only text and audio from the Emilia Dataset.
from datasets import load_dataset
dataset = load_dataset("Vyvo/Emilia-YODAS-FR")
sample = dataset['train'][0]
text = sample['text']
audio = sample['audio']['array']
sampling_rate = sample['audio']['sampling_rate']