2 instantiations of 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);
9 references to TextClassificationTransformer
Microsoft.ML.TorchSharp (9)
NasBert\NerTrainer.cs (1)
255loaderAssemblyName: typeof(TextClassificationTransformer).Assembly.FullName);
NasBert\TextClassificationTrainer.cs (8)
22[assembly: LoadableClass(typeof(TextClassificationTransformer), null, typeof(SignatureLoadModel), 23TextClassificationTransformer.UserName, TextClassificationTransformer.LoaderSignature)] 25[assembly: LoadableClass(typeof(IRowMapper), typeof(TextClassificationTransformer), null, typeof(SignatureLoadRowMapper), 26TextClassificationTransformer.UserName, TextClassificationTransformer.LoaderSignature)] 191loaderAssemblyName: typeof(TextClassificationTransformer).Assembly.FullName); 239private static TextClassificationTransformer Create(IHostEnvironment env, ModelLoadContext ctx)