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