diff options
Diffstat (limited to 'src/eval_gpt2_xl.py')
| -rw-r--r-- | src/eval_gpt2_xl.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/eval_gpt2_xl.py b/src/eval_gpt2_xl.py deleted file mode 100644 index 1bae34f..0000000 --- a/src/eval_gpt2_xl.py +++ /dev/null @@ -1,8 +0,0 @@ -# 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' |
