Concept
Chunk
A chunk is a fixed-size slice of a data stream that a model processes as one unit before moving to the next. It is the streaming analog of a batch: instead of buffering an entire input and running one forward pass, you cut the input into contiguous pieces and process them in…
The rest of “Chunk” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.
Log in to unlock→