sanchit-gandhi commited on
Commit
f195c75
·
1 Parent(s): 31bb01a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -7,4 +7,10 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Welcome to ESC! Here you can submit a system to the ESC leaderboard, view checkpoints for the five baselines trained in the paper, and download pre-prepared data for the benchmark.
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ The End-to-end Speech Challenge (ESC) is a benchmark for assessing a single ASR system on a collection of eight different speech recognition datasets. The ESC datasets are sourced from different domains and cover a range of audio and text distributions (speaking styles, background noise, transcription requirements). ESC consists of:
11
+
12
+ * A Hugging Face dataset to easily download and use pre-prepared audio-text data
13
+ * Checkpoints and scripts to reproduce runs for the five official baseline systems
14
+ * A leaderboard for ranking systems according to overall performance on the benchmark
15
+
16
+ ESC was proposed in _ESC: A Benchmark For Multi-Domain End-to-End Speech Recognition_ by ... For more information, please see the official submission on [OpenReview.net](https://openreview.net/forum?id=9OL2fIfDLK).