BpeDecoder.Decode(IEnumerable<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由聯結所有權杖,然後取代用來以空格識別字尾的後置詞,以解碼原始 BPE。
public override string Decode(System.Collections.Generic.IEnumerable<string> tokens);
override this.Decode : seq<string> -> string
Public Overrides Function Decode (tokens As IEnumerable(Of String)) As String
參數
- tokens
- IEnumerable<String>
要合併的權杖清單。
傳回
包含所有合併標記的字串。