Datasets:
Tasks:
Automatic Speech Recognition
Formats:
webdataset
Languages:
Uzbek
Size:
10K - 100K
Tags:
audio
License:
{ | |
"description": "Uzbek Speech-to-Text Dataset for training and evaluation.", | |
"homepage": "https://huggingface.co/datasets/Beehzod/data", | |
"license": "Specify the license under which the dataset is provided.", | |
"features": { | |
"audio": { | |
"type": "webdataset", | |
"files": { | |
"other": "tar", | |
"train": "tar", | |
"validated": "tar", | |
"test":"wav" | |
} | |
}, | |
"transcription": { | |
"type": "table", | |
"format": "tsv", | |
"columns": ["file_name", "transcription"] | |
} | |
}, | |
"splits": { | |
"train": { | |
"type": "webdataset", | |
"files": ["audio/train/*.tar", "transcription/train.tsv"] | |
}, | |
"validation": { | |
"type": "webdataset", | |
"files": ["audio/validated/*.tar", "transcription/validated.tsv"] | |
}, | |
"other": { | |
"type": "webdataset", | |
"files": ["audio/other/*.tar", "transcription/other.tsv"] | |
}, | |
"test":{ | |
"type":"wevdataset", | |
"files":["audio/test/*.wav","transcription/test.tsv"]} | |
} | |
} | |