From af1c40f25e791e1fa82e7a63fd4bd69bb73f955e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 14 Sep 2023 06:18: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 6417567..dec3f86 100644 --- a/notes.md +++ b/notes.md @@ -282,3 +282,4 @@ 2023-08-22T22:25:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2023-08-22T08:52:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) 2023-08-22T06:57:00 - Late-night bugfix on financial RL environment (prophet) +2023-09-14T06:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)