Fm::Sampling
Inherits Enum < Comparable < Value < Object
Sampling strategy for token generation.
Constants
Random = 0
Random sampling with temperature (default).
Greedy = 1
Greedy sampling: always pick the most likely token.
Inherits Enum < Comparable < Value < Object
Sampling strategy for token generation.
Random sampling with temperature (default).
Greedy sampling: always pick the most likely token.