kmplitert
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmplitert
tool
/
io.github.kmplitert.tool
/
LiteRTExt
/
Nlp
/
Tokenizer
/
detokenize
detokenize
abstract
fun
detokenize
(
tokens
:
List
<
Int
>
)
:
String
Converts a list of token IDs back into a string.
Return
The reconstructed text.
Parameters
tokens
The list of token IDs.