From 73abbffa2e7a288eefc8020052740e945dc15995 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 14 Feb 2021 23:14:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9eeb0bffb..fa18be7cc 100644 --- a/notes.md +++ b/notes.md @@ -169,3 +169,4 @@ 2021-01-20T08:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2021-01-20T01:41:00 - Late-night bugfix on financial RL environment (transformers) 2021-02-14T06:35:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) +2021-02-14T23:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)