Method DecodeStart
- Namespace
- LMKit.Tokenization
- Assembly
- LM-Kit.NET.dll
DecodeStart(IEnumerable<int>, int)
Decodes a sequence of token identifiers, returning the beginning segment of the resulting string up to a specified maximum length.
public string DecodeStart(IEnumerable<int> tokens, int maxLength)
Parameters
tokens
IEnumerable<int>A collection of token identifiers.
maxLength
intThe maximum length of the decoded string.
Returns
- string
The decoded string starting from the beginning.