Adel-Moumen commited on
Commit
9950fd8
1 Parent(s): c971f26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -12,8 +12,6 @@ tags:
12
  - audio-to-audio
13
  - audio-source-separation
14
  license: "apache-2.0"
15
- datasets:
16
- - WHAMR!
17
  metrics:
18
  - SI-SNRi
19
  - SDRi
@@ -44,7 +42,7 @@ Please notice that we encourage you to read our tutorials and learn more about [
44
  ### Perform source separation on your own audio file
45
 
46
  ```python
47
- from speechbrain.pretrained import SepformerSeparation as separator
48
  import torchaudio
49
 
50
  model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')
12
  - audio-to-audio
13
  - audio-source-separation
14
  license: "apache-2.0"
 
 
15
  metrics:
16
  - SI-SNRi
17
  - SDRi
42
  ### Perform source separation on your own audio file
43
 
44
  ```python
45
+ from speechbrain.inference.separation import SepformerSeparation as separator
46
  import torchaudio
47
 
48
  model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')