Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update constants.py
Browse files- constants.py +8 -6
constants.py CHANGED
| @@ -19,12 +19,14 @@ INTRODUCTION_TEXT = "📐 The 🤗 Open ASR Leaderboard ranks and evaluates spee | |
| 19 | \nIf you want results for a model that is not listed here, you can submit a request for it to be included ✉️✨. \ |
| 20 | \nThe leaderboard includes both English ASR evaluation and multilingual benchmarks across the top European languages." |
| 21 | |
| 22 | - CITATION_TEXT = """@misc{ |
| 23 | - |
| 24 | - |
| 25 | - |
| 26 | - |
| 27 | - |
| | |
| | |
| 28 | } |
| 29 | """ |
| 30 | |
| | |
| 19 | \nIf you want results for a model that is not listed here, you can submit a request for it to be included ✉️✨. \ |
| 20 | \nThe leaderboard includes both English ASR evaluation and multilingual benchmarks across the top European languages." |
| 21 | |
| 22 | + CITATION_TEXT = """@misc{srivastav2025openasrleaderboardreproducible, |
| 23 | + title={Open ASR Leaderboard: Towards Reproducible and Transparent Multilingual and Long-Form Speech Recognition Evaluation}, |
| 24 | + author={Vaibhav Srivastav and Steven Zheng and Eric Bezzam and Eustache Le Bihan and Nithin Koluguri and Piotr Żelasko and Somshubra Majumdar and Adel Moumen and Sanchit Gandhi}, |
| 25 | + year={2025}, |
| 26 | + eprint={2510.06961}, |
| 27 | + archivePrefix={arXiv}, |
| 28 | + primaryClass={cs.CL}, |
| 29 | + url={https://arxiv.org/abs/2510.06961}, |
| 30 | } |
| 31 | """ |
| 32 | |