Automatic Speech Recognition
NeMo
PyTorch
English
speech
audio
CTC
Conformer
Transformer
NeMo
Eval Results
wenqiglantz commited on
Commit
bc84ace
1 Parent(s): 9437fc7

Update metadata with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -12
README.md CHANGED
@@ -3,6 +3,15 @@ language:
3
  - en
4
  license: cc-by-4.0
5
  library_name: nemo
 
 
 
 
 
 
 
 
 
6
  datasets:
7
  - librispeech_asr
8
  - mozilla-foundation/common_voice_7_0
@@ -16,20 +25,22 @@ datasets:
16
  - voxpopuli
17
  - europarl
18
  - multilingual_librispeech
19
- thumbnail: null
20
- tags:
21
- - automatic-speech-recognition
22
- - speech
23
- - audio
24
- - CTC
25
- - Conformer
26
- - Transformer
27
- - NeMo
28
- - pytorch
29
  model-index:
30
  - name: stt_en_conformer_ctc_small
31
- results: []
32
-
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  ## Model Overview
 
3
  - en
4
  license: cc-by-4.0
5
  library_name: nemo
6
+ tags:
7
+ - automatic-speech-recognition
8
+ - speech
9
+ - audio
10
+ - CTC
11
+ - Conformer
12
+ - Transformer
13
+ - NeMo
14
+ - pytorch
15
  datasets:
16
  - librispeech_asr
17
  - mozilla-foundation/common_voice_7_0
 
25
  - voxpopuli
26
  - europarl
27
  - multilingual_librispeech
 
 
 
 
 
 
 
 
 
 
28
  model-index:
29
  - name: stt_en_conformer_ctc_small
30
+ results:
31
+ - task:
32
+ type: automatic-speech-recognition
33
+ dataset:
34
+ name: Librispeech (clean)
35
+ type: librispeech_asr
36
+ config: other
37
+ split: test
38
+ args:
39
+ language: en
40
+ metrics:
41
+ - type: wer
42
+ value: 8.1
43
+ name: WER
44
  ---
45
 
46
  ## Model Overview