sanchit-gandhi HF staff commited on
Commit
6959fcf
1 Parent(s): 8cb4c64

Add "automatic-speech-recognition" to task_ids

Browse files

LibriSpeech is a dataset for automatic speech recognition, see paper titled [LibriSpeech: An ASR Corpus Based On Public Domain Audio Books](https://www.danielpovey.com/files/2015_icassp_librispeech.pdf). This PR adds the ASR tag to the task ids in the yaml metadata and removes those for audio classification / speaker identification.

Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -18,9 +18,8 @@ source_datasets:
18
  - original
19
  task_categories:
20
  - automatic-speech-recognition
21
- - audio-classification
22
  task_ids:
23
- - speaker-identification
24
  ---
25
 
26
  # Dataset Card for librispeech_asr
 
18
  - original
19
  task_categories:
20
  - automatic-speech-recognition
 
21
  task_ids:
22
+ - automatic-speech-recognition
23
  ---
24
 
25
  # Dataset Card for librispeech_asr