Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
DB2323
/
nanoGPT
like
0
Paused
App
Files
Files
Community
04b09ca
nanoGPT
/
config
/
eval_gpt2_large.py
db
init
05a0e7d
over 1 year ago
raw
Copy download link
history
blame
Safe
215 Bytes
# 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'