Skip to content

Commit

Permalink
Updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
jonah-ramponi committed Aug 22, 2024
1 parent a7f3c53 commit 161a091
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1 class="title"><a href="/posts/fancy_pants_attention/">Fancy Pants Attention
<time>Mar 23, 2024</time>
<br><div class="description">

Different techniques used surrounding the concept of attention.
Changes to the traditional attention implementation.

</div>
<a class="readmore" href="/posts/fancy_pants_attention/">Read more ⟶</a>
Expand Down
6 changes: 3 additions & 3 deletions posts/fancy_pants_attention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html><head lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Fancy Pants Attention Techniques - Jonah&#39;s ML Notes</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Different techniques used surrounding the concept of attention." />
<meta name="description" content="Changes to the traditional attention implementation." />
<meta property="og:image" content=""/>
<meta property="og:title" content="Fancy Pants Attention Techniques" />
<meta property="og:description" content="Different techniques used surrounding the concept of attention." />
<meta property="og:description" content="Changes to the traditional attention implementation." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.jonahramponi.com/posts/fancy_pants_attention/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2024-03-23T00:00:00+00:00" />
<meta property="article:modified_time" content="2024-03-23T00:00:00+00:00" />
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Fancy Pants Attention Techniques"/>
<meta name="twitter:description" content="Different techniques used surrounding the concept of attention."/>
<meta name="twitter:description" content="Changes to the traditional attention implementation."/>
<script src="https://www.jonahramponi.com/js/feather.min.js"></script>


Expand Down
2 changes: 1 addition & 1 deletion posts/finetuning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 class="title">LoRa</h1>

<div class="tldr">
<strong>tl;dr:</strong>
Efficient LLM Finetuning.
Efficient LLM Finetuning techniques.
</div>

<section class="body">
Expand Down

0 comments on commit 161a091

Please sign in to comment.