nielsr HF Staff commited on
Commit
a64f4be
·
verified ·
1 Parent(s): 6a0a1f2

Add MIT license and link to GitHub repository

Browse files

This PR adds the missing `mit` license information to the model card metadata and includes a link to the GitHub repository for easier access to the code.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  library_name: diffusers
 
3
  tags:
4
  - music
5
- pipeline_tag: text-to-audio
6
  ---
7
 
8
  # Official Hugging Face Diffusers Implementation of QA-MDT
@@ -13,6 +14,9 @@ QADMT brings a new approach to text-to-music generation by using quality-aware t
13
  With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicCaps and Song-Describer, enhancing both quality and musicality.
14
 
15
  It follows from [this paper](https://arxiv.org/pdf/2405.15863) by the University of Science and Technology of China, authored by [@changli](https://github.com/ivcylc) *et al.*.
 
 
 
16
  ## Usage:
17
 
18
  ```bash
 
1
  ---
2
  library_name: diffusers
3
+ pipeline_tag: text-to-audio
4
  tags:
5
  - music
6
+ license: mit
7
  ---
8
 
9
  # Official Hugging Face Diffusers Implementation of QA-MDT
 
14
  With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicCaps and Song-Describer, enhancing both quality and musicality.
15
 
16
  It follows from [this paper](https://arxiv.org/pdf/2405.15863) by the University of Science and Technology of China, authored by [@changli](https://github.com/ivcylc) *et al.*.
17
+
18
+ **Github:** https://github.com/ivcylc/qa-mdt
19
+
20
  ## Usage:
21
 
22
  ```bash