Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Support huggingface transformers models and datasets #265

Open
aguschin opened this issue May 23, 2022 · 7 comments
Open

Support huggingface transformers models and datasets #265

aguschin opened this issue May 23, 2022 · 7 comments
Labels
help wanted Extra attention is needed ml-framework ML Framework support p2-medium Medium priority plugins Plugins and extensions for MLEM!

Comments

@aguschin
Copy link
Contributor

We need to add support for the huggingface transformers models and datasets.

@aguschin aguschin added plugins Plugins and extensions for MLEM! ml-framework ML Framework support labels May 23, 2022
@mike0sv mike0sv added this to the Q3 milestone Jun 1, 2022
@aguschin aguschin added the help wanted Extra attention is needed label Aug 31, 2022
@aguschin aguschin added the p2-medium Medium priority label Nov 8, 2022
@aguschin aguschin removed this from the Q3 milestone Nov 9, 2022
@judahrand
Copy link

Are there any predictions for timelines on when this might be implemented?

@shcheklein
Copy link
Member

@judahrand could you please describe the use case a bit more? so that's easier for us to prioritize this. thanks!

@judahrand
Copy link

@judahrand could you please describe the use case a bit more? so that's easier for us to prioritize this. thanks!

We use huggingface transformer models and would prefer to save them in their native form so that they can be picked up by BentoML for deployment.

@judahrand
Copy link

I looks like work was started on this: #553

@aguschin
Copy link
Contributor Author

@judahrand, unfortunately, I'm at capacity now. I'd love to see this implemented, but don't have time 😞

Why you need this implemented specifically in MLEM? Looks like simply saving it with HF + using Bento would work.

@judahrand
Copy link

@judahrand, unfortunately, I'm at capacity now. I'd love to see this implemented, but don't have time 😞

Why you need this implemented specifically in MLEM? Looks like simply saving it with HF + using Bento would work.

We would like to use MLEM to power our 'model registry' and then deploy those models using BentoML. I suppose we can save the model to the model registry using the standard HF implementation and manually track it using DVC but we'd like to use MLEM if possible.

@aguschin
Copy link
Contributor Author

Thanks @judahrand! To better understand your use case: so you are looking not for model deployment only, but for "model registry" kind of things as well (like managing multiple models, registering versions, etc). Did you take a look at our docs for model registry already? https://dvc.org/doc/use-cases/model-registry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed ml-framework ML Framework support p2-medium Medium priority plugins Plugins and extensions for MLEM!
Projects
None yet
Development

No branches or pull requests

4 participants