Cutoffs for Adaptive Softmax

Are there any guidelines/articles as how to choose the cutoffs for adaptive softmax?

The class is here: https://pytorch.org/docs/stable/_modules/torch/nn/modules/adaptive.html.

Thanks in advance.