natolambert commited on
Commit
bd17252
β€’
1 Parent(s): 149a173

format citation

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -326,11 +326,11 @@ with gr.Blocks(css=custom_css) as app:
326
  with gr.Accordion("πŸ“š Citation", open=False):
327
  citation_button = gr.Textbox(
328
  value=r"""@misc{RewardBench,
329
- title={RewardBench: Benchmarking Reward Models},
330
- author={Lambert, Nathan and Pyatkin, Valentina and Morrison, Jacob and Miranda, LJ and Lin, Bill Yuchen and Chandu, Khyathi and Dziri, Nouha and Kumar, Sachin and Zick, Tom and Choi, Yejin and Smith, Noah A. and Hajishirzi, Hannaneh},
331
- year={2024},
332
- howpublished={\url{https://huggingface.co/spaces/allenai/reward-bench}
333
- }""",
334
  lines=7,
335
  label="Copy the following to cite these results.",
336
  elem_id="citation-button",
 
326
  with gr.Accordion("πŸ“š Citation", open=False):
327
  citation_button = gr.Textbox(
328
  value=r"""@misc{RewardBench,
329
+ title={RewardBench: Benchmarking Reward Models},
330
+ author={Lambert, Nathan and Pyatkin, Valentina and Morrison, Jacob and Miranda, LJ and Lin, Bill Yuchen and Chandu, Khyathi and Dziri, Nouha and Kumar, Sachin and Zick, Tom and Choi, Yejin and Smith, Noah A. and Hajishirzi, Hannaneh},
331
+ year={2024},
332
+ howpublished={\url{https://huggingface.co/spaces/allenai/reward-bench}
333
+ }""",
334
  lines=7,
335
  label="Copy the following to cite these results.",
336
  elem_id="citation-button",