mirror of
https://github.com/karpathy/nanochat.git
synced 2026-02-21 02:50:25 +00:00
Merge ea86cef249 into 4d8dbaf6e0
This commit is contained in:
commit
111b973136
|
|
@ -21,6 +21,9 @@ if [ -z "$WANDB_RUN" ]; then
|
|||
WANDB_RUN=dummy
|
||||
fi
|
||||
|
||||
# wipe the report
|
||||
python -m nanochat.report reset
|
||||
|
||||
# train tokenizer on ~2B characters (~34 seconds on my MacBook Pro M3 Max)
|
||||
python -m nanochat.dataset -n 8
|
||||
python -m scripts.tok_train --max-chars=2000000000
|
||||
|
|
@ -66,3 +69,6 @@ python -m scripts.mid_train \
|
|||
|
||||
# Chat with the model over a pretty WebUI ChatGPT style
|
||||
# python -m scripts.chat_web -i mid
|
||||
|
||||
# generate final report
|
||||
python -m nanochat.report generate
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user