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

Add load class which loads model from local path #145

Closed MarleneKress79789 closed 7 months ago

MarleneKress79789 commented 10 months ago

Background:

### Acceptance Criteria
- [x] Create a load class, which uses a local path to load the model during inference
- [x] add tests for new load function
- [x] add documentaion for the new load function like doc strings, full user docu will be added in #146