Package org.tribuo.interop.onnx.extractors
package org.tribuo.interop.onnx.extractors
Provides feature extraction implementations which use ONNX models.
These are mainly for text or images, e.g., BERTFeatureExtractor
which uses an ONNX format BERT model to provide feature vectors based on the
BERT embeddings.
-
ClassDescriptionBERTFeatureExtractor<T extends Output<T>>Builds examples and sequence examples using features from BERT.CLI options for running BERT.The type of output pooling to perform.