Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							Β·
						
						bd17252
	
1
								Parent(s):
							
							149a173
								
format citation
Browse files
    	
        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 | 
            -
             | 
| 330 | 
            -
             | 
| 331 | 
            -
             | 
| 332 | 
            -
             | 
| 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",
         | 

