Update README to include training completion message in quick start section

This commit is contained in:
wassname
2026-01-13 08:04:32 +08:00
parent b6f7c68996
commit 97b7a7b1fc
+3 -1
View File
@@ -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