Microsoft.ML.TorchSharp.NasBert Namespace
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Classes
NasBertTrainer | |
NasBertTrainer.NasBertOptions | |
NasBertTrainer<TLabelCol,TTargetsCol> | |
NasBertTransformer<TLabelCol,TTargetsCol> | |
NerTrainer |
O IEstimator<TTransformer> para treinar uma DNN (Rede Neural Profunda) para classificar o texto. |
NerTrainer.NerOptions | |
NerTransformer | |
SentenceSimilarityTrainer |
O IEstimator<TTransformer> para treinar uma DNN (Rede Neural Profunda) para classificar o texto. |
SentenceSimilarityTrainer.SentenceSimilarityOptions | |
SentenceSimilarityTransformer | |
TextClassificationTrainer |
O IEstimator<TTransformer> para treinar uma DNN (Rede Neural Profunda) para classificar o texto. |
TextClassificationTrainer.TextClassificationOptions | |
TextClassificationTransformer |
Enumerações
BertArchitecture |
Modelo de classificação de frases. |
BertTaskType |
Eles são retirados do modelo TorchSharp que estamos implementando. |