From cda59165b2374536bcac365886f0609683ce7917 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 14 Nov 2024 22:28:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f1decc09462..e7a21e03a33 100644 --- a/notes.md +++ b/notes.md @@ -378,3 +378,4 @@ 2024-10-27T22:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) 2024-10-27T18:58:00 - Implementing approach from a new paper read last night (pytorch) 2024-11-14T20:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) +2024-11-14T22:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)