From ced601545c1d958827fca62b21e5f6274de723fd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 8 Jul 2024 01:37:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 1f46c98..5240a3d 100644 --- a/notes.md +++ b/notes.md @@ -308,3 +308,4 @@ 2024-03-29T23:01:00 - Implementing approach from a new paper read last night (prophet) 2024-06-22T00:43:00 - Late-night bugfix on financial RL environment (prophet) 2024-06-22T22:02:00 - Refactor for clarity, might break a few tests though (prophet) +2024-07-08T01:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)