From b013ec68cb840b1ff95a9ffaca9ff81c99ac058f Mon Sep 17 00:00:00 2001 From: 152334H <54623771+152334H@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:32:15 +0800 Subject: [PATCH] fix filelink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecde6a1b6..2a9cd055a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ versatility. - Does all the pre-processing: Truncate, Pad, add the special tokens your model needs. ## Performances -Performances can vary depending on hardware, but running the [~/bindings/python/benches/test_tiktoken.py](https://github.com/huggingface/tokenizers/bindings/python/benches/test_tiktoken.py) should give the following on a g6 aws instance: +Performances can vary depending on hardware, but running the [~/bindings/python/benches/test_tiktoken.py](bindings/python/benches/test_tiktoken.py) should give the following on a g6 aws instance: ![image](https://github.com/user-attachments/assets/2b913d4b-e488-4cbc-b542-f90a6c40643d)