Return `text` and the `n_words` that come after
LMLearner_predict(
text,
n_words = 1,
no_unk = TRUE,
temperature = 1,
min_p = NULL,
no_bar = FALSE,
decoder = decode_spec_tokens(),
only_last_word = FALSE
)
text
n_words
no_unk
temperature
min_p
no_bar
decoder
only_last_word
None