Add save_steps and eval_steps to Readme
Browse files
README.md
CHANGED
@@ -382,6 +382,8 @@ num_epochs: 3
|
|
382 |
warmup_steps: 100
|
383 |
learning_rate: 0.00003
|
384 |
logging_steps:
|
|
|
|
|
385 |
|
386 |
# whether to mask out or include the human's prompt from the training labels
|
387 |
train_on_inputs: false
|
|
|
382 |
warmup_steps: 100
|
383 |
learning_rate: 0.00003
|
384 |
logging_steps:
|
385 |
+
save_steps:
|
386 |
+
eval_steps:
|
387 |
|
388 |
# whether to mask out or include the human's prompt from the training labels
|
389 |
train_on_inputs: false
|