mnazari commited on
Commit
e3e2556
1 Parent(s): 7ea3fca
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ To find out more about loading and preparing audio datasets, head over to [hf.co
88
 
89
  The NENA Speech dataset is a multimodal dataset that consists of three different kinds of examples:
90
 
91
- 1. **Unlabelled speech examples:** these contain audio of speech but no accompanying transcription or translation. This is useful for representation learning.
92
  2. **Transcribed speech examples:** these contain both audio and transcription of speech. These are useful for machine learning tasks like automatic speech recognition and speech synthesis.
93
  3. **Transcribed and translated speech examples:** these kinds of examples contain audio, transcription, and translation of speech. These are useful for tasks like multimodal translation.
94
 
 
88
 
89
  The NENA Speech dataset is a multimodal dataset that consists of three different kinds of examples:
90
 
91
+ 1. **Unlabelled speech examples:** these contain audio of speech (`audio`) but no accompanying transcription (`transcription`) or translation (`translation`). This is useful for representation learning.
92
  2. **Transcribed speech examples:** these contain both audio and transcription of speech. These are useful for machine learning tasks like automatic speech recognition and speech synthesis.
93
  3. **Transcribed and translated speech examples:** these kinds of examples contain audio, transcription, and translation of speech. These are useful for tasks like multimodal translation.
94