Decodes a list of tokens back into text.
tokens
@override String decode(List<int> tokens) { // Without a real vocabulary this is a no-op placeholder. return '[decoded ${tokens.length} tokens]'; }