-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Support more local model types #1164
Comments
+1. Most of these would be valuable in my use cases, as well as language identification. Possibly langid is a different beast than this approach should support? Image vectorization is a potentially tough use case as images can be large and including them in base64 natively in documents can dramatically inflate document size on disk rather than providing a reference pointer to external storage (such as s3). |
From #1150 (comment) @asfoorial suggests
|
They all get a thumbs up from me, but I actually would love to see image embedding. I'm fascinated by it. |
+1 tbh , I would love to have them all. |
Are cross encoders covered under "rerank model"? |
@dhrubo-os (tagging you since you went over some basics on this with the OCI students) Would it make it easier to produce ML input/output classes for all these different models if we used Smithy to define them and have it generate the classes. Just wondering what we can do to expedite progress on this using some common framework. |
@ylwu-amzn @dhrubo-os I am interested in working on supporting the Question-answering model. Can you guys give me some hints on what I should do? Currently, I am thinking of following the approach that we used to support the text-embedding model |
Currently, ml-commons only supports uploading text-embedding models. However, we believe there are other models that could be valuable additions to our platform:
Please comment on this issue if you require support for other local models or vote for the model you need the most.
The text was updated successfully, but these errors were encountered: