From f5001141ece913b47a69d854d911342c62009e7c Mon Sep 17 00:00:00 2001 From: kibitzing Date: Wed, 15 Oct 2025 10:29:49 +0000 Subject: [PATCH] Revert model source to mid --- scripts/chat_sft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chat_sft.py b/scripts/chat_sft.py index 6969b13..f61f3fc 100644 --- a/scripts/chat_sft.py +++ b/scripts/chat_sft.py @@ -34,7 +34,7 @@ from tasks.smoltalk import SmolTalk # SFT Hyperparameters run = "dummy" # wandb run name default ("dummy" is special - we won't log to wandb) # input model options -source = "base" # base|mid , which checkpoint to load the model from (base model or midtrained model) +source = "mid" # base|mid , which checkpoint to load the model from (base model or midtrained model) model_tag = None # model tag to load the model from (base model or midtrained model) step = None # step to load the model from (base model or midtrained model) # compute/precision