From c38475d8611ef45d4d2332ffe21fd61d0422eaf6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 27 Nov 2021 07:25:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ea4c5088d74..c665bebaef8 100644 --- a/notes.md +++ b/notes.md @@ -265,3 +265,4 @@ 2021-11-15T08:22:00 - Refactor for clarity, might break a few tests though (pytorch) 2021-11-18T18:09:00 - Implementing approach from a new paper read last night (pytorch) 2021-11-18T19:19:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) +2021-11-27T07:25:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)