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.