From c34aaca917abc656b01e7b517b0d2d7a43a56770 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 3 Nov 2019 08:00: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 6d6aa68..3ce7456 100644 --- a/notes.md +++ b/notes.md @@ -191,3 +191,4 @@ 2019-09-05T18:03:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2019-09-05T22:53:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2019-11-03T21:50:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2019-11-03T08:00:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)