Large Language Models (LLMs) Concepts
Vidhi Chugh
AI strategist and ethicist


Text:
Tokenization:
Talking -> Talk
Talked -> Talk
Talk -> Talk



Does not capture the order or context
Does not capture the semantics between the words
| Cat | Mouse | |
|---|---|---|
| Plant | -0.9 | -0.8 |
| Furry | 0.9 | 0.7 |
| Carnivore | 0.9 | -0.8 |



Large Language Models (LLMs) Concepts