Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
torinriley
/
ARC125m
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8468281
ARC125m
/
eval_gpt2_xl.py
torinriley
update
0c79708
23 days ago
raw
Copy download link
history
blame
Safe
213 Bytes
# 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'