--- task_categories: - audio-classification - automatic-speech-recognition language: - en tags: - speech-recognition - emotion-detection - age-detection - gender-classication - intent-prediction - entity-tagging - av-speech --- # Meta Speech Recognition English Dataset (Set 2) This dataset contains both metadata and audio files for English speech recognition samples. ## Dataset Statistics ### Splits and Sample Counts - **train**: 42961 samples - **valid**: 2387 samples - **test**: 2387 samples ## Example Samples ### train ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/AzSutepklXI_2.wav", "text": "To Jesus, so God is faithful, because when he keeps, you know, when, when when you ask him to do something, he keeps his What. He kept, his cobonut With Jacob, you know through the years, he. AGE_18_30 GER_FEMALE EMOTION_ANG INTENT_INFORM", "duration": 14.79 } ``` ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/ZwNpsW26jp4_13.wav", "text": "Oppressortein would like to cover a host of things, but the first thing we'd like to find out is how is the Israeli economy doing today. AGE_30_45 GER_MALE EMOTION_NEU INTENT_QUESTION", "duration": 6.39 } ``` ### valid ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/76yqm7rlKnE_4.wav", "text": "And disowns throughout its entirety. AGE_18_30 GER_MALE EMOTION_NEU INTENT_INFORM", "duration": 3.0 } ``` ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/I-9GBnlAl_U_5.wav", "text": "You students who continue to edify me daily in my life. AGE_30_45 GER_FEMALE EMOTION_ANG INTENT_INFORM", "duration": 3.34 } ``` ### test ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/LNtQPSUi1iQ_10.wav", "text": "Know some details about the bild you can drill into individual. AGE_30_45 GER_MALE EMOTION_ANG INTENT_QUESTION", "duration": 3.06 } ``` ```json { "audio_filepath": "/external1/datasets/asr-himanshu/avspeech-data/audio/9VU0GVCW0G4_10.wav", "text": "Just be shuffling papers, so we vet each Parker and make a partner and make sure that they are going to provide students with. AGE_30_45 GER_MALE EMOTION_NEU INTENT_INFORM", "duration": 6.87 } ```