BertTokenizer.SeparatorToken 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 separator token, which is used when building a sequence from multiple sequences, e.g. two sequences for sequence classification or for a text and a question for question answering. It is also used as the last token of a sequence built with special tokens.
public string SeparatorToken { get; }
member this.SeparatorToken : string
Public ReadOnly Property SeparatorToken As String