CoolFace
Datasetpublic

FluidInference/JSUT-basic5000

JSUT (Japanese Speech Corpus) - Test Subset A test subset of the JSUT corpus containing 500 Japanese utterances from the basic5000 dataset (BASIC5000_4501-5000). Dataset Structure jsut_ver1.1/ └── basic5000/ ├── wav/ # WAV audio files (500 files, 48kHz) ├── transcript_utf8.txt # Transcriptions └── recording_info.txt # Recording dates File Formats transcript_utf8.txt… See the full description on the dataset page: https://huggingface.co/datasets/FluidInference/JSUT-basic5000.

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes346downloads
manifest.json46 linesDownload Raw Back to root
1{2  "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.",3  "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}}",4  "homepage": "https://sites.google.com/site/shinnosuketakamichi/publication/jsut",5  "license": "CC-BY-SA-4.0",6  "features": {7    "utterance_id": {8      "dtype": "string",9      "_type": "Value"10    },11    "text": {12      "dtype": "string",13      "_type": "Value"14    },15    "audio": {16      "_type": "Audio",17      "decode": true,18      "sampling_rate": 4800019    },20    "recording_date": {21      "dtype": "string",22      "_type": "Value"23    }24  },25  "splits": {26    "test": {27      "name": "test",28      "num_bytes": 40261,29      "num_examples": 50030    }31  },32  "size_in_bytes": 40261,33  "download_size": null,34  "dataset_size": 40261,35  "task_categories": [36    "automatic-speech-recognition",37    "text-to-speech"38  ],39  "language": ["ja"],40  "language_creators": ["expert"],41  "multilinguality": ["monolingual"],42  "pretty_name": "JSUT Japanese Test Subset",43  "tags": ["audio", "speech-recognition", "tts", "japanese", "jsut"],44  "version": "1.1.0"45}46