mirror of
https://github.com/osmarks/nanogpt-experiments.git
synced 2025-08-29 17:07:56 +00:00
rename compile_model to compile, shroter, version 2 stragglers
This commit is contained in:
@@ -5,7 +5,7 @@ eval_interval = 200
|
||||
wandb_log = False # feel free to turn on
|
||||
wandb_project = 'shakespeare'
|
||||
wandb_run_name = 'ft-' + str(time.time())
|
||||
compile_model = False # takes too little time to finetune, not worth it
|
||||
compile = False # takes too little time to finetune, not worth it
|
||||
|
||||
# save a nice and overfit checkpoint that
|
||||
# will only speak Shakespeare and forgets
|
||||
|
Reference in New Issue
Block a user