anton-l HF staff commited on
Commit
834310f
1 Parent(s): 866824b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -14,13 +14,30 @@ model-index:
14
  name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
16
  dataset:
17
- name: Librispeech (clean)
18
  type: librispeech_asr
19
- args: en
 
 
 
20
  metrics:
21
  - name: Test WER
22
  type: wer
23
  value: 3.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
 
14
  name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
16
  dataset:
17
+ name: LibriSpeech (clean)
18
  type: librispeech_asr
19
+ config: clean
20
+ split: test
21
+ args:
22
+ language: en
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
  value: 3.3
27
+ - task:
28
+ name: Automatic Speech Recognition
29
+ type: automatic-speech-recognition
30
+ dataset:
31
+ name: LibriSpeech (other)
32
+ type: librispeech_asr
33
+ config: other
34
+ split: test
35
+ args:
36
+ language: en
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 7.5
41
  ---
42
 
43