We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c19521 commit 22f0c33Copy full SHA for 22f0c33
examples/README.md
@@ -46,6 +46,8 @@
46
47
- [Object detection](pytorch/object-detector): deploy a Faster R-CNN model from TorchVision to detect objects in images.
48
49
+- [Question generator](pytorch/question-generator): deploy a transformers model to generate questions given text and the correct answer.
50
+
51
## ONNX
52
53
- [Iris classification](onnx/iris-classifier): deploy an XGBoost model (exported in ONNX) to classify iris flowers.
0 commit comments