Microsoft.ML.TorchSharp.NasBert Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |