Update src/about.py
Browse files- src/about.py +8 -0
src/about.py
CHANGED
@@ -69,4 +69,12 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
"""
|
|
|
69 |
|
70 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
71 |
CITATION_BUTTON_TEXT = r"""
|
72 |
+
@misc{marmor2023ivritai,
|
73 |
+
title={ivrit.ai: A Comprehensive Dataset of Hebrew Speech for AI Research and Development},
|
74 |
+
author={Yanir Marmor and Kinneret Misgav and Yair Lifshitz},
|
75 |
+
year={2023},
|
76 |
+
eprint={2307.08720},
|
77 |
+
archivePrefix={arXiv},
|
78 |
+
primaryClass={eess.AS}
|
79 |
+
}
|
80 |
"""
|