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.