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

Remove token for private huggingface model from model loading #147

Closed MarleneKress79789 closed 5 months ago

MarleneKress79789 commented 10 months ago

In #146 we changed the way the model is downloaded, stored and loaded. After these changes the token for private huggingface models is only needed while downloading/updating a private model. it should be removed from the prediction functions.

### Tasks
- [x] Remove token for private huggingface model form model loading
- [x] change tests