From 251c332d33ec62bd7c494f9f5bab0bfe172ab2ec Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 3 Sep 2023 00:45:00 +0200 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 3e41216..ef98279 100644 --- a/notes.md +++ b/notes.md @@ -335,3 +335,4 @@ 2023-08-11T23:45:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-09-03T19:25:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2023-09-03T21:23:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2023-09-03T00:45:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)