Example

Window-based Cache as an Example of Fixed-Size Memory

A window-based cache is a practical implementation of fixed-size memory. It operates by storing a set number of the most recent key-value pairs from a sequence. For instance, a cache of size four would retain the key-value pairs from the four preceding time steps, providing a localized context for the model.

0

1

Updated 2025-10-09

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences