DONG19 commited on
Commit
9372938
β€’
1 Parent(s): 8a5784f
Files changed (1) hide show
  1. leaderboard.py +3 -2
leaderboard.py CHANGED
@@ -19,7 +19,8 @@ def make_default_md_1():
19
  return leaderboard_md
20
 
21
  add_model_md = f"""
22
- πŸ€— [filing a request](https://github.com/huangd1999/EffiBench/issues/new?assignees=&labels=model+eval&projects=&template=model_eval_request.yml&title=%F0%9F%92%A1+%5BREQUEST%5D+-+%3CMODEL_NAME%3E) to add your models on our leaderboard!**
 
23
  """
24
 
25
  leaderboard_md = """
@@ -43,7 +44,7 @@ Please cite the following paper if you find our leaderboard or dataset helpful.
43
  ```
44
  @article{huang2024effibench,
45
  title={EffiBench: Benchmarking the Efficiency of Automatically Generated Code},
46
- author={Huang, Dong and Zhang, Jie M and Qing, Yuhao and Cui, Heming},
47
  journal={arXiv preprint arXiv:2402.02037},
48
  year={2024}
49
  }
 
19
  return leaderboard_md
20
 
21
  add_model_md = f"""
22
+ πŸ€— [filing a request](https://github.com/huangd1999/EffiBench/issues/new?assignees=&labels=model+eval&projects=&template=model_eval_request.yml&title=%F0%9F%92%A1+%5BREQUEST%5D+-+%3CMODEL_NAME%3E) to add your models on our leaderboard!
23
+ The Leaderboard is still in progress, and will be ready before the 6/13/2024 (In Supplementary DDL).
24
  """
25
 
26
  leaderboard_md = """
 
44
  ```
45
  @article{huang2024effibench,
46
  title={EffiBench: Benchmarking the Efficiency of Automatically Generated Code},
47
+ author={Huang, Dong and Qing, Yuhao and Weiyi Shang and Cui, Heming and Jie, M.Zhang},
48
  journal={arXiv preprint arXiv:2402.02037},
49
  year={2024}
50
  }