From 78a3bc5fb088b4f59b8e827414f2d12c65c7fbf9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 8 Aug 2023 19:04: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 7ee1fbc..88880b3 100644 --- a/notes.md +++ b/notes.md @@ -326,3 +326,4 @@ 2023-07-10T07:13:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-07-10T01:35:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2023-08-08T22:50:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2023-08-08T19:04:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)