TokenizerResult.Ids 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 list of the tokens Ids. The Ids are the main input to a Language Model. They are the token indices, the numerical representations that a LM understands.
public System.Collections.Generic.IReadOnlyList<int> Ids { get; }
member this.Ids : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property Ids As IReadOnlyList(Of Integer)