BertTokenizer.MaskingToken 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 mask token used for masking values. This is the token used when training this model with masked language modeling. This is the token which the model will try to predict.
public string MaskingToken { get; }
member this.MaskingToken : string
Public ReadOnly Property MaskingToken As String