semi-Voxpopuli / dataset_infos.json
Jagadeesh Rachapudi
u
bd809fd
raw
history blame
792 Bytes
{
"description": "Multilingual audio dataset derived from VoxPopuli. Contains audio clips in English (EN), Polish (PL), and Swedish (SV).",
"citation": "@inproceedings{voxpopuli2021,\n title={VoxPopuli: A Large-Scale Multilingual Speech Corpus for Representation Learning, Semi-Supervised Learning and Interpretation},\n author={Schneider, Steffen et al.},\n year={2021}\n}",
"homepage": "https://github.com/facebookresearch/voxpopuli",
"license": "CC BY-NC-SA 4.0",
"features": {
"audio": {
"path": "string",
"sampling_rate": "int32"
},
"language": {
"type": "string",
"enum": ["EN", "PL", "SV"]
},
"duration": "float32"
},
"task_categories": ["speech-recognition", "language-identification"],
"languages": ["en", "pl", "sv"]
}