The dataset viewer is not available for this split.
Server error while post-processing the split rows. Please report the issue.
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.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
Emilia - DE
Clean version with only text and audio from the Emilia Dataset.
- Samples: 653,109
- Language: DE
Usage
from datasets import load_dataset
dataset = load_dataset("Vyvo/Emilia-DE")
sample = dataset['train'][0]
text = sample['text']
audio = sample['audio']['array']
sampling_rate = sample['audio']['sampling_rate']
- Downloads last month
- 615