Language Model Output Structure
A language model is processing the input sequence 'The cat sat on the'. The model's vocabulary consists of 10,000 unique words (tokens). Describe the direct output that the model's final layer produces to determine the next word. Specifically, what is the structure and size of this output, and how does it relate to the model's vocabulary?
0
1
Tags
Ch.2 Generative Models - 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 neural network language model, which has a vocabulary of 50,000 unique tokens, is given the input context 'The sun is shining and the sky is'. What does the model's final layer compute and output directly to represent the likelihood of the next token?
Language Model Output Structure
Interpreting Language Model Output