|
|
|
|
|
by golol
872 days ago
|
|
LLMs are Marokov Chains in the following sense: States are vectors of context-length many tokens. Then the model describes a transitions matrix: For a given
context-length sized vector of tokens it gives you probabilities for the next context-length sized vector of tokens. |
|