From 31eb9ee85b3362728880519672c64dc134c1e6bb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 23 Jun 2019 06:23: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 553e531..0c4d99a 100644 --- a/notes.md +++ b/notes.md @@ -180,3 +180,4 @@ 2019-06-18T05:00:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2019-06-18T04:35:00 - Late-night bugfix on financial RL environment (stable-baselines3) 2019-06-23T23:43:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2019-06-23T06:23:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)