reach-vb HF staff commited on
Commit
8259150
β€’
1 Parent(s): bbe522b

Update constants.py (#7)

Browse files

- Update constants.py (6840c7b3682bd4e1e184f66d5426450fe1b00c6a)

Files changed (1) hide show
  1. constants.py +2 -2
constants.py CHANGED
@@ -21,10 +21,10 @@ INTRODUCTION_TEXT = "πŸ“ The πŸ€— Open ASR Leaderboard ranks and evaluates spee
21
 
22
  CITATION_TEXT = """@misc{open-asr-leaderboard,
23
  title = {Open Automatic Speech Recognition Leaderboard},
24
- author = {Srivastav, Vaibhav and Majumdar, Somshubra and Koluguri, Nithin and Moumen, Adel and Gandhi, Sanchit and Hugging Face Team and Nvidia NeMo Team and SpeechBrain Team},
25
  year = 2023,
26
  publisher = {Hugging Face},
27
- howpublished = "\\url{https://huggingface.co/spaces/huggingface.co/spaces/open-asr-leaderboard/leaderboard}"
28
  }
29
  """
30
 
 
21
 
22
  CITATION_TEXT = """@misc{open-asr-leaderboard,
23
  title = {Open Automatic Speech Recognition Leaderboard},
24
+ author = {Srivastav, Vaibhav and Majumdar, Somshubra and Koluguri, Nithin and Moumen, Adel and Gandhi, Sanchit and {Hugging Face Team} and {Nvidia NeMo Team} and {SpeechBrain Team}},
25
  year = 2023,
26
  publisher = {Hugging Face},
27
+ howpublished = "\\url{https://huggingface.co/spaces/hf-audio/open_asr_leaderboard}"
28
  }
29
  """
30