ml-commons icon indicating copy to clipboard operation
ml-commons copied to clipboard

[FEATURE] Support local question answering model

Open TrungBui59 opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? There is a demand to support the question-answering model to ml-commons. Since there is already a PR for the question-answering model in the py-ml repo. By supporting this type of model, we can roll out the feature right away to the user

Input: list of string Output: List of string

What solution would you like? Following the same approach as the text embedding model, we will let the user upload and run the model on top of DJL

What alternatives have you considered? I haven't figured out an alternative approach. But this approach reuses the approach we did for text embedding, which is proven to be working

Do you have any additional context? HuggingFace tutorial

TrungBui59 avatar Nov 23 '23 11:11 TrungBui59