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

Add model card

Browse files

This PR adds a model card by linking it to the paper [Taming Multimodal Joint Training for High-Quality Video-to-Audio Synthesis](https://huggingface.co/papers/2412.15322).

It also adds relevant metadata such as the pipeline tag, library name, and license.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  license: mit
3
- language:
4
- - en
5
  ---
6
- Code: https://github.com/hkchengrex/MMAudio
7
- license: mit
8
- ---
 
 
1
  ---
2
  license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-audio
5
  ---
6
+
7
+ This repository contains the model of the paper [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