From 0d031f166452643edaacacbcfc209f9c97ca4dc0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 5 Nov 2019 05:54:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 76c9a85b2..bf71ae6bf 100644 --- a/notes.md +++ b/notes.md @@ -134,3 +134,4 @@ 2019-11-02T20:43:00 - Implementing approach from a new paper read last night (transformers) 2019-11-02T08:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2019-11-05T22:21:00 - Late-night bugfix on financial RL environment (transformers) +2019-11-05T05:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)