共用方式為


TokenizerResult.Ids 屬性

定義

取得權杖識別碼的清單。 Id 是語言模型的主要輸入。 它們是權杖索引,也就是 LM 所瞭解的數值標記法。

public System.Collections.Generic.IReadOnlyList<int> Ids { get; }
member this.Ids : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property Ids As IReadOnlyList(Of Integer)

屬性值

適用於