From 4a87d0298dde40e6446491c8c2baf86d6da95d86 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 24 Aug 2018 04:14:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8ae3610..94d8bfd 100644 --- a/notes.md +++ b/notes.md @@ -165,3 +165,4 @@ 2018-08-17T22:01:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2018-08-17T20:27:00 - Implementing approach from a new paper read last night (pulp-runtime) 2018-08-17T18:22:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) +2018-08-24T04:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)