Example

Example of a Token Sequence

A token sequence is a fundamental data structure in language modeling where a sentence is broken down into individual units, or tokens. Positional information is often included to indicate the order of the tokens. For example, the sentence 'The kitten is chasing the ball .' can be represented as a sequence of tokens with their positions marked by subscripts: 'The₁ kitten₂ is₃ chasing₄ the₅ ball₆ .'.

0

1

Updated 2025-10-10

Contributors are:

Who are from:

Tags

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences