From f1d48cec1d2d61cf5b0688cd0aa30032445cea6b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 30 Apr 2020 03:35:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6f69eaec7..4cf97015b 100644 --- a/notes.md +++ b/notes.md @@ -150,3 +150,4 @@ 2020-04-20T06:26:00 - Minor doc updates: linking to article on quantization (cryptography) 2020-04-30T01:50:00 - Late-night bugfix on financial RL environment (cryptography) 2020-04-30T00:36:00 - Late-night bugfix on financial RL environment (cryptography) +2020-04-30T03:35:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography)