anton-l HF staff commited on
Commit
89d22e9
1 Parent(s): 5665e98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -21,13 +21,30 @@ model-index:
21
  name: Automatic Speech Recognition
22
  type: automatic-speech-recognition
23
  dataset:
24
- name: Librispeech (clean)
25
  type: librispeech_asr
26
- args: en
 
 
 
27
  metrics:
28
  - name: Test WER
29
  type: wer
30
  value: 4.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
 
 
21
  name: Automatic Speech Recognition
22
  type: automatic-speech-recognition
23
  dataset:
24
+ name: LibriSpeech (clean)
25
  type: librispeech_asr
26
+ config: clean
27
+ split: test
28
+ args:
29
+ language: en
30
  metrics:
31
  - name: Test WER
32
  type: wer
33
  value: 4.3
34
+ - task:
35
+ name: Automatic Speech Recognition
36
+ type: automatic-speech-recognition
37
+ dataset:
38
+ name: LibriSpeech (other)
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.0
48
  ---
49
 
50