From edba7be193d5745e2eee5acf4edb27f6f9382f91 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 3 Jan 2019 05:08:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 2ef6475..2e09ff3 100644 --- a/notes.md +++ b/notes.md @@ -164,3 +164,4 @@ 2018-12-11T22:29:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2019-01-03T23:51:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2019-01-03T05:12:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2019-01-03T05:08:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)