2 references to TextClassificationTransformer
Microsoft.ML.TorchSharp (2)
NasBert\TextClassificationTrainer.cs (2)
110return new TextClassificationTransformer(host, options as NasBertOptions, model as NasBertModel, labelColumn); 291return new TextClassificationTransformer(env, options, model, labelCol);