--- license: other datasets: - reazon-research/reazonspeech task_categories: - automatic-speech-recognition language: - ja pretty_name: ReazonSpeech size_categories: - 10M TO USE THIS DATASET, YOU MUST AGREE THAT YOU WILL USE THE DATASET SOLELY FOR THE PURPOSE OF JAPANESE COPYRIGHT ACT ARTICLE 30-4. This mirrored dataset is redistributed under the same CDLA-Sharing-1.0 license and the restriction. ## Disclaimer **TO USE THIS DATASET, YOU MUST AGREE THAT YOU WILL USE THE DATASET SOLELY FOR THE PURPOSE OF JAPANESE COPYRIGHT ACT ARTICLE 30-4.** ### Notes - No modifications have been made to the original dataset in this mirror. - All credits for the dataset creation go to the original creators at Reazon Research. ## Dataset Format Audio files are available in FLAC format, sampled at 16000 hz. - `all.tsv`: TSV file containing the audio file paths and their transcriptions, with the following format: ```tsv 000/0123456abcdef.flac ζ›Έγθ΅·γ“γ—γ‚’γŠδΌγˆγ—γΎγ™γ€‚ 01f/987654321fdeb.flac γ“γ‚Œγ―ιŸ³ε£°γƒ‡γƒΌγ‚Ώγ§γ™γ€‚ ... ``` - `metadata.csv`: CSV file containing the same info as `all.tsv`: ```csv file_name,transcription data/000/0123456abcdef.flac,ζ›Έγθ΅·γ“γ—γ‚’γŠδΌγˆγ—γΎγ™γ€‚ data/01f/987654321fedc.flac,γ“γ‚Œγ―ιŸ³ε£°γƒ‡γƒΌγ‚Ώγ§γ™γ€‚ ... ``` - `data/`: Directory containing the audio files. There are 4096 tar files `data/001.tar` -- `data/fff.tar` containing the audio files. Structure of the repository: ``` . β”œβ”€β”€ all.tsv β”œβ”€β”€ metadata.csv └── data β”œβ”€β”€ 001.tar β”œβ”€β”€ 002.tar β”œβ”€β”€ 003.tar β”œβ”€β”€ ... └── fff.tar ```