Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingh0730 committed Mar 1, 2024
1 parent b91c9c2 commit 5bd2467
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
25 changes: 10 additions & 15 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="FIXME" />
<meta name="keywords" content="FIXME, FIXME, FIXME" />
<meta
name="description"
content="LiveCodeBench: Holistic and Contamination Free Evaluation of Large
Language Models for Code"
/>
<meta
name="keywords"
content="LiveCodeBench, Code, Large Language Models, LLM, Evaluation, Benchmark"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
LiveCodeBench: Holistic and Contamination Free Evaluation of Large
Expand Down Expand Up @@ -175,18 +182,6 @@ <h1 class="title is-1 publication-title">
<span>Paper</span>
</a>
</span>
<!-- <span class="link-block">
<a
href="FIXME"
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span> -->
<!-- Code Link. -->
<span class="link-block">
<a
href="FIXME"
Expand Down Expand Up @@ -217,7 +212,7 @@ <h1 class="title is-1 publication-title">
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
<i class="fab fa-trophy"></i>
<i class="fa-solid fa-trophy"></i>
</span>
<span>Leaderboard</span>
</a>
Expand Down
33 changes: 20 additions & 13 deletions public/index_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="FIXME" />
<meta name="keywords" content="FIXME, FIXME, FIXME" />
<meta
name="description"
content="LiveCodeBench: Holistic and Contamination Free Evaluation of Large
Language Models for Code"
/>
<meta
name="keywords"
content="LiveCodeBench, Code, Large Language Models, LLM, Evaluation, Benchmark"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
LiveCodeBench: Holistic and Contamination Free Evaluation of Large
Expand Down Expand Up @@ -175,39 +182,39 @@ <h1 class="title is-1 publication-title">
<span>Paper</span>
</a>
</span>
<!-- <span class="link-block">
<span class="link-block">
<a
href="FIXME"
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
<i class="ai ai-arxiv"></i>
<i class="fab fa-github"></i>
</span>
<span>arXiv</span>
<span>Code</span>
</a>
</span> -->
<!-- Code Link. -->
</span>
<!-- Dataset Link. -->
<span class="link-block">
<a
href="FIXME"
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
<i class="fab fa-github"></i>
<i class="far fa-images"></i>
</span>
<span>Code</span>
<span>Data</span>
</a>
</span>
<!-- Dataset Link. -->
<!-- Leaderboard Link. -->
<span class="link-block">
<a
href="FIXME"
href="leaderboard.html"
class="external-link button is-normal is-rounded is-dark"
>
<span class="icon">
<i class="far fa-images"></i>
<i class="fa-solid fa-trophy"></i>
</span>
<span>Data</span>
<span>Leaderboard</span>
</a>
</span>
</div>
Expand Down

0 comments on commit 5bd2467

Please sign in to comment.