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