decode
Decodes the given sequence of integers (tokens) back into text based on the underlying encoding scheme.
Return
The decoded text.
Parameters
tokens
The array of integers to be decoded.
Decodes a token into bytes.
NOTE: this will decode all special tokens.
Raises an exception if the token is not in the vocabulary.