patrickvonplaten
commited on
Commit
•
11d2712
1
Parent(s):
7a96307
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- speech
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
|
|
9 |
license: mit
|
10 |
pipeline_tag: automatic-speech-recognition
|
11 |
widget:
|
@@ -13,6 +14,20 @@ widget:
|
|
13 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
14 |
- example_title: Librispeech sample 2
|
15 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
|
|
|
6 |
- speech
|
7 |
- audio
|
8 |
- automatic-speech-recognition
|
9 |
+
- hf-asr-leaderboard
|
10 |
license: mit
|
11 |
pipeline_tag: automatic-speech-recognition
|
12 |
widget:
|
|
|
14 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
15 |
- example_title: Librispeech sample 2
|
16 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
17 |
+
model-index:
|
18 |
+
- name: s2t-small-librispeech-asr
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
name: Automatic Speech Recognition
|
22 |
+
type: automatic-speech-recognition
|
23 |
+
dataset:
|
24 |
+
name: Librispeech (clean)
|
25 |
+
type: librispeech_asr
|
26 |
+
args: en
|
27 |
+
metrics:
|
28 |
+
- name: Test WER
|
29 |
+
type: wer
|
30 |
+
value: 4.3
|
31 |
---
|
32 |
|
33 |
|