Top-P Sampling
A decoding strategy that dynamically selects the smallest set of tokens whose cumulative probability exceeds P, then samples from that set.
LLMs
A decoding strategy that dynamically selects the smallest set of tokens whose cumulative probability exceeds P, then samples from that set.