Udostępnij przez


BertTokenizer.SeparatorToken Property

Definition

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

Property Value

Applies to