Skip to content

Instantly share code, notes, and snippets.

@thesanjeetc
Created July 14, 2021 21:50
Show Gist options
  • Save thesanjeetc/75dd1aaf07a9bafebb8da85fd99765b7 to your computer and use it in GitHub Desktop.
Save thesanjeetc/75dd1aaf07a9bafebb8da85fd99765b7 to your computer and use it in GitHub Desktop.
gpt2.finetune(sess,
dataset=file_name,
model_name='355M',
steps=1000,
restore_from='fresh',
run_name='run1',
print_every=10,
sample_every=200,
save_every=500
)
gpt2.copy_checkpoint_to_gdrive(run_name='run1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment