From fa6af525013a099d5be5c64ca71a78ca52762fa8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 6 Jan 2023 19:05:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8a74586..36536fa 100644 --- a/notes.md +++ b/notes.md @@ -297,3 +297,4 @@ 2022-12-26T02:46:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2022-12-26T01:58:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-01-06T06:06:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2023-01-06T19:05:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)