Learn Before
A language model has produced a set of potential next tokens with their corresponding probabilities: 'cat' (0.22), 'dog' (0.35), 'bird' (0.15), 'fish' (0.18), and 'hamster' (0.10). Which option below correctly shows these tokens sorted in descending order of their probability?
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A language model has generated the following potential next tokens and their associated probabilities. Arrange these tokens in the correct order as they would appear after being sorted in descending order based on their probability.
A language model has produced a set of potential next tokens with their corresponding probabilities: 'cat' (0.22), 'dog' (0.35), 'bird' (0.15), 'fish' (0.18), and 'hamster' (0.10). Which option below correctly shows these tokens sorted in descending order of their probability?
Debugging a Text Generation Pipeline