pip install datasets pandas soundfile
from datasets import load_dataset
dataset = load_dataset(
"LennartKeller/SpeechTaxi",
name="ukr",
split="train",
trust_remote_code=True
)
Language
alpha3
train
test
dev
total
0
Vietnamese
vie
856
111
106
1073
1
French
fra
851
108
106
1065
2
Russian
rus
822
107
102
1031
3
Ukrainian
ukr
751
97
89
937
4
Kannada
kan
740
100
89
929
5
Gujarati
guj
740
100
89… See the full description on the dataset page:
https://huggingface.co/datasets/LennartKeller/SpeechTaxi.