carlosdanielhernandezmena
commited on
Commit
·
1a2ad15
1
Parent(s):
fb4b51b
Adding BibTex Citation
Browse files
README.md
CHANGED
@@ -52,3 +52,14 @@ print("Detected language '%s' with probability %f" % (info.language, info.langua
|
|
52 |
for segment in segments:
|
53 |
print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
|
54 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
for segment in segments:
|
53 |
print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
|
54 |
```
|
55 |
+
|
56 |
+
# BibTeX entry and citation info
|
57 |
+
*When publishing results based on these models please refer to:*
|
58 |
+
```bibtex
|
59 |
+
@misc{gunnarsson2023whisperlarge30kicelandicct2,
|
60 |
+
title={Acoustic Model in Icelandic: whisper-large-icelandic-30k-steps-1000h-ct2.},
|
61 |
+
author={Gunnarsson, Thorsteinn Dadi and Hernandez Mena, Carlos Daniel},
|
62 |
+
url={https://huggingface.co/language-and-voice-lab/whisper-large-icelandic-30k-steps-1000h-ct2},
|
63 |
+
year={2023}
|
64 |
+
}
|
65 |
+
```
|