From 4c088e6d931c9939afed95914dff8097dad06d99 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 13 Feb 2024 00:40:42 +0900 Subject: [PATCH] Update README.md continuning -> continuing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b04e31f0..64368b10 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Unwrapped model checkpoints are required for: - Fine-tuning a pre-trained model with a modified configuration (i.e. partial initialization) ## Fine-tuning -Fine-tuning a model involves continuning a training run from a pre-trained checkpoint. +Fine-tuning a model involves continuing a training run from a pre-trained checkpoint. To continue a training run from a wrapped model checkpoint, you can pass in the checkpoint path to `train.py` with the `--ckpt-path` flag. @@ -124,4 +124,4 @@ The following properties are defined in the top level of the model configuration - [ ] Add documentation for different model types - [ ] Add documentation for Gradio interface - [ ] Add troubleshooting section -- [ ] Add contribution guidelines \ No newline at end of file +- [ ] Add contribution guidelines