From 28ca5b42c9d2b8f3224b451f292eb688cb9f1d6a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 22 Dec 2018 20:34:00 +0100 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 801d666..fd0bd61 100644 --- a/notes.md +++ b/notes.md @@ -163,3 +163,4 @@ 2018-12-10T23:34:00 - Minor doc updates: linking to article on quantization (prophet) 2018-12-10T04:33:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2018-12-19T07:25:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) +2018-12-22T20:34:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)