File size: 2,931 Bytes
c077175 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
{
"builder_name": "librispeech_asr_individual",
"citation": "@inproceedings{panayotov2015librispeech,\n title={Librispeech: an ASR corpus based on public domain audio books},\n author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},\n booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on},\n pages={5206--5210},\n year={2015},\n organization={IEEE}\n}\n",
"config_name": "train.other.500",
"dataset_size": 31849498914,
"description": "LibriSpeech is a corpus of approximately 1000 hours of read English speech with sampling rate of 16 kHz,\nprepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read\naudiobooks from the LibriVox project, and has been carefully segmented and aligned.87\n",
"download_checksums": {
"http://www.openslr.org/resources/12/train-other-500.tar.gz": {
"num_bytes": 30593501606,
"checksum": null
}
},
"download_size": 30593501606,
"features": {
"file": {
"dtype": "string",
"_type": "Value"
},
"audio": {
"sampling_rate": 16000,
"_type": "Audio"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"speaker_id": {
"dtype": "int64",
"_type": "Value"
},
"chapter_id": {
"dtype": "int64",
"_type": "Value"
},
"id": {
"dtype": "string",
"_type": "Value"
}
},
"homepage": "http://www.openslr.org/12",
"license": "",
"size_in_bytes": 62443000520,
"splits": {
"train.other.500": {
"name": "train.other.500",
"num_bytes": 31849498914,
"num_examples": 148688,
"shard_lengths": [
2560,
2560,
2560,
2560,
2560,
2304,
2560,
2560,
2304,
2560,
2304,
2560,
2304,
2560,
2560,
2560,
2560,
2304,
2560,
2560,
2304,
2560,
2560,
2304,
2304,
2304,
2560,
2560,
2560,
2304,
2304,
2560,
2560,
2560,
2304,
2560,
2560,
2560,
2560,
2560,
2560,
2560,
2560,
2304,
2304,
2560,
2304,
2560,
2560,
2560,
2304,
2304,
2560,
2560,
2560,
2560,
2560,
2560,
2560,
2000
],
"dataset_name": "librispeech_asr_individual"
}
},
"supervised_keys": {
"input": "file",
"output": "text"
},
"task_templates": [
{
"task": "automatic-speech-recognition",
"transcription_column": "text"
}
],
"version": {
"version_str": "2.1.0",
"description": "",
"major": 2,
"minor": 1,
"patch": 0
}
} |