Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,20 @@ torchaudio.save("output.wav", torch.tensor(out["wav"]).unsqueeze(0), 24000)
|
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
If you use this model, please cite:
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
|
| 116 |
|
| 117 |
## License
|
|
|
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
If you use this model, please cite:
|
| 114 |
+
```
|
| 115 |
+
@inproceedings{khamis-ahmed-2026-llm,
|
| 116 |
+
title = "{LLM}-to-Speech: A Synthetic Data Pipeline for Training Dialectal Text-to-Speech Models",
|
| 117 |
+
author = "Khamis, Ahmed and
|
| 118 |
+
Ahmed, Hesham Ali",
|
| 119 |
+
booktitle = "Proceedings of the 2nd Workshop on {NLP} for Languages Using {A}rabic Script",
|
| 120 |
+
month = mar,
|
| 121 |
+
year = "2026",
|
| 122 |
+
address = "Rabat, Morocco",
|
| 123 |
+
publisher = "Association for Computational Linguistics",
|
| 124 |
+
url = "https://aclanthology.org/2026.abjadnlp-1.6/",
|
| 125 |
+
pages = "47--54"
|
| 126 |
+
}
|
| 127 |
+
```
|
| 128 |
|
| 129 |
|
| 130 |
## License
|