Method Decode
- Namespace
- LMKit.Tokenization
- Assembly
- LM-Kit.NET.dll
Decode(IEnumerable<int>)
Converts tokens to a human-readable string.
public string Decode(IEnumerable<int> tokens)
Parameters
tokens
IEnumerable<int>A collection of tokens to convert to string.
Returns
- string
The decoded string value.