jadechoghari commited on
Commit
f50b5e8
1 Parent(s): 84986ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,14 +4,16 @@ tags:
4
  - music
5
  ---
6
 
7
- # Hugging Face Diffusers Implementation of QA-MDT
8
- **QADMT: Quality-Aware Diffusion for Text-to-Music 🎶**
9
 
10
  QADMT brings a new approach to text-to-music generation by using quality-aware training to tackle issues like low-fidelity audio and weak labeling in datasets.
11
 
12
  With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicCaps and Song-Describer, enhancing both quality and musicality.
13
 
 
14
 
 
15
  ## Usage:
16
 
17
  ```bash
 
4
  - music
5
  ---
6
 
7
+ # Official Hugging Face Diffusers Implementation of QA-MDT
8
+ **QAMDT: Quality-Aware Diffusion for Text-to-Music 🎶**
9
 
10
  QADMT brings a new approach to text-to-music generation by using quality-aware training to tackle issues like low-fidelity audio and weak labeling in datasets.
11
 
12
  With a masked diffusion transformer (MDT), QADMT delivers SOTA results on MusicCaps and Song-Describer, enhancing both quality and musicality.
13
 
14
+ Here’s the revised version with "et al.":
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
  ## Usage:
18
 
19
  ```bash