MahtaFetrat commited on
Commit
6cccb02
·
verified ·
1 Parent(s): 7798e52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
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
- @article{fetrat2024manatts,
81
- title={ManaTTS Persian: a recipe for creating TTS datasets for lower resource languages},
82
- author={Mahta Fetrat Qharabagh and Zahra Dehghanian and Hamid R. Rabiee},
83
- journal={arXiv preprint arXiv:2409.07259},
84
- year={2024},
 
 
 
 
 
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