From 7fe5e687a92fe34546a12b386c562add9a7b6bc8 Mon Sep 17 00:00:00 2001 From: Ryan Avery Date: Wed, 4 Dec 2024 17:37:01 -0800 Subject: [PATCH] correct link to v1.5 ckpt (#337) update link to v1.5 in segment docs --- docs/finetune/segment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/finetune/segment.md b/docs/finetune/segment.md index 2f90043e..59fd6249 100644 --- a/docs/finetune/segment.md +++ b/docs/finetune/segment.md @@ -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