Update README.md
Browse files
README.md
CHANGED
@@ -61,6 +61,31 @@ Parler-TTS was released alongside:
|
|
61 |
* [The Data-Speech repository](https://github.com/huggingface/dataspeech) - a suite of utility scripts designed to annotate speech datasets.
|
62 |
* [The Parler-TTS organization](https://huggingface.co/parler-tts) - where you can find the annotated datasets as well as the future checkpoints.
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
## License
|
66 |
|
|
|
61 |
* [The Data-Speech repository](https://github.com/huggingface/dataspeech) - a suite of utility scripts designed to annotate speech datasets.
|
62 |
* [The Parler-TTS organization](https://huggingface.co/parler-tts) - where you can find the annotated datasets as well as the future checkpoints.
|
63 |
|
64 |
+
## Citation
|
65 |
+
|
66 |
+
If you found this repository useful, please consider citing this work and also the original Stability AI paper:
|
67 |
+
|
68 |
+
```
|
69 |
+
@misc{lacombe-etal-2024-parler-tts,
|
70 |
+
author = {Yoach Lacombe and Vaibhav Srivastav and Sanchit Gandhi},
|
71 |
+
title = {Parler-TTS},
|
72 |
+
year = {2024},
|
73 |
+
publisher = {GitHub},
|
74 |
+
journal = {GitHub repository},
|
75 |
+
howpublished = {\url{https://github.com/huggingface/parler-tts}}
|
76 |
+
}
|
77 |
+
```
|
78 |
+
|
79 |
+
```
|
80 |
+
@misc{lyth2024natural,
|
81 |
+
title={Natural language guidance of high-fidelity text-to-speech with synthetic annotations},
|
82 |
+
author={Dan Lyth and Simon King},
|
83 |
+
year={2024},
|
84 |
+
eprint={2402.01912},
|
85 |
+
archivePrefix={arXiv},
|
86 |
+
primaryClass={cs.SD}
|
87 |
+
}
|
88 |
+
```
|
89 |
|
90 |
## License
|
91 |
|