herwoww commited on
Commit
6deef49
1 Parent(s): 62e9ca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +27 -7
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
- @misc{toyin2023artst,
449
- title={ArTST: Arabic Text and Speech Transformer},
450
- author={Hawau Olamide Toyin and Amirbek Djanibekov and Ajinkya Kulkarni and Hanan Aldarmaki},
451
- year={2023},
452
- eprint={2310.16621},
453
- archivePrefix={arXiv},
454
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>