Batch Random Seed, Top-K logprobs Exponential Sampling
Each batch of the vocabulary probabilities is truncated by using a different top-k, and then exponential sampling of the top-p is performed on each batch of the truncated vocabulary probabilities by using a different random seed.
Parameters
topkToppSamplingType = BATCH_TOPK_EXPONENTIAL_LOGPROBS_SAMPLING, logProbsSize
Flowchart
Figure 1 Top-k logprobs exponential sampling of the batch random seed



Parent topic: Functions