Audio-to-Audio
MambaSSM
Safetensors
speech-enhancement
universal speech enhancement
multiple input sampling rates
language-agnostic
Instructions to use nvidia/RE-USE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MambaSSM
How to use nvidia/RE-USE with MambaSSM:
from mamba_ssm import MambaLMHeadModel model = MambaLMHeadModel.from_pretrained("nvidia/RE-USE") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: other
|
| 3 |
track_downloads: true
|
| 4 |
pipeline_tag: audio-to-audio
|
|
|
|
| 5 |
tags:
|
| 6 |
- universal speech enhancement
|
| 7 |
- multiple input sampling rates
|
|
|
|
| 2 |
license: other
|
| 3 |
track_downloads: true
|
| 4 |
pipeline_tag: audio-to-audio
|
| 5 |
+
library_name: mamba-ssm
|
| 6 |
tags:
|
| 7 |
- universal speech enhancement
|
| 8 |
- multiple input sampling rates
|