cemsubakan commited on
Commit
04c0860
1 Parent(s): a697aee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,6 +4,7 @@ thumbnail:
4
  tags:
5
  - Source Separation
6
  - Speech Separation
 
7
  - WSJ02Mix
8
  - SepFormer
9
  - Transformer
@@ -18,7 +19,7 @@ metrics:
18
 
19
  # SepFormer trained on WSJ0-2Mix
20
 
21
- This repository provides all the necessary tools to perform source separation with a [SepFormer](https://arxiv.org/abs/2010.13154v2)
22
  model, implemented with SpeechBrain, and pretrained on WSJ0-2Mix dataset. For a better experience we encourage you to learn more about
23
  [SpeechBrain](https://speechbrain.github.io). The given model performance is 22.4 dB on the test set of WSJ0-2Mix dataset.
24
 
 
4
  tags:
5
  - Source Separation
6
  - Speech Separation
7
+ - Audio Source Separation
8
  - WSJ02Mix
9
  - SepFormer
10
  - Transformer
 
19
 
20
  # SepFormer trained on WSJ0-2Mix
21
 
22
+ This repository provides all the necessary tools to perform audio source separation with a [SepFormer](https://arxiv.org/abs/2010.13154v2)
23
  model, implemented with SpeechBrain, and pretrained on WSJ0-2Mix dataset. For a better experience we encourage you to learn more about
24
  [SpeechBrain](https://speechbrain.github.io). The given model performance is 22.4 dB on the test set of WSJ0-2Mix dataset.
25