CoolFace
Datasetpublic

Lyte/DarijaTTS-v0.2

How to Use the DarijaTTS-v0.2 Dataset Code: import IPython.display as ipd import io import numpy as np import tempfile import wave import os from datasets import load_dataset from IPython.display import Audio # Load the DarijaTTS-v0.2 dataset with streaming streaming_dataset = load_dataset("Lyte/DarijaTTS-v0.2", streaming=True) print("Dataset loaded with streaming:") print(streaming_dataset) # Function to play audio from a streaming dataset element def… See the full description on the dataset page: https://huggingface.co/datasets/Lyte/DarijaTTS-v0.2.

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes103downloads
4 commits on main
4f029bd11mo ago

Update README.md

Lyte
3b2a4c82y ago

Upload dataset (part 00001-of-00002)

Lyte
79a27d22y ago

Upload dataset (part 00000-of-00002)

Lyte
217851a2y ago

initial commit

Lyte