This functionality is currently in public preview.
The ONNXClassification function uses the HuggingFace Tokenizer to encode input text data, input the encoded tokens into a pre-trained HuggingFace model that has been converted into ONNX format and scores the input. Classification results as either raw scores, softmax values, argmax information, or individually named classification columns.