microsoft / microsoft/onnxruntime-inference-examples
Are BERT Squad models supported
Open
@fs-eire is already working on this.
Since Jul 30, 2021.
help wanted
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 414
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 14
Description
I am not sure how to pass the inputs to the BERT Squad model session in onnx web runtime.
these are the inputs:
unique_ids_raw_output___9:0
name: unique_ids_raw_output___9:0
type: int64[unk__475]
segment_ids:0
name: segment_ids:0
type: int64[unk__476,256]
input_mask:0
name: input_mask:0
type: int64[unk__477,256]
input_ids:0
name: input_ids:0
type: int64[unk__478,256]
An example would be helpful
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.