BertTaskType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這些是取自我們所實作的 TorchSharp 模型。
public enum BertTaskType
type BertTaskType =
Public Enum BertTaskType
- 繼承
-
BertTaskType
欄位
名稱 | 值 | Description |
---|---|---|
None | 0 | |
MaskedLM | 1 | |
TextClassification | 2 | |
SentenceRegression | 3 | |
NamedEntityRecognition | 4 | |
NameEntityRecognition | 4 | |
QuestionAnswering | 5 |