Category
1 article in this category
TLDR: An LLM doesn't "write" text ā it generates a probability distribution over all possible next tokens and then uses a decoding strategy to pick one. Greedy, Beam Search, and Sampling are different rules for that choice. Temperature controls the c...