VinDataVLSP / dataset_infos.json
phongdtd's picture
init commit
c7523f7
raw
history blame
1.66 kB
{
"vi": {
"description": "Common Voice is Mozilla's initiative to help teach machines how real people speak.",
"citation": "@inproceedings{commonvoice:2020,\n author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},\n title = {Common Voice: A Massively-Multilingual Speech Corpus},\n booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},\n pages = {4211--4215},\n year = 2020\n}\n",
"homepage": "https://commonvoice.mozilla.org/en/datasets",
"license": "https://github.com/common-voice/common-voice/blob/main/LICENSE",
"features": {
"file_path": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"script": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"duration": {
"dtype": "float16",
"id": null,
"_type": "Value"
},
"audio": {
"sampling_rate": 16000,
"mono": true,
"_storage_dtype": "struct",
"id": null,
"_type": "Audio"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": [
{
"task": "automatic-speech-recognition",
"audio_file_path_column": "file_path",
"transcription_column": "script"
}
],
"builder_name": "custom_common_voice",
"config_name": "vi",
"version": {
"version_str": "0.2.0",
"description": "",
"major": 0,
"minor": 2,
"patch": 0
},
"post_processing_size": null
}
}