Terry Zhuo
commited on
Commit
•
123482b
1
Parent(s):
5a7f010
update
Browse files- src/display/about.py +2 -2
src/display/about.py
CHANGED
@@ -4,8 +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 |
-
<p><strong>New:</strong>
|
8 |
-
To use this, try <
|
9 |
"""
|
10 |
|
11 |
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> <code>bigcodebench</code> is now releasing v0.2.0, with a one command for all (e.g., generation, sanitization, and execution):</p>
|
8 |
+
To use this, try <code>pip install -U bigcodebench</code>
|
9 |
"""
|
10 |
|
11 |
ABOUT_TEXT = """# Context
|