From cad2af0e5fc939891cc8a12a8d5d4150798f5a3a Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 27 Aug 2024 15:04:59 +0200 Subject: [PATCH] docs: fix typo in link to tokenization notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a670e55c..0dadc091 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains notes and code examples related to AI. ### Notes -* [Tokenizationl](./notes/tokenization/README.md) +* [Tokenization](./notes/tokenization/README.md) * [AI/ML general](./notes/background.md) * [Embeddings](./notes/embeddings.md) * [Position Embeddings](./notes/position-embeddings)