Class MlCustomTranslatorExample

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

public class MlCustomTranslatorExample extends MlBaseExample
This example demonstrates: 1. Download and Deploy a model from huggingface. 2. Generate JAR from custom classes 3. Inference via Embedded API using a model from huggingface with custom input, output, and translationFactory - Simple prediction - Batch prediction
  • Constructor Details

    • MlCustomTranslatorExample

      public MlCustomTranslatorExample()
  • Method Details