Skip to content

Commit

Permalink
correct link to v1.5 ckpt (#337)
Browse files Browse the repository at this point in the history
update link to v1.5 in segment docs
  • Loading branch information
rbavery authored Dec 5, 2024
1 parent 774db28 commit 7fe5e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/finetune/segment.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data/
The model can be run via LightningCLI using configurations in `finetune/segment/configs/segment_chesapeake.yaml`.
1. Download the Clay model checkpoint from [Huggingface model hub](https://huggingface.co/made-with-clay/Clay/blob/main/clay-v1-base.ckpt) and save it in the `checkpoints/` directory.
1. Download the Clay model checkpoint from [Huggingface model hub](https://huggingface.co/made-with-clay/Clay/blob/main/v1.5/clay-v1.5.ckpt) and save it in the `checkpoints/` directory.
2. Modify the batch size, learning rate, and other hyperparameters in the configuration file as needed:
```yaml
Expand Down

0 comments on commit 7fe5e68

Please sign in to comment.