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

Change upload cli to use HuggingFaceHubBucketFSModelTransferSP #218

Open MarleneKress79789 opened 2 months ago

MarleneKress79789 commented 2 months ago

We have multiple places in the code where we upload a model in different ways. we aim to unify those for simplicity, therefore we want to change the upload cli so it uses HuggingFaceHubBucketFSModelTransferSP to lget the model into the BucketFS, instead of uploading a local model from the users machine.