From 161a09105e3b4262d4253fa0cc8cfeff7a7c9b33 Mon Sep 17 00:00:00 2001 From: Jonah Ramponi Date: Thu, 22 Aug 2024 23:29:52 +0000 Subject: [PATCH] Updated site --- index.html | 2 +- posts/fancy_pants_attention/index.html | 6 +++--- posts/finetuning/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 943ba76..1e60fb4 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

Fancy Pants Attention
- Different techniques used surrounding the concept of attention. + Changes to the traditional attention implementation.
Read more ⟶ diff --git a/posts/fancy_pants_attention/index.html b/posts/fancy_pants_attention/index.html index 5763165..4739f74 100644 --- a/posts/fancy_pants_attention/index.html +++ b/posts/fancy_pants_attention/index.html @@ -2,16 +2,16 @@ Fancy Pants Attention Techniques - Jonah's ML Notes - + - + - + diff --git a/posts/finetuning/index.html b/posts/finetuning/index.html index 15697e5..a481302 100644 --- a/posts/finetuning/index.html +++ b/posts/finetuning/index.html @@ -92,7 +92,7 @@

LoRa

tl;dr: - Efficient LLM Finetuning. + Efficient LLM Finetuning techniques.