add recipes table
This commit is contained in:
parent
ed210a8c60
commit
e0fbf55dca
|
|
@ -20,6 +20,15 @@ model = Mayamodel.from_pretrained("mayavoz/waveunet")
|
|||
model("noisy_audio.wav")
|
||||
```
|
||||
|
||||
## Recipes
|
||||
|
||||
| Model | Dataset | STOI | PESQ | URL |
|
||||
| :---: | :---: | :---: | :---: | :---: |
|
||||
| WaveUnet | Vctk-28spk | | | mayavoz/waveunet-vctk28 |
|
||||
| Demucs | DNS-2020 (30hrs) | | | mayavoz/demucs-vctk28 |
|
||||
| DCCRN | DNS-2020 (30hrs) | | | mayavoz/dccrn-vctk28 |
|
||||
|
||||
|
||||
## Installation
|
||||
Only Python 3.8+ is officially supported (though it might work with Python 3.7)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue