Definition

Value Matrix (V) in Attention

In attention mechanisms, the Value matrix, denoted as V\mathbf{V}, is a matrix that contains the set of value vectors for an input sequence. The dimensions of this matrix are i×di' \times d, where ii' is the sequence length (the number of value vectors) and dd is the dimension of each individual value vector. This is formally expressed as: VRi×d\mathbf{V} \in \mathbb{R}^{i' \times d}

Image 0

0

1

Updated 2025-10-07

Contributors are:

Who are from:

Tags

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences