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

Refactor ModelDownloaderUDF #115

Closed tkilias closed 1 year ago

tkilias commented 1 year ago

Background

The ModelDownloaderUDF is currently tests via the UDFMock and does quite a lot, we should refactor the test to be using Mocks and split the component up into subcomponents