anton-l HF staff commited on
Commit
7f2ba29
1 Parent(s): b79a1cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -12,6 +12,37 @@ widget:
12
  src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
13
  - example_title: Librispeech sample 2
14
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # SEW-D-base+
 
12
  src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
13
  - example_title: Librispeech sample 2
14
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
15
+ model-index:
16
+ - name: sew-d-base-plus-400k-ft-ls100h
17
+ results:
18
+ - task:
19
+ name: Automatic Speech Recognition
20
+ type: automatic-speech-recognition
21
+ dataset:
22
+ name: LibriSpeech (clean)
23
+ type: librispeech_asr
24
+ config: clean
25
+ split: test
26
+ args:
27
+ language: en
28
+ metrics:
29
+ - name: Test WER
30
+ type: wer
31
+ value: 4.34
32
+ - task:
33
+ name: Automatic Speech Recognition
34
+ type: automatic-speech-recognition
35
+ dataset:
36
+ name: LibriSpeech (other)
37
+ type: librispeech_asr
38
+ config: other
39
+ split: test
40
+ args:
41
+ language: en
42
+ metrics:
43
+ - name: Test WER
44
+ type: wer
45
+ value: 9.45
46
  ---
47
 
48
  # SEW-D-base+