Learn Before
A specific language model requires that any input sequence must begin with a special symbol, denoted as [START], to signal the beginning of the text. Given the sentence 'The model predicts.', which of the following token sequences is correctly formatted for this model?
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A specific language model requires that any input sequence must begin with a special symbol, denoted as
[START], to signal the beginning of the text. Given the sentence 'The model predicts.', which of the following token sequences is correctly formatted for this model?Debugging Model Input
Evaluating Model Design Choices