Batch Random Seed, Top-K 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_SAMPLING
Flowchart
Figure 1 Exponential sampling process of the batch random seed top-k



Parent topic: Functions