Terry Zhuo
commited on
Commit
·
05550cc
1
Parent(s):
e5e0585
update
Browse files- README.md +1 -1
- src/display/about.py +2 -0
README.md
CHANGED
@@ -3,7 +3,7 @@ title: BigCodeBench Leaderboard
|
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
-
sdk:
|
7 |
app_file: app.py
|
8 |
disable_embedding: true
|
9 |
pinned: false
|
|
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
app_file: app.py
|
8 |
disable_embedding: true
|
9 |
pinned: false
|
src/display/about.py
CHANGED
@@ -4,6 +4,8 @@ TITLE = """<div style="text-align: center;"><h1> 🌸<span style='color: #C867B5
|
|
4 |
<p>To get started, please check out <a href="https://github.com/bigcode-project/bigcodebench">our GitHub repository</a>.
|
5 |
<br>\
|
6 |
For more details, please check our <a href="https://huggingface.co/blog/terryyz/bigcodebench-hard">blog on the Hard Set</a>, <a href="https://huggingface.co/blog/leaderboard-bigcodebench">blog on the Full Set</a> and <a href="https://arxiv.org/abs/2406.15877">paper</a>.</p>
|
|
|
|
|
7 |
"""
|
8 |
|
9 |
ABOUT_TEXT = """# Context
|
|
|
4 |
<p>To get started, please check out <a href="https://github.com/bigcode-project/bigcodebench">our GitHub repository</a>.
|
5 |
<br>\
|
6 |
For more details, please check our <a href="https://huggingface.co/blog/terryyz/bigcodebench-hard">blog on the Hard Set</a>, <a href="https://huggingface.co/blog/leaderboard-bigcodebench">blog on the Full Set</a> and <a href="https://arxiv.org/abs/2406.15877">paper</a>.</p>
|
7 |
+
<p><strong>New:</strong> `bigcodebench` is now releasing v0.2.0, with a one command for all:</p>
|
8 |
+
<pre><code>pip install bigcodebench --upgrade</code></pre>
|
9 |
"""
|
10 |
|
11 |
ABOUT_TEXT = """# Context
|