nielsr HF staff commited on
Commit
b867139
1 Parent(s): 6439005

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,8 +1,10 @@
 
1
  ---
2
  license: mit
3
- language:
4
- - en
5
  ---
6
- Code: https://github.com/hkchengrex/MMAudio
7
- license: mit
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
+ ```