BertTokenizer.ClassificationToken Property
Definition
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.
Gets the classifier token which is used when doing sequence classification (classification of the whole sequence instead of per-token classification). It is the first token of the sequence when built with special tokens.
public string ClassificationToken { get; }
member this.ClassificationToken : string
Public ReadOnly Property ClassificationToken As String