Spaces:
Runtime error
Runtime error
cite
Browse files
app.py
CHANGED
@@ -72,13 +72,33 @@ article = """
|
|
72 |
<a href="https://github.com/mbzuai-nlp/ArTST">GitHub</a> |
|
73 |
<a href="https://huggingface.co/MBZUAI/ArTST">Weights and Tokenizer</a></p>
|
74 |
<pre>
|
75 |
-
@
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
</pre>
|
84 |
<p>Speaker embeddings were generated from <a href="http://www.festvox.org/cmu_arctic/">CMU ARCTIC</a>.</p>
|
|
|
72 |
<a href="https://github.com/mbzuai-nlp/ArTST">GitHub</a> |
|
73 |
<a href="https://huggingface.co/MBZUAI/ArTST">Weights and Tokenizer</a></p>
|
74 |
<pre>
|
75 |
+
@inproceedings{toyin-etal-2023-artst,
|
76 |
+
title = "{A}r{TST}: {A}rabic Text and Speech Transformer",
|
77 |
+
author = "Toyin, Hawau and
|
78 |
+
Djanibekov, Amirbek and
|
79 |
+
Kulkarni, Ajinkya and
|
80 |
+
Aldarmaki, Hanan",
|
81 |
+
editor = "Sawaf, Hassan and
|
82 |
+
El-Beltagy, Samhaa and
|
83 |
+
Zaghouani, Wajdi and
|
84 |
+
Magdy, Walid and
|
85 |
+
Abdelali, Ahmed and
|
86 |
+
Tomeh, Nadi and
|
87 |
+
Abu Farha, Ibrahim and
|
88 |
+
Habash, Nizar and
|
89 |
+
Khalifa, Salam and
|
90 |
+
Keleg, Amr and
|
91 |
+
Haddad, Hatem and
|
92 |
+
Zitouni, Imed and
|
93 |
+
Mrini, Khalil and
|
94 |
+
Almatham, Rawan",
|
95 |
+
booktitle = "Proceedings of ArabicNLP 2023",
|
96 |
+
month = dec,
|
97 |
+
year = "2023",
|
98 |
+
address = "Singapore (Hybrid)",
|
99 |
+
publisher = "Association for Computational Linguistics",
|
100 |
+
url = "https://aclanthology.org/2023.arabicnlp-1.5",
|
101 |
+
pages = "41--51"
|
102 |
}
|
103 |
</pre>
|
104 |
<p>Speaker embeddings were generated from <a href="http://www.festvox.org/cmu_arctic/">CMU ARCTIC</a>.</p>
|