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 Class which holds model information #232

Closed MarleneKress79789 closed 3 weeks ago

MarleneKress79789 commented 1 month ago

we plan to add more parameters specifying the models to be used, like model_version and model_seed. This means we can no longer use "model_name" alone to identify the model. in preparation for this change, add a class which holds this information and can be used to access it separately, and later also return a string specifying the model for path creation. this ticket is not about implementing the overall functionality, but more about refactoring mentions of "model_name" to use this new class instead.