snori
snori
Log in
DE EN

The AI glossary AI basics

Greedy Decoding

Greedy decoding is a sampling method in which a language model always picks the single most probable next token at each step. The result is deterministic and consistent, but can feel less natural or creative than methods that introduce controlled randomness.

Source: Hugging Face — Text generation strategies

← Back to the glossary