summaryrefslogtreecommitdiff
path: root/src/eval_gpt2_large.py
blob: 4cbeaeff29e1be57088b0baa446899b750caf224 (plain)
1
2
3
4
5
6
7
8
# evaluate the base gpt2
# n_layer=36, n_head=20, n_embd=1280
# 774M parameters
batch_size = 8
eval_iters = 500 # use more iterations to get good estimate
eval_only = True
wandb_log = False
init_from = 'gpt2-large'