Learn Before
A language model is being trained. It receives the input context 'The playful kitten...' and needs to learn to generate the completion '...is chasing a red ball.' To create a basic, unformatted target sequence for this training example, which of the following options best represents the desired output?
0
1
Tags
Ch.1 Pre-training - 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 is being trained. It receives the input context 'The playful kitten...' and needs to learn to generate the completion '...is chasing a red ball.' To create a basic, unformatted target sequence for this training example, which of the following options best represents the desired output?
Creating a Simple Target Sequence
A language model is being trained to generate the sentence 'The kitten is chasing the ball.' The sequence
The kitten is chasing the ball.is presented as the ground truth for this training example. This sequence is an appropriate example of a simple, unformatted target sequence.