Skip to content

Commit

Permalink
abs and table1 table2 table3
Browse files Browse the repository at this point in the history
  • Loading branch information
flyhero99 committed Nov 16, 2023
1 parent 2ea8f92 commit bd442da
Show file tree
Hide file tree
Showing 6 changed files with 3,045 additions and 23 deletions.
608 changes: 608 additions & 0 deletions .history/index_20231115215500.html

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions .history/index_20231115220627.html

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions .history/index_20231115220644.html

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions .history/index_20231115220722.html

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions .history/index_20231115220735.html

Large diffs are not rendered by default.

28 changes: 5 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<meta name="description" content="TableLlama: Towards Open Large Generalist Models for Tables">
<meta property="og:title" content="TableLlama"/>
<meta property="og:description" content="TableLlama: Towards Open Large Generalist Models for Tables"/>
<meta property="og:url" content="https://osu-nlp-group.github.io/TableLlama/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image" content="static/images/TableLlama_transparent_background.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>

Expand Down Expand Up @@ -123,26 +123,8 @@ <h1 class="title is-1 publication-title">TableLlama: Towards Open Large Generali
<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>

<!-- Supplementary PDF link -->
<span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span>

<!-- Github link -->
<span class="link-block">
Expand Down

0 comments on commit bd442da

Please sign in to comment.