exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Use new functions with save_pretrained for model loading #146

Closed MarleneKress79789 closed 6 months ago

MarleneKress79789 commented 10 months ago

Background:

### Acceptance Criteria
- [x] Change download of model to function created in #143
- [x] Upload the save model to the BucketFS
- [x] Use a local path to load the model during inference with function from #145
- [x] add documentation for new load with save_pretrained
- [x] change model_fixture/download_model to also use save_pretrained?