-
Notifications
You must be signed in to change notification settings - Fork 64
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
[FEATURE] Trace Question Answering models to TorchScript and Onnx format #304
Comments
[2023-10-11] Hi, I would like to tackle this issue.I plan to create a similiar script called distilbert model besides Sentence Transformer:
Specifically, I plan to
Should I push directly to If there is anything I can do, please let me know. [2023-10-12] I would like to select the "cased" model.Among the three models, only the "cased" model answered my questions correctly. Test 1
Test 2
|
Sure assigning to you. |
May be we can create a question answering model class and work in there? distilbertmodel is one type of model, so I don't think we should create separate classes for |
Yeah, you can raise the PR in |
Hi @dhrubo-os, Got it -- make sense! Will 1) create a question_answering.py model, and 2) raise PR in that branch! Thanks, |
We are planning to add more model supports in ML-Commons. opensearch-project/ml-commons#1164
The target of this issue is to trace 3 popular pre-trained Question answering models to TorchScript and Onnx format. In this repo we traced pre-trained sentence embedding models into torchscript and onnx
We need to build the similar method to trace summarization models. Primarily we can target these models:
I created a feature branch : feature/summarization_model_conversation/. All the development of this issue should be done in that branch.
The text was updated successfully, but these errors were encountered: