Add model card
Browse filesThis PR adds a model card, improving discoverability by:
- linking the model to the paper at https://huggingface.co./papers/2412.15322.
- making the model discoverable at https://huggingface.co./models?pipeline_tag=audio-to-audio.
- specifying the library and license.
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
-
-
|
5 |
---
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
```yaml
|
2 |
---
|
3 |
license: mit
|
4 |
+
library_name: diffusers
|
5 |
+
pipeline_tag: audio-to-audio
|
6 |
---
|
7 |
+
This repository contains the model described in [Taming Multimodal Joint Training for High-Quality Video-to-Audio Synthesis](https://huggingface.co/papers/2412.15322).
|
8 |
+
|
9 |
+
Code: https://github.com/hkchengrex/MMAudio.
|
10 |
+
```
|