From 405d624bbff15df61b50b3059602775f059b1730 Mon Sep 17 00:00:00 2001 From: julamarkova-vibe Date: Tue, 14 Jul 2026 21:14:17 +0200 Subject: [PATCH] Fix dead links Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2910793..c264b68 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ In the `serving/0` function, we are loading the[`ResNet-50`](https://huggingface > > It takes raw information and performs various transformations, > such as -> [tokenization](https://neptune.ai/blog/tokenization-in-nlp), +> [tokenization](https://www.bestaiweb.ai/glossary/tokenization/), > [padding](https://www.baeldung.com/cs/deep-neural-networks-padding), > and encoding to prepare the data for model training or inference.