From 9ea3c9be692edaec5c4c45f2d53eb3d1c8584a16 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 13 Oct 2017 18:03:00 +0200 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 868d1bf04..4ad665465 100644 --- a/notes.md +++ b/notes.md @@ -81,3 +81,4 @@ 2017-09-03T03:39:00 - Refactor for clarity, might break a few tests though (transformers) 2017-09-26T18:09:00 - Quick fix, referencing a known issue from the official repo (transformers) 2017-09-26T18:35:00 - Quick fix, referencing a known issue from the official repo (transformers) +2017-10-13T18:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)