Commit 
							
							·
						
						149a173
	
1
								Parent(s):
							
							2bea5a3
								
shrink citation
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -325,15 +325,13 @@ with gr.Blocks(css=custom_css) as app: 
     | 
|
| 325 | 
         
             
                with gr.Row():
         
     | 
| 326 | 
         
             
                    with gr.Accordion("📚 Citation", open=False):
         
     | 
| 327 | 
         
             
                        citation_button = gr.Textbox(
         
     | 
| 328 | 
         
            -
                            value=r"""
         
     | 
| 329 | 
         
            -
                                @misc{RewardBench,
         
     | 
| 330 | 
         
             
                                    title={RewardBench: Benchmarking Reward Models},
         
     | 
| 331 | 
         
             
                                    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},
         
     | 
| 332 | 
         
             
                                    year={2024},
         
     | 
| 333 | 
         
             
                                    howpublished={\url{https://huggingface.co/spaces/allenai/reward-bench}
         
     | 
| 334 | 
         
            -
                                    }
         
     | 
| 335 | 
         
            -
             
     | 
| 336 | 
         
            -
                            lines=15,
         
     | 
| 337 | 
         
             
                            label="Copy the following to cite these results.",
         
     | 
| 338 | 
         
             
                            elem_id="citation-button",
         
     | 
| 339 | 
         
             
                            show_copy_button=True,
         
     | 
| 
         | 
|
| 325 | 
         
             
                with gr.Row():
         
     | 
| 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",
         
     | 
| 337 | 
         
             
                            show_copy_button=True,
         
     |