fix: typo

This commit is contained in:
Zach Nussbaum 2023-04-13 19:11:05 +00:00
parent aef6b48815
commit 781ba27806

View File

@ -23,7 +23,7 @@ We used the initial parameters:
| Weight decay | 0 | | Weight decay | 0 |
| Warmup Steps | 100 | | 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. We had an initial bug in logging the training loss but we noticed a decrease in validation loss.