Binarybardakshat
commited on
Commit
•
8f3f527
1
Parent(s):
437560f
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
type: librispeech_asr
|
26 |
config: clean
|
27 |
split: test
|
28 |
-
args:
|
29 |
language: en
|
30 |
metrics:
|
31 |
- name: Test WER
|
@@ -39,12 +39,13 @@ model-index:
|
|
39 |
type: librispeech_asr
|
40 |
config: other
|
41 |
split: test
|
42 |
-
args:
|
43 |
language: en
|
44 |
metrics:
|
45 |
- name: Test WER
|
46 |
type: wer
|
47 |
-
value: 9
|
|
|
48 |
---
|
49 |
|
50 |
# SWRA (SWARA)
|
@@ -129,4 +130,4 @@ print("WER:", wer.compute(predictions=result["transcription"], references=result
|
|
129 |
## Training data
|
130 |
|
131 |
The S2T-SMALL-LIBRISPEECH-ASR is trained on [LibriSpeech ASR Corpus](https://www.openslr.org/12), a dataset consisting of
|
132 |
-
approximately 1000 hours of 16kHz read English speech.
|
|
|
25 |
type: librispeech_asr
|
26 |
config: clean
|
27 |
split: test
|
28 |
+
args:
|
29 |
language: en
|
30 |
metrics:
|
31 |
- name: Test WER
|
|
|
39 |
type: librispeech_asr
|
40 |
config: other
|
41 |
split: test
|
42 |
+
args:
|
43 |
language: en
|
44 |
metrics:
|
45 |
- name: Test WER
|
46 |
type: wer
|
47 |
+
value: 9
|
48 |
+
library_name: diffusers
|
49 |
---
|
50 |
|
51 |
# SWRA (SWARA)
|
|
|
130 |
## Training data
|
131 |
|
132 |
The S2T-SMALL-LIBRISPEECH-ASR is trained on [LibriSpeech ASR Corpus](https://www.openslr.org/12), a dataset consisting of
|
133 |
+
approximately 1000 hours of 16kHz read English speech.
|