Package org.apache.ignite.example.ml
Class MlPytorchQAExample
java.lang.Object
org.apache.ignite.example.ml.MlBaseExample
org.apache.ignite.example.ml.MlPytorchQAExample
This example demonstrates:
1. Download and Deploy a model from huggingface.
2. Inference via Embedded API using a model from huggingface Question Answering model
- Executes prediction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ignite.example.ml.MlBaseExample
MlBaseExample.MODE -
Field Summary
Fields inherited from class org.apache.ignite.example.ml.MlBaseExample
client, mlApi, server, sql -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.example.ml.MlBaseExample
start, stop
-
Constructor Details
-
MlPytorchQAExample
public MlPytorchQAExample()
-
-
Method Details
-
main
- Throws:
Exception
-