carlosdanielhernandezmena commited on
Commit
49e4a0d
1 Parent(s): de2f7c8

Adding BibTex Citation

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -49,3 +49,14 @@ print("Detected language '%s' with probability %f" % (info.language, info.langua
49
  for segment in segments:
50
  print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
51
  ```
 
 
 
 
 
 
 
 
 
 
 
 
49
  for segment in segments:
50
  print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
51
  ```
52
+
53
+ # BibTeX entry and citation info
54
+ *When publishing results based on these models please refer to:*
55
+ ```bibtex
56
+ @misc{mena2023whisperlarge62640icelandicct2,
57
+ title={Acoustic Model in Icelandic: whisper-large-icelandic-62640-steps-967h-ct2.},
58
+ author={Hernandez Mena, Carlos Daniel},
59
+ url={https://huggingface.co/language-and-voice-lab/whisper-large-icelandic-62640-steps-967h-ct2},
60
+ year={2023}
61
+ }
62
+ ```