From b75ac8e938880d33978b35b4a5fe8d2b8a0161c7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 12 Jun 2017 01:19:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c64f364..96d4e1d 100644 --- a/notes.md +++ b/notes.md @@ -117,3 +117,4 @@ 2017-05-17T00:15:00 - Refactor for clarity, might break a few tests though (prophet) 2017-05-17T23:09:00 - Quick fix, referencing a known issue from the official repo (prophet) 2017-06-12T03:51:00 - Implementing approach from a new paper read last night (prophet) +2017-06-12T01:19:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)