Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -77,11 +77,16 @@ for sample in dataset["train"].take(100): # Process batches incrementally
|
|
77 |
If you use Mana-TTS in your research or projects, please cite the following paper:
|
78 |
|
79 |
```bash
|
80 |
-
@
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
85 |
}
|
86 |
```
|
87 |
|
|
|
77 |
If you use Mana-TTS in your research or projects, please cite the following paper:
|
78 |
|
79 |
```bash
|
80 |
+
@inproceedings{qharabagh-etal-2025-manatts,
|
81 |
+
title = "{M}ana{TTS} {P}ersian: a recipe for creating {TTS} datasets for lower resource languages",
|
82 |
+
author = "Qharabagh, Mahta Fetrat and Dehghanian, Zahra and Rabiee, Hamid R.",
|
83 |
+
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
|
84 |
+
month = apr,
|
85 |
+
year = "2025",
|
86 |
+
address = "Albuquerque, New Mexico",
|
87 |
+
publisher = "Association for Computational Linguistics",
|
88 |
+
url = "https://aclanthology.org/2025.naacl-long.464/",
|
89 |
+
pages = "9177--9206",
|
90 |
}
|
91 |
```
|
92 |
|