BpeTrainer.SpecialTokens 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 list of special tokens the model should know of.
public System.Collections.Generic.IReadOnlyList<Microsoft.ML.Tokenizers.AddedToken>? SpecialTokens { get; }
member this.SpecialTokens : System.Collections.Generic.IReadOnlyList<Microsoft.ML.Tokenizers.AddedToken>
Public ReadOnly Property SpecialTokens As IReadOnlyList(Of AddedToken)