summaryrefslogtreecommitdiff
path: root/src/eval_gpt2_xl.py
blob: 1bae34f9f1d752c4b13d9f8b428a104426818553 (plain)
1
2
3
4
5
6
7
8
# evaluate the base gpt2
# n_layer=48, n_head=25, n_embd=1600
# 1558M parameters
batch_size = 8
eval_iters = 500 # use more iterations to get good estimate
eval_only = True
wandb_log = False
init_from = 'gpt2-xl'