From 4658554b331a086163b728f88a8ff3233cc1c628 Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Sun, 27 Sep 2020 14:11:59 -0700 Subject: [PATCH] Add question generator to examples table of contents --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 4c0ee95754..1eb711f57d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,6 +46,8 @@ - [Object detection](pytorch/object-detector): deploy a Faster R-CNN model from TorchVision to detect objects in images. +- [Question generator](pytorch/question-generator): deploy a transformers model to generate questions given text and the correct answer. + ## ONNX - [Iris classification](onnx/iris-classifier): deploy an XGBoost model (exported in ONNX) to classify iris flowers.