Class MlPytorchQAExample

java.lang.Object
org.apache.ignite.example.ml.MlBaseExample
org.apache.ignite.example.ml.MlPytorchQAExample

public class MlPytorchQAExample extends MlBaseExample
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
  • Constructor Details

    • MlPytorchQAExample

      public MlPytorchQAExample()
  • Method Details