mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
quick fix base eval due to fewshot requirement
This commit is contained in:
parent
33e8a27f91
commit
94ee507054
|
|
@ -53,7 +53,7 @@ python -m scripts.base_train \
|
||||||
--sample_every=50 \
|
--sample_every=50 \
|
||||||
--num_iterations=50
|
--num_iterations=50
|
||||||
python -m scripts.base_loss --device_batch_size=1 --split_tokens=4096
|
python -m scripts.base_loss --device_batch_size=1 --split_tokens=4096
|
||||||
python -m scripts.base_eval --max-per-task=5
|
python -m scripts.base_eval --max-per-task=16
|
||||||
|
|
||||||
# midtraining
|
# midtraining
|
||||||
python -m scripts.mid_train \
|
python -m scripts.mid_train \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user