Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zwcolin authored Dec 4, 2023
1 parent bf6709d commit 7536558
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1 class="title is-1 publication-title">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://github.com/JamesSand"
<a href="https://mlpc-ucsd.github.io/TokenCompose/"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -113,7 +113,7 @@ <h1 class="title is-1 publication-title">
</span>
<!-- arxiv link -->
<span class="link-block">
<a href="https://github.com/JamesSand"
<a href="https://mlpc-ucsd.github.io/TokenCompose/"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -123,14 +123,23 @@ <h1 class="title is-1 publication-title">
</span>
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/JamesSand"
<a href="https://github.com/mlpc-ucsd/TokenCompose"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code (Coming Soon)</span>
<span>Code</span>
</a>
</span>
<span>
<a href="https://github.com/mlpc-ucsd/TokenCompose"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fa-solid fa-face-smiling-hands fa-bounce"></i>
</span>
<span>Model Checkpoints</span>
</a>
</span>
</div>

</div>
Expand Down

0 comments on commit 7536558

Please sign in to comment.