From 97b7a7b1fcc498aa413e4bd045d5b3c2eb03f51e Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:04:32 +0800 Subject: [PATCH] Update README to include training completion message in quick start section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf40b72..fb0ab66 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Gradient-based steering in SVD transformation space, trained on internal represe ```sh uv sync --all-groups uv run python nbs/train.py tiny --quick # al dente check +# Training complete. Final loss: -2.9062 + uv run python nbs/train.py # full course (Gemma-3-1B) -``` +``` ## The Recipe