Class ZeroShotClassificationConfig

java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.ZeroShotClassificationConfig
All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject, InferenceConfig, LenientlyParsedInferenceConfig, NlpConfig, StrictlyParsedInferenceConfig, NamedXContentObject

public class ZeroShotClassificationConfig extends Object implements NlpConfig
This builds out a 0-shot classification task. The 0-shot methodology assumed is MNLI optimized task. For further info see: https://arxiv.org/abs/1909.00161