patrickvonplaten
commited on
Commit
•
7c12584
1
Parent(s):
ab132a8
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,20 @@ tags:
|
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
8 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
|
|
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
8 |
license: mit
|
9 |
+
model-index:
|
10 |
+
- name: hubert-large-ls960-ft
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: Librispeech (clean)
|
17 |
+
type: librispeech_asr
|
18 |
+
args: en
|
19 |
+
metrics:
|
20 |
+
- name: Test WER
|
21 |
+
type: wer
|
22 |
+
value: 3.3
|
23 |
---
|
24 |
|
25 |
|