From 562b20e0bac52845c7dfd5374bd88cccbe40e7be Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 16 Jan 2024 01:51:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (zipline) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 43d9580c..48345391 100644 --- a/notes.md +++ b/notes.md @@ -291,3 +291,4 @@ 2023-10-04T22:27:00 - Implementing approach from a new paper read last night (zipline) 2023-11-14T22:06:00 - Refactor for clarity, might break a few tests though (zipline) 2024-01-16T00:39:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (zipline) +2024-01-16T01:51:00 - Implementing approach from a new paper read last night (zipline)