Class MlTensorflowSentenceEncoderExample

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

public class MlTensorflowSentenceEncoderExample extends MlBaseExample
Demonstrates running a TensorFlow-based Universal Sentence Encoder model on GridGain.

Downloads the model from Hugging Face, deploys it to the cluster with its translator JAR, and performs sentence embedding inference using a custom compute job and marshallers.

  • Constructor Details

    • MlTensorflowSentenceEncoderExample

      public MlTensorflowSentenceEncoderExample()
  • Method Details