From 2094bf6f8647628aff78f08d92086495733fcff2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 11 May 2016 17: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 eb9928bf8..26ac4d59b 100644 --- a/notes.md +++ b/notes.md @@ -46,3 +46,4 @@ 2016-05-11T18:04:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) 2016-05-11T19:01:00 - Quick fix, referencing a known issue from the official repo (transformers) 2016-05-11T02:53:00 - Late-night bugfix on financial RL environment (transformers) +2016-05-11T17:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)