sanchit-gandhi HF staff commited on
Commit
1ee2af2
·
1 Parent(s): f1cb732

Add HF Speech Bench to Librispeech Dataset Card (#4266)

Browse files

* Add HF Speech Bench to Librispeech Dataset Card

* add back pwc link

Commit from https://github.com/huggingface/datasets/commit/47e71ded0e64d7e72e86a27d2f53b9d046e9d832

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -54,7 +54,7 @@ task_ids:
54
  - **Homepage:** [LibriSpeech ASR corpus](http://www.openslr.org/12)
55
  - **Repository:** [Needs More Information]
56
  - **Paper:** [LibriSpeech: An ASR Corpus Based On Public Domain Audio Books](https://www.danielpovey.com/files/2015_icassp_librispeech.pdf)
57
- - **Leaderboard:** [Paperswithcode Leaderboard](https://paperswithcode.com/sota/speech-recognition-on-librispeech-test-other)
58
  - **Point of Contact:** [Daniel Povey](mailto:[email protected])
59
 
60
  ### Dataset Summary
@@ -63,7 +63,7 @@ LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech
63
 
64
  ### Supported Tasks and Leaderboards
65
 
66
- - `automatic-speech-recognition`, `audio-speaker-identification`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task has an active leaderboard which can be found at https://paperswithcode.com/sota/speech-recognition-on-librispeech-test-clean and ranks models based on their WER.
67
 
68
  ### Languages
69
 
 
54
  - **Homepage:** [LibriSpeech ASR corpus](http://www.openslr.org/12)
55
  - **Repository:** [Needs More Information]
56
  - **Paper:** [LibriSpeech: An ASR Corpus Based On Public Domain Audio Books](https://www.danielpovey.com/files/2015_icassp_librispeech.pdf)
57
+ - **Leaderboard:** [The 🤗 Speech Bench](https://huggingface.co/spaces/huggingface/hf-speech-bench)
58
  - **Point of Contact:** [Daniel Povey](mailto:[email protected])
59
 
60
  ### Dataset Summary
 
63
 
64
  ### Supported Tasks and Leaderboards
65
 
66
+ - `automatic-speech-recognition`, `audio-speaker-identification`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task has an active Hugging Face leaderboard which can be found at https://huggingface.co/spaces/huggingface/hf-speech-bench. The leaderboard ranks models uploaded to the Hub based on their WER. An external leaderboard at https://paperswithcode.com/sota/speech-recognition-on-librispeech-test-clean ranks the latest models from research and academia.
67
 
68
  ### Languages
69