File size: 1,437 Bytes
99d0820 | 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 | {
"description": "Test subset of JSUT (Japanese Speech Corpus) containing 500 utterances from basic5000 (BASIC5000_4501-5000). Recorded by a native Japanese female speaker in an anechoic room at 48kHz.",
"citation": "@article{sonobe2017jsut, title={JSUT corpus: free large-scale Japanese speech corpus for end-to-end speech synthesis}, author={Sonobe, Ryosuke and Takamichi, Shinnosuke and Saruwatari, Hiroshi}, journal={arXiv preprint arXiv:1711.00354}, year={2017}}",
"homepage": "https://sites.google.com/site/shinnosuketakamichi/publication/jsut",
"license": "CC-BY-SA-4.0",
"features": {
"utterance_id": {
"dtype": "string",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"audio": {
"_type": "Audio",
"decode": true,
"sampling_rate": 48000
},
"recording_date": {
"dtype": "string",
"_type": "Value"
}
},
"splits": {
"test": {
"name": "test",
"num_bytes": 40261,
"num_examples": 500
}
},
"size_in_bytes": 40261,
"download_size": null,
"dataset_size": 40261,
"task_categories": [
"automatic-speech-recognition",
"text-to-speech"
],
"language": ["ja"],
"language_creators": ["expert"],
"multilinguality": ["monolingual"],
"pretty_name": "JSUT Japanese Test Subset",
"tags": ["audio", "speech-recognition", "tts", "japanese", "jsut"],
"version": "1.1.0"
}
|