sanchit-gandhi commited on
Commit
087ea1d
Β·
1 Parent(s): 63cbd44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -4
README.md CHANGED
@@ -1,10 +1,49 @@
1
  ---
2
  title: README
3
- emoji: πŸ‘
4
- colorFrom: purple
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card πŸ”₯
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸ‘€
4
+ colorFrom: indigo
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
11
+ <p class="lg:col-span-3">
12
+ The End-to-end Speech Benchmark (ESB) is a benchmark for assessing ASR systems on a collection of eight speech recognition datasets. ESB consists of:
13
+ </p>
14
+ <a href="https://huggingface.co/datasets/esb/datasets" class="block overflow-hidden group">
15
+ <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
16
+ <pre
17
+ class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
18
+ πŸ€— Datasets
19
+ </pre>
20
+ </div>
21
+ </a>
22
+ <a
23
+ href="https://huggingface.co/models?other=esb"
24
+ class="block overflow-hidden"
25
+ >
26
+ <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
27
+ <pre
28
+ class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
29
+ πŸ“œ Official Checkpoints
30
+ </pre>
31
+ </div>
32
+ </a>
33
+ <a
34
+ href="https://huggingface.co/spaces/esb/leaderboard"
35
+ class="block overflow-hidden group"
36
+ >
37
+ <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
38
+ <pre
39
+ class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
40
+ πŸ† Leaderboard
41
+ </pre>
42
+ </div>
43
+ </a>
44
+ <p class="lg:col-span-3">
45
+ The ESB datasets are sourced from 11 different domains and cover a range of audio and text distributions (speaking styles, background noise, transcription requirements). There is no restriction on architecture or training data: any system capable of processing audio inputs and generating the corresponding transcriptions is eligible to participate. The only constraint is that the same training and evaluation algorithms must be used across datasets and systems may not use any dataset-specific pre- or post-processing. The objective of ESB is to encourage the research of more generalisable, multi-domain ASR systems. <br />
46
+ <br />
47
+ ESB was proposed in ESB: A Benchmark For Multi-Domain End-to-End Speech Recognition by ... For more information, see the official submission on <a href="https://openreview.net/forum?id=9OL2fIfDLK" class="underline">OpenReview.net</a> or the blog post at <a href="https://openreview.net/forum?id=9OL2fIfDLK" class="underline">ESB Benchmark (TODO)</a>.
48
+ </p>
49
+ </div>