Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -445,13 +445,33 @@ article = """
|
|
445 |
<a href="https://github.com/mbzuai-nlp/ArTST">GitHub</a> |
|
446 |
<a href="https://huggingface.co/MBZUAI/ArTST">Weights and Tokenizer</a></p>
|
447 |
<pre>
|
448 |
-
@
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
}
|
456 |
</pre>
|
457 |
<p>Speaker embeddings were generated from <a href="http://www.festvox.org/cmu_arctic/">CMU ARCTIC</a>.</p>
|
|
|
445 |
<a href="https://github.com/mbzuai-nlp/ArTST">GitHub</a> |
|
446 |
<a href="https://huggingface.co/MBZUAI/ArTST">Weights and Tokenizer</a></p>
|
447 |
<pre>
|
448 |
+
@inproceedings{toyin-etal-2023-artst,
|
449 |
+
title = "{A}r{TST}: {A}rabic Text and Speech Transformer",
|
450 |
+
author = "Toyin, Hawau and
|
451 |
+
Djanibekov, Amirbek and
|
452 |
+
Kulkarni, Ajinkya and
|
453 |
+
Aldarmaki, Hanan",
|
454 |
+
editor = "Sawaf, Hassan and
|
455 |
+
El-Beltagy, Samhaa and
|
456 |
+
Zaghouani, Wajdi and
|
457 |
+
Magdy, Walid and
|
458 |
+
Abdelali, Ahmed and
|
459 |
+
Tomeh, Nadi and
|
460 |
+
Abu Farha, Ibrahim and
|
461 |
+
Habash, Nizar and
|
462 |
+
Khalifa, Salam and
|
463 |
+
Keleg, Amr and
|
464 |
+
Haddad, Hatem and
|
465 |
+
Zitouni, Imed and
|
466 |
+
Mrini, Khalil and
|
467 |
+
Almatham, Rawan",
|
468 |
+
booktitle = "Proceedings of ArabicNLP 2023",
|
469 |
+
month = dec,
|
470 |
+
year = "2023",
|
471 |
+
address = "Singapore (Hybrid)",
|
472 |
+
publisher = "Association for Computational Linguistics",
|
473 |
+
url = "https://aclanthology.org/2023.arabicnlp-1.5",
|
474 |
+
pages = "41--51"
|
475 |
}
|
476 |
</pre>
|
477 |
<p>Speaker embeddings were generated from <a href="http://www.festvox.org/cmu_arctic/">CMU ARCTIC</a>.</p>
|