Skip to content

Commit 22f0c33

Browse files
authored
Add question generator to examples table of contents (#1399)
1 parent 6c19521 commit 22f0c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646

4747
- [Object detection](pytorch/object-detector): deploy a Faster R-CNN model from TorchVision to detect objects in images.
4848

49+
- [Question generator](pytorch/question-generator): deploy a transformers model to generate questions given text and the correct answer.
50+
4951
## ONNX
5052

5153
- [Iris classification](onnx/iris-classifier): deploy an XGBoost model (exported in ONNX) to classify iris flowers.

0 commit comments

Comments
 (0)