Terry Zhuo
commited on
Commit
·
1f1832c
1
Parent(s):
2e84cf2
update
Browse files- src/display/about.py +11 -2
src/display/about.py
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
-
TITLE = """<div style="text-align: center;"><h1> 🌸<span style='color: #C867B5;'>BigCodeBench</span> Leaderboard</h1></div
|
2 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<p>Inspired from the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard">🤗 Open LLM Leaderboard</a> and <a href="https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard">⭐ Big Code Models Leaderboard</a>, we compare performance of LLMs on <a href="https://huggingface.co/datasets/bigcode/bigcodebench">BigCodeBench</a> benchmark.</p>
|
4 |
<p>To get started, please check out <a href="https://github.com/bigcode-project/bigcodebench">our GitHub repository</a>.
|
5 |
<br>\
|
|
|
1 |
+
TITLE = """<div style="text-align: center;"><h1> 🌸<span style='color: #C867B5;'>BigCodeBench</span> Leaderboard</h1></div>
|
2 |
+
<p class="mb-0 fw-bold" style="font-size: 1.3em; text-align: center; border: 2px solid #C867B5; padding: 15px; border-radius: 10px; margin: 20px auto; max-width: 600px;">
|
3 |
+
<strong>🎉 Check out our latest work
|
4 |
+
<br>
|
5 |
+
<a href="https://swe-arena.com" class="fw-bolder text-decoration-none"><u><span style='color: #C867B5;'>SWE Arena</span></u></a>
|
6 |
+
<br>
|
7 |
+
Open Evaluation Platform on AI for Software Engineering
|
8 |
+
<br>
|
9 |
+
100% free to use the latest frontier models!</strong>
|
10 |
+
<br>
|
11 |
+
</p>
|
12 |
<p>Inspired from the <a href="https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard">🤗 Open LLM Leaderboard</a> and <a href="https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard">⭐ Big Code Models Leaderboard</a>, we compare performance of LLMs on <a href="https://huggingface.co/datasets/bigcode/bigcodebench">BigCodeBench</a> benchmark.</p>
|
13 |
<p>To get started, please check out <a href="https://github.com/bigcode-project/bigcodebench">our GitHub repository</a>.
|
14 |
<br>\
|