From bf5a82c16b778a8a32950c70842a7bd1956071d2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 11 Jun 2023 08:58:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c762d5f9a..2b9b29664 100644 --- a/notes.md +++ b/notes.md @@ -249,3 +249,4 @@ 2023-05-24T19:58:00 - Refactor for clarity, might break a few tests though (cryptography) 2023-05-24T21:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2023-06-11T05:14:00 - Implementing approach from a new paper read last night (cryptography) +2023-06-11T08:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography)