Share via


TokenizerResult.Ids Property

Definition

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)

Property Value

Applies to