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=h0lh1lhml\mathbf{H}^l = \mathbf{h}_0^l \mathbf{h}_1^l \dots \mathbf{h}_m^l. Each bolded element hil\mathbf{h}_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 2026-06-15

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