choco9966 commited on
Commit
a0e3926
1 Parent(s): 3a9885b

Update src/assets/text_content.py

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +28 -2
src/assets/text_content.py CHANGED
@@ -88,13 +88,39 @@ When we add extra information about models to the leaderboard, it will be automa
88
  If your model is displayed in the `FAILED` category, its execution stopped. Make sure you have followed the above steps first. If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
89
  """
90
 
91
- CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
92
  CITATION_BUTTON_TEXT = r"""
93
  @misc{open-ko-llm-leaderboard,
94
- author = {Chanjun Park, Hwalsuk Lee, Hyunbyung Park, Sanghoon Kim, Seonghwan Cho, Sunghun Kim, Sukyung Lee, Hyeonwoo Kim},
95
  title = {Open Ko-LLM Leaderboard},
96
  year = {2023},
97
  publisher = {Upstage, National Information Society Agency},
98
  howpublished = "\url{https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard}"
99
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  """
 
88
  If your model is displayed in the `FAILED` category, its execution stopped. Make sure you have followed the above steps first. If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
89
  """
90
 
91
+ CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results. Authors are ordered alphabetically."
92
  CITATION_BUTTON_TEXT = r"""
93
  @misc{open-ko-llm-leaderboard,
94
+ author = {Chanjun Park, Hwalsuk Lee, Hyunbyung Park, Hyeonwoo Kim, Sanghoon Kim, Seonghwan Cho, Sunghun Kim, Sukyung Lee},
95
  title = {Open Ko-LLM Leaderboard},
96
  year = {2023},
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
  """