Audio-to-Audio
MambaSSM
Safetensors
streaming speech-enhancement
speech-enhancement
universal speech enhancement
multiple input sampling rates
language-agnostic
Instructions to use nvidia/Real-time_RE-USE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MambaSSM
How to use nvidia/Real-time_RE-USE with MambaSSM:
from mamba_ssm import MambaLMHeadModel model = MambaLMHeadModel.from_pretrained("nvidia/Real-time_RE-USE") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ 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
|
| 9 |
- language-agnostic
|
|
@@ -94,9 +96,9 @@ For example, ASR front-ends for improved noise robustness, TTS back-ends for enh
|
|
| 94 |
Hugging Face 2026/04/14 (private)
|
| 95 |
|
| 96 |
## References
|
| 97 |
-
[1] [Rethinking Training Targets, Architectures and Data Quality for Universal Speech Enhancement](https://arxiv.org/abs/2603.02641),
|
| 98 |
|
| 99 |
-
[2] One Model, Many Latencies: Universal Speech Enhancement for Diverse Real-Time Applications, 2026
|
| 100 |
|
| 101 |
(Note: The released model checkpoint differs from the one reported in the paper. It incorporates additional degradation types (e.g., microphone response and more codecs) and is fine-tuned on a smaller, high-quality clean subset.)
|
| 102 |
|
|
|
|
| 4 |
pipeline_tag: audio-to-audio
|
| 5 |
library_name: mamba-ssm
|
| 6 |
tags:
|
| 7 |
+
- streaming speech-enhancement
|
| 8 |
+
- speech-enhancement
|
| 9 |
- universal speech enhancement
|
| 10 |
- multiple input sampling rates
|
| 11 |
- language-agnostic
|
|
|
|
| 96 |
Hugging Face 2026/04/14 (private)
|
| 97 |
|
| 98 |
## References
|
| 99 |
+
[1] [Rethinking Training Targets, Architectures and Data Quality for Universal Speech Enhancement](https://arxiv.org/abs/2603.02641), 2026.
|
| 100 |
|
| 101 |
+
[2] [One Model, Many Latencies: Universal Speech Enhancement for Diverse Real-Time Applications](http://arxiv.org/abs/2606.25621), 2026
|
| 102 |
|
| 103 |
(Note: The released model checkpoint differs from the one reported in the paper. It incorporates additional degradation types (e.g., microphone response and more codecs) and is fine-tuned on a smaller, high-quality clean subset.)
|
| 104 |
|