Commit
·
8833830
1
Parent(s):
5e3d456
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,38 @@ datasets:
|
|
5 |
tags:
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
|
|
8 |
license: apache-2.0
|
9 |
widget:
|
10 |
- example_title: Librispeech sample 1
|
11 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
12 |
- example_title: Librispeech sample 2
|
13 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Wav2Vec2-Base-960h
|
|
|
5 |
tags:
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
8 |
+
- hf-asr-leaderboard
|
9 |
license: apache-2.0
|
10 |
widget:
|
11 |
- example_title: Librispeech sample 1
|
12 |
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
13 |
- example_title: Librispeech sample 2
|
14 |
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
15 |
+
model-index:
|
16 |
+
- name: wav2vec2-base-960h
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Automatic Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: Librispeech (clean)
|
23 |
+
type: librispeech_asr
|
24 |
+
args: en
|
25 |
+
metrics:
|
26 |
+
- name: Test WER
|
27 |
+
type: wer
|
28 |
+
value: 3.4
|
29 |
+
- task:
|
30 |
+
name: Automatic Speech Recognition
|
31 |
+
type: automatic-speech-recognition
|
32 |
+
dataset:
|
33 |
+
name: Librispeech (other)
|
34 |
+
type: librispeech_asr
|
35 |
+
args: en
|
36 |
+
metrics:
|
37 |
+
- name: Test WER
|
38 |
+
type: wer
|
39 |
+
value: 8.6
|
40 |
---
|
41 |
|
42 |
# Wav2Vec2-Base-960h
|