yuchenlin commited on
Commit
bd62818
β€’
1 Parent(s): 57a9cf2

add banner

Browse files
Files changed (1) hide show
  1. constants.py +3 -3
constants.py CHANGED
@@ -4,14 +4,14 @@ from collections import OrderedDict
4
  DEFAULT_K = "∞"
5
  # DEFAULT_K = "1500"
6
 
7
- banner_url = "https://allenai.github.io/WildBench/gray_banner.png" # the same repo here.
8
- BANNER = f'<div style="display: flex; justify-content: flex-start;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 800px;"> </div>'
9
 
10
  TITLE = "<html> <head> <style> h1 {text-align: center;} </style> </head> <body> <h1> 🦁 AI2 WildBench Leaderboard </b> </body> </html>"
11
 
12
  WINRATE_HEATMAP = "<div><img src='https://github.com/WildEval/WildBench-Leaderboard/blob/main/gradio/pairwise_win_fractions.png?raw=true' style='width:100%;'></div>"
13
 
14
- CITATION_TEXT = """@misc{lin2024wildbench,
15
  title={WildBench: Benchmarking LLMs with Challenging Tasks from Real Users in the Wild},
16
  author={Bill Yuchen Lin and Yuntian Deng and Khyathi Chandu and Faeze Brahman and Abhilasha Ravichander and Valentina Pyatkin and Nouha Dziri and Ronan Le Bras and Yejin Choi},
17
  year={2024},
 
4
  DEFAULT_K = "∞"
5
  # DEFAULT_K = "1500"
6
 
7
+ banner_url = "https://github.com/yuchenlin/ZeroEval/blob/main/docs/zebra/zebra_banner.png?raw=true" # the same repo here.
8
+ BANNER = f'<div style="display: flex; justify-content: flex-start;"><img src="{banner_url}" alt="Banner" style="width: 50vw; min-width: 300px; max-width: 800px;border: 3px solid gray; border-color: gray black;"> </div>'
9
 
10
  TITLE = "<html> <head> <style> h1 {text-align: center;} </style> </head> <body> <h1> 🦁 AI2 WildBench Leaderboard </b> </body> </html>"
11
 
12
  WINRATE_HEATMAP = "<div><img src='https://github.com/WildEval/WildBench-Leaderboard/blob/main/gradio/pairwise_win_fractions.png?raw=true' style='width:100%;'></div>"
13
 
14
+ CITATION_TEXT = """@article{lin2024wildbench,
15
  title={WildBench: Benchmarking LLMs with Challenging Tasks from Real Users in the Wild},
16
  author={Bill Yuchen Lin and Yuntian Deng and Khyathi Chandu and Faeze Brahman and Abhilasha Ravichander and Valentina Pyatkin and Nouha Dziri and Ronan Le Bras and Yejin Choi},
17
  year={2024},