This commit is contained in:
wassname
2026-01-11 06:44:42 +08:00
parent 388aedfa95
commit 06b85adc0d
+1 -1
View File
@@ -8,7 +8,7 @@
```sh
uv sync --all-groups
uv run python nbs/train.py tiny --quick # taste test
uv run python nbs/train.py tiny --quick # taste test, should give ` Final val loss **-1.37** (negative ✓).`
uv run python nbs/train.py # full course (gemma-3-1b-it)
```