Learn Before
Definition

Representation of a Layer's State as a Sequence of Vectors

The state of a model at a specific layer, often denoted by a capital letter like Hl\mathbf{H}^l, is represented as an ordered sequence of vectors. For example, Hl=p0lp1lpnl\mathbf{H}^l = \mathbf{p}_0^l \mathbf{p}_1^l \dots \mathbf{p}_n^l. Each bolded element pil\mathbf{p}_i^l is a vector corresponding to the i-th position in the sequence at layer l. This collection of vectors encapsulates the full set of representations for that layer.

Image 0

0

1

Updated 2025-10-07

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences