次の方法で共有


BpeDecoder.Decode(IEnumerable<String>) メソッド

定義

元の 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>

マージするトークンの一覧。

戻り値

マージされたすべてのトークンを含む文字列。

適用対象