Learn Before
Evaluating Model Design Choices
A language model developer is designing a new system and proposes omitting the use of a special, unique token to signal the beginning of every input sequence. Critique this decision. Explain one significant potential problem this could cause for the model's ability to generate coherent and predictable text.
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation 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