Update README.md
Browse files
README.md
CHANGED
@@ -56,4 +56,15 @@ prompts = [
|
|
56 |
]
|
57 |
audios = tango.generate_for_batch(prompts, samples=2)
|
58 |
```
|
59 |
-
This will generate two samples for each of the three text prompts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
]
|
57 |
audios = tango.generate_for_batch(prompts, samples=2)
|
58 |
```
|
59 |
+
This will generate two samples for each of the three text prompts.
|
60 |
+
|
61 |
+
## Citation
|
62 |
+
Please consider citing the following article if you found our work useful:
|
63 |
+
```
|
64 |
+
@article{kong2024improving,
|
65 |
+
title={Improving Text-To-Audio Models with Synthetic Captions},
|
66 |
+
author={Kong, Zhifeng and Lee, Sang-gil and Ghosal, Deepanway and Majumder, Navonil and Mehrish, Ambuj and Valle, Rafael and Poria, Soujanya and Catanzaro, Bryan},
|
67 |
+
journal={arXiv preprint arXiv:2406.15487},
|
68 |
+
year={2024}
|
69 |
+
}
|
70 |
+
```
|