Microsoft.ML.TorchSharp.NasBert Namespace

Classes

NasBertTrainer
NasBertTrainer.NasBertOptions
NasBertTrainer<TLabelCol,TTargetsCol>
NasBertTransformer<TLabelCol,TTargetsCol>
NerTrainer

The IEstimator<TTransformer> for training a Deep Neural Network(DNN) to classify text.

NerTrainer.NerOptions
NerTransformer
SentenceSimilarityTrainer

The IEstimator<TTransformer> for training a Deep Neural Network(DNN) to classify text.

SentenceSimilarityTrainer.SentenceSimilarityOptions
SentenceSimilarityTransformer
TextClassificationTrainer

The IEstimator<TTransformer> for training a Deep Neural Network(DNN) to classify text.

TextClassificationTrainer.TextClassificationOptions
TextClassificationTransformer

Enums

BertArchitecture

Sentence classification model.

BertTaskType

These are taken from the TorchSharp model we are implementing.