cemsubakan commited on
Commit
22d9848
1 Parent(s): 853be75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,7 +9,9 @@ tags:
9
  - speechbrain
10
  license: "apache-2.0"
11
  datasets:
12
- - WSJ0-2Mix
 
 
13
  metrics:
14
  - SI-SNRi
15
  - SDRi
@@ -19,7 +21,7 @@ metrics:
19
 
20
  # SI-SNR Estimator introduced for the REAL-M dataset
21
 
22
- This repository provides the Separator models to be able to train the blind SI-SNR estimator. While this SI-SNR estimator is introduced with the REAL-M dataset, it can also be used on any speech separation dataset.
23
 
24
  The SI-SNR estimator is trained with a recordings from the WHAMR! and LibriMix datasets. We used a mixture of 9 separators to create the training data on the fly.
25
 
 
9
  - speechbrain
10
  license: "apache-2.0"
11
  datasets:
12
+ - WHAMR!
13
+ - Libri2Mix
14
+ - REAL-M
15
  metrics:
16
  - SI-SNRi
17
  - SDRi
 
21
 
22
  # SI-SNR Estimator introduced for the REAL-M dataset
23
 
24
+ This repository provides the Separator models to be able to train a blind SI-SNR estimator with the recipe provided in the SpeechBrain repository to complement the REAL-M real-life speech separation dataset.
25
 
26
  The SI-SNR estimator is trained with a recordings from the WHAMR! and LibriMix datasets. We used a mixture of 9 separators to create the training data on the fly.
27