Adel-Moumen commited on
Commit
964932b
1 Parent(s): b0b9418

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -23,13 +23,6 @@ model-index:
23
  - task:
24
  name: Noise Robust Automatic Speech Recognition
25
  type: noise-robust-automatic-speech-recognition
26
- dataset:
27
- name: RescueSpeech
28
- type: zenodo.org/record/8077622
29
- config: de
30
- split: test
31
- args:
32
- language: de
33
  metrics:
34
  - name: Test WER
35
  type: wer
@@ -86,8 +79,8 @@ Please notice that we encourage you to read our tutorials and learn more about
86
  ### Transcribing your own audio files (in German)
87
 
88
  ```python
89
- from speechbrain.pretrained import SepformerSeparation as Separator
90
- from speechbrain.pretrained import WhisperASR
91
  import torch
92
 
93
  enh_model = Separator.from_hparams(
 
23
  - task:
24
  name: Noise Robust Automatic Speech Recognition
25
  type: noise-robust-automatic-speech-recognition
 
 
 
 
 
 
 
26
  metrics:
27
  - name: Test WER
28
  type: wer
 
79
  ### Transcribing your own audio files (in German)
80
 
81
  ```python
82
+ from speechbrain.inference.separation import SepformerSeparation as Separator
83
+ from speechbrain.inference.ASR import WhisperASR
84
  import torch
85
 
86
  enh_model = Separator.from_hparams(