From e0609715ed02138f44c0773eca30a0b60a4fd760 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 22 Dec 2018 21:47:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index fd0bd61..24e1893 100644 --- a/notes.md +++ b/notes.md @@ -164,3 +164,4 @@ 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) +2018-12-22T21:47:00 - Implementing approach from a new paper read last night (prophet)