dorienh nielsr HF Staff commited on
Commit
2b3265a
·
verified ·
1 Parent(s): 1dfecc2

Improve model card: add pipeline tag and project page (#1)

Browse files

- Improve model card: add pipeline tag and project page (158b942ad882a7df32e1d5e5cfe38f38f65f746e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,7 +1,16 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
5
- TBA soon
6
 
7
- [Read paper](https://huggingface.co/papers/2508.03448)
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: audio-to-audio
4
  ---
5
 
6
+ # SonicMaster: Towards Controllable All-in-One Music Restoration and Mastering
7
 
8
+ [Read paper](https://huggingface.co/papers/2508.03448) | [Project Page](https://amaai-lab.github.io/SonicMaster/)
9
+
10
+ SonicMaster is the first unified generative model for music restoration and mastering that addresses a broad spectrum of audio artifacts with text-based control. This model can be conditioned on natural language instructions to apply targeted enhancements, or it can operate in an automatic mode for general restoration.
11
+
12
+ The approach leverages a flow-matching generative training paradigm to learn an audio transformation that maps degraded inputs to their cleaned, mastered versions guided by text prompts. Objective audio quality metrics and subjective listening tests demonstrate that SonicMaster significantly improves sound quality across various artifact categories, confirming its effectiveness.
13
+
14
+ ## Usage
15
+
16
+ TBA soon. Please refer to the [project page](https://amaai-lab.github.io/SonicMaster/) for current usage instructions and code examples.