From 81cc346a29f2d2d873b63224db2ea27ae4b5f6a6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 May 2018 19:44: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 29428de..5a09aca 100644 --- a/notes.md +++ b/notes.md @@ -139,3 +139,4 @@ 2018-05-20T17:54:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2018-05-20T07:56:00 - Quick fix, referencing a known issue from the official repo (prophet) 2018-05-29T19:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) +2018-05-29T19:44:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)