Update constants.py
Browse files- constants.py +5 -5
constants.py
CHANGED
|
@@ -48,11 +48,11 @@ Let me know if you want any modifications! 🚀
|
|
| 48 |
"""
|
| 49 |
|
| 50 |
CITATION_TEXT = """@misc{persian-asr-leaderboard,
|
| 51 |
-
title
|
| 52 |
-
|
| 53 |
-
year
|
| 54 |
-
publisher
|
| 55 |
-
|
| 56 |
}
|
| 57 |
"""
|
| 58 |
|
|
|
|
| 48 |
"""
|
| 49 |
|
| 50 |
CITATION_TEXT = """@misc{persian-asr-leaderboard,
|
| 51 |
+
title: Persian ASR Leaderboard,
|
| 52 |
+
authors: Navid Arabi, Vargha khallokhi,
|
| 53 |
+
year: 2025,
|
| 54 |
+
publisher: Hugging Face,
|
| 55 |
+
contact: https://www.linkedin.com/in/navid-arabi/
|
| 56 |
}
|
| 57 |
"""
|
| 58 |
|