ort-customops/tutorials
shaahji 0616039115 Issue #226: Functional e2e NLP example
* Implemented a new version of Kernel and the CustomOp to support
  output that matches the HuggingFace model's input without the need
  for intermediate python logic.
* Implemented a e2e tutorial for exporting and inferencing using the
  HuggingFace's QuestionAnsering model.

Known Issue: Python side doesn't have an implementation of Bert Decoder
and so the augmented model is only half-complete. At the time of
inferencing the HuggingFace tokenizer is used to decode the result back
to string.
2022-07-22 13:56:40 -07:00
..
data/gpt-2 The README.md doc update for the release (#87) 2021-05-07 14:12:25 -07:00
bert_e2e.py update the bert end to end example with hftok (#236) 2022-06-01 10:41:42 -07:00
cpp_custom_ops_tutorial.md Renamed tf2onnx tutorial (#37) 2021-01-08 10:58:29 -08:00
gpt2bs.py The new pre/post processing API, replacing ONNXCompose (#205) 2022-03-08 16:32:59 -08:00
hf_bert_e2e.py Issue #226: Functional e2e NLP example 2022-07-22 13:56:40 -07:00
imagenet_processing.ipynb updat the tutorial (#214) 2022-03-23 14:28:18 -07:00
pytorch_custom_ops_tutorial.ipynb Update README.md (#238) 2022-07-06 16:18:35 -07:00
tf2onnx_custom_ops_tutorial.ipynb rename the package to onnxruntime_extensions (#92) 2021-05-12 12:02:57 -07:00