BpeDecoder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BpeDecoder() |
Construct a new Bpe decoder object. |
BpeDecoder(String) |
Construct a new Bpe decoder object. |
BpeDecoder()
Construct a new Bpe decoder object.
public BpeDecoder ();
Public Sub New ()
Applies to
BpeDecoder(String)
Construct a new Bpe decoder object.
public BpeDecoder (string? suffix);
new Microsoft.ML.Tokenizers.BpeDecoder : string -> Microsoft.ML.Tokenizers.BpeDecoder
Public Sub New (suffix As String)
Parameters
- suffix
- String
The suffix that was used to characterize an end-of-word. This suffix will be replaced by white spaces during the decoding.