From 4cd1deeef2203c628025439356df463d3174569c Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 12 Jun 2023 02:44:46 +0900 Subject: [PATCH] Add save_steps and eval_steps to Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 349dd370a..8ba63299e 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,8 @@ num_epochs: 3 warmup_steps: 100 learning_rate: 0.00003 logging_steps: +save_steps: +eval_steps: # whether to mask out or include the human's prompt from the training labels train_on_inputs: false