Diffusers
English
music
art
haoheliu commited on
Commit
3571052
1 Parent(s): e1f06d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -1
README.md CHANGED
@@ -9,4 +9,61 @@ library_name: diffusers
9
  tags:
10
  - music
11
  - art
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - music
11
  - art
12
+ ---
13
+ # Model Card for Model ID
14
+
15
+ Generate any audio from text using your imagination
16
+
17
+ # Model Details
18
+
19
+ ## Model Description
20
+
21
+ - **Developed by:** Haohe Liu
22
+ - **License:** CC BY-NC-ND 4.0
23
+
24
+ ## Model Sources
25
+
26
+ - **Repository:** https://github.com/haoheliu/AudioLDM
27
+ - **Paper:** https://arxiv.org/abs/2301.12503
28
+ - **Demo:** https://audioldm.github.io/
29
+
30
+ ## Direct Use
31
+
32
+ https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation
33
+
34
+ # Bias, Risks, and Limitations
35
+
36
+ TODO
37
+
38
+ # Training Details
39
+
40
+ ## Training Data
41
+
42
+ TODO
43
+
44
+ # Evaluation
45
+
46
+ TODO
47
+
48
+ ## Testing Data, Factors & Metrics
49
+
50
+ ### Testing Data
51
+ TODO
52
+
53
+ ### Metrics
54
+ TODO
55
+
56
+ ## Results
57
+ TODO
58
+
59
+ **BibTeX:**
60
+
61
+ ```bibtex
62
+ @article{liu2023audioldm,
63
+ title={AudioLDM: Text-to-Audio Generation with Latent Diffusion Models},
64
+ author={Liu, Haohe and Chen, Zehua and Yuan, Yi and Mei, Xinhao and Liu, Xubo and Mandic, Danilo and Wang, Wenwu and Plumbley, Mark D},
65
+ journal={arXiv preprint arXiv:2301.12503},
66
+ year={2023}
67
+ }
68
+ ```
69
+