Skip to content

[FEATURE] Trace Question Answering models to TorchScript and Onnx format  #304

Open
@dhrubo-os

Description

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:

  1. distilbert-base-cased-distilled-squad
  2. distilbert-base-uncased-distilled-squad
  3. bert-large-uncased-whole-word-masking-finetuned-squad

I created a feature branch : feature/summarization_model_conversation/. All the development of this issue should be done in that branch.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions