Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanyuezhuohua committed Dec 30, 2024
1 parent bebdce5 commit 01f1843
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<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="Efficient, Scalable and Generalizable LLM Fine-tuning with S<sup>2</sup>FT">
<meta property="og:title" content="S<sup>2</sup>FT" />
<meta property="og:description" content="Efficient, Scalable and Generalizable LLM Fine-tuning with S<sup>2</sup>FT" />
<meta name="description" content="Efficient, Scalable and Generalizable LLM Fine-tuning with S²FT">
<meta property="og:title" content="S²FT" />
<meta property="og:description" content="Efficient, Scalable and Generalizable LLM Fine-tuning with S²FT" />
<meta property="og:url" content="https://infini-ai-lab.github.io/S2FT-Page/" />
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/images/logo.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />


<meta name="twitter:title" content="S<sup>2</sup>FT">
<meta name="twitter:description" content="Efficient, Scalable and Generalizable LLM Fine-tuning with S<sup>2</sup>FT">
<meta name="twitter:title" content="S²FT">
<meta name="twitter:description" content="Efficient, Scalable and Generalizable LLM Fine-tuning with S²FT">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/logo.png">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -52,7 +52,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">S2FT: Efficient, Scalable and Generalizable LLM
<h1 class="title is-1 publication-title">S<sup>2</sup>FT: Efficient, Scalable and Generalizable LLM
Fine-tuning by Structured Sparsity</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
Expand Down

0 comments on commit 01f1843

Please sign in to comment.