piotrj commited on
Commit
444be3f
·
verified ·
1 Parent(s): 7318493

Update src/abouts.py

Browse files
Files changed (1) hide show
  1. src/abouts.py +9 -0
src/abouts.py CHANGED
@@ -132,4 +132,13 @@ CITATION_CONTENT = """@misc{jassem2025llmzszlcomprehensivellmbenchmark,
132
  archivePrefix={arXiv},
133
  primaryClass={cs.CL},
134
  url={https://arxiv.org/abs/2501.02266},
 
 
 
 
 
 
 
 
 
135
  }"""
 
132
  archivePrefix={arXiv},
133
  primaryClass={cs.CL},
134
  url={https://arxiv.org/abs/2501.02266},
135
+
136
+ @misc{eval-harness,
137
+ title = {A framework for few-shot language model evaluation},
138
+ author = {Gao, Leo and Tow, Jonathan and Abbasi, Baber and Biderman, Stella and Black, Sid and DiPofi, Anthony and Foster, Charles and Golding, Laurence and Hsu, Jeffrey and Le Noac'h, Alain and Li, Haonan and McDonell, Kyle and Muennighoff, Niklas and Ociepa, Chris and Phang, Jason and Reynolds, Laria and Schoelkopf, Hailey and Skowron, Aviya and Sutawika, Lintang and Tang, Eric and Thite, Anish and Wang, Ben and Wang, Kevin and Zou, Andy},
139
+ year = 2023,
140
+ publisher = {Zenodo},
141
+ doi = {10.5281/zenodo.10256836},
142
+ url = {https://zenodo.org/records/10256836}
143
+ },
144
  }"""