sanchit-gandhi commited on
Commit
45d35e3
·
1 Parent(s): a5706ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -10,7 +10,7 @@ pinned: false
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 Challenge (ESC) is a benchmark for assessing ASR systems on a collection of eight speech recognition datasets. ESC consists of:
13
- </p>
14
  <a href="https://huggingface.co/datasets/esc-bench/esc-datasets" class="block overflow-hidden group">
15
  <div
16
  class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
@@ -26,7 +26,7 @@ pinned: false
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-xs text-gray-800">
29
- some stuff
30
  </pre>
31
  </div>
32
  <div class="underline">Official Checkpoints</div>
@@ -35,20 +35,17 @@ pinned: false
35
  href="https://huggingface.co/spaces/esc-bench/ESC"
36
  class="block overflow-hidden group"
37
  >
38
- <div
39
- class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
40
- >
41
- <img
42
- alt=""
43
- src="/front/assets/promo/spacy_widget.jpeg"
44
- class="w-full h-40 object-cover overflow-hidden"
45
- />
46
  </div>
47
  <div class="underline">ESC Leaderboard</div>
48
  </a>
49
  <p class="lg:col-span-3">
50
- The ESC 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 systems must use the same training and evaluation algorithms across datasets and may not use any dataset-specific pre- or post-processing. The datasets in ESC are selected to favour systems that can generalise to different datasets and domains. Overall, the objective of ESC is to encourage the research of more multi-domain ASR systems.
51
- </b >
52
  ESC was proposed in ESC: 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">ESC Benchmark (TODO)</a>.
53
  </p>
54
  </div>
 
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 Challenge (ESC) is a benchmark for assessing ASR systems on a collection of eight speech recognition datasets. ESC consists of:
13
+ </p>
14
  <a href="https://huggingface.co/datasets/esc-bench/esc-datasets" class="block overflow-hidden group">
15
  <div
16
  class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
 
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-xs text-gray-800">
29
+ Official Checkpoints
30
  </pre>
31
  </div>
32
  <div class="underline">Official Checkpoints</div>
 
35
  href="https://huggingface.co/spaces/esc-bench/ESC"
36
  class="block overflow-hidden group"
37
  >
38
+ <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
39
+ <pre
40
+ class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
41
+ ESC Leaderboard
42
+ </pre>
 
 
 
43
  </div>
44
  <div class="underline">ESC Leaderboard</div>
45
  </a>
46
  <p class="lg:col-span-3">
47
+ The ESC 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 systems must use the same training and evaluation algorithms across datasets and may not use any dataset-specific pre- or post-processing. The objective of ESC is to encourage the research of more generalisable, multi-domain ASR systems.
48
+ <br />
49
  ESC was proposed in ESC: 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">ESC Benchmark (TODO)</a>.
50
  </p>
51
  </div>