Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/assets/text_content.py
Browse files- src/assets/text_content.py +26 -0
src/assets/text_content.py
CHANGED
@@ -97,4 +97,30 @@ CITATION_BUTTON_TEXT = r"""
|
|
97 |
publisher = {Upstage, National Information Society Agency},
|
98 |
howpublished = "\url{https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard}"
|
99 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
"""
|
|
|
97 |
publisher = {Upstage, National Information Society Agency},
|
98 |
howpublished = "\url{https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard}"
|
99 |
}
|
100 |
+
@software{eval-harness,
|
101 |
+
author = {Gao, Leo and
|
102 |
+
Tow, Jonathan and
|
103 |
+
Biderman, Stella and
|
104 |
+
Black, Sid and
|
105 |
+
DiPofi, Anthony and
|
106 |
+
Foster, Charles and
|
107 |
+
Golding, Laurence and
|
108 |
+
Hsu, Jeffrey and
|
109 |
+
McDonell, Kyle and
|
110 |
+
Muennighoff, Niklas and
|
111 |
+
Phang, Jason and
|
112 |
+
Reynolds, Laria and
|
113 |
+
Tang, Eric and
|
114 |
+
Thite, Anish and
|
115 |
+
Wang, Ben and
|
116 |
+
Wang, Kevin and
|
117 |
+
Zou, Andy},
|
118 |
+
title = {A framework for few-shot language model evaluation},
|
119 |
+
month = sep,
|
120 |
+
year = 2021,
|
121 |
+
publisher = {Zenodo},
|
122 |
+
version = {v0.0.1},
|
123 |
+
doi = {10.5281/zenodo.5371628},
|
124 |
+
url = {https://doi.org/10.5281/zenodo.5371628}
|
125 |
+
}
|
126 |
"""
|