| #3M | |
| # dim=128 | |
| # blocks=5 | |
| #10M | |
| # dim=320 | |
| # blocks=5 | |
| #12M | |
| dim=256 | |
| blocks=12 | |
| learning_rate=1e-5 | |
| num_epochs=4000 | |
| batch_size=128 | |
| export HF_ENDPOINT="https://hf-mirror.com" | |
| python pretrain.py --dim $dim --n_blocks $blocks --learning_rate $learning_rate --num_epochs $num_epochs --batch_size $batch_size |