Earlier quoted context omitted.
where can one learn what top_k and top_p mean?
The posted answers are either behind a paywall or very obtuse so I'll just explain. I'll assume you know what tokens are. A models output is not a single token, but a list with the probability for all the tokens that it knows, so we need to use a sampler to select the token that it's going to be the next token in the sentence. For example a simple greedy sampler will choose the token with the highest probability, but…
Our tricks didn't work very well. But I didn't manage to keep up well enough to learn what worked.