Dataset_STT / dataset_info.json
Elyordev's picture
Upload dataset_info.json
5dc3ede verified
{
"description": "This dataset is designed for speech-to-text (STT) tasks with a focus on the Uzbek language. It contains audio recordings stored as tar archives along with their corresponding transcript files in TSV format.",
"citation": "@misc{dataset_stt2025, title={Dataset_STT}, author={Your Name}, year={2025}}",
"homepage": "https://huggingface.co/datasets/Elyordev/Dataset_STT",
"license": "MIT",
"splits": {
"train": {
"name": "train",
"num_bytes": 17344000000,
"num_examples": 0
},
"test": {
"name": "test",
"num_bytes": 2178000000,
"num_examples": 0
},
"validation": {
"name": "validation",
"num_bytes": 2178100000,
"num_examples": 0
}
},
"features": {
"id": "string",
"audio": {
"type": "audio",
"sampling_rate": 16000
},
"sentence": "string",
"duration": "float",
"age": "string",
"gender": "string",
"accents": "string",
"locale": "string"
}
}