kathrinse / be_great

A novel approach for synthesizing tabular data using pretrained large language models
MIT License
254 stars 43 forks source link

Enable storing checkpoints to remote file systems #51

Open cbiehl opened 1 month ago

cbiehl commented 1 month ago

This change enables saving the model to a remote cloud storage (s3, azure, etc.) and loading it from there again.

unnir commented 1 month ago

Thank you for the pull request, I will review it.

unnir commented 1 month ago

Could you please add a simple example to load/safe into the README.md file?

cbiehl commented 1 month ago

Could you please add a simple example to load/safe into the README.md file?

Thank you for reviewing this, let me know if you have any other feedback. I added a section to the readme. The previously existing code examples also make use of the methods this PR is touching.