次の方法で共有


BpeDecoder コンストラクター

定義

オーバーロード

BpeDecoder()

新しい Bpe デコーダー オブジェクトを構築します。

BpeDecoder(String)

新しい Bpe デコーダー オブジェクトを構築します。

BpeDecoder()

新しい Bpe デコーダー オブジェクトを構築します。

public BpeDecoder ();
Public Sub New ()

適用対象

BpeDecoder(String)

新しい Bpe デコーダー オブジェクトを構築します。

public BpeDecoder (string? suffix);
new Microsoft.ML.Tokenizers.BpeDecoder : string -> Microsoft.ML.Tokenizers.BpeDecoder
Public Sub New (suffix As String)

パラメーター

suffix
String

単語の終わりを特徴付けるために使用されたサフィックス。 このサフィックスは、デコード中に空白に置き換えられます。

適用対象