Skip to content

Instantly share code, notes, and snippets.

@Tob-iee
Created September 13, 2023 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tob-iee/c801788ac08a0c4eb3c0c09d67409361 to your computer and use it in GitHub Desktop.
Save Tob-iee/c801788ac08a0c4eb3c0c09d67409361 to your computer and use it in GitHub Desktop.
Save the model to your local directory.
trainer.save_model(finetuned_output_dir)
finetuned_model_path = os.path.join(os.getcwd(), finetuned_output_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment