From a42a8643ad141d376c37b66f7ad4e6b848e25e39 Mon Sep 17 00:00:00 2001 From: Zach Nussbaum Date: Thu, 13 Apr 2023 19:11:05 +0000 Subject: [PATCH] fix: typo --- TRAINING_LOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRAINING_LOG.md b/TRAINING_LOG.md index e06cb65b..f551b090 100644 --- a/TRAINING_LOG.md +++ b/TRAINING_LOG.md @@ -23,7 +23,7 @@ We used the initial parameters: | Weight decay | 0 | | Warmup Steps | 100 | -We randomly shuffle and set aside %5 of the data for validation. +We randomly shuffle and set aside 5% of the data for validation. We had an initial bug in logging the training loss but we noticed a decrease in validation loss.