Update README.md - Broken link (#1272)

* Update README.md - Broken link

fixed "python documentation" link

* Update README.md

Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>

---------

Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
This commit is contained in:
Santosh Bhavani
2023-06-08 04:20:11 -04:00
committed by GitHub
parent f85e8467e4
commit 5d70f15bfb

View File

@ -70,6 +70,7 @@ print(output.tokens)
# ["Hello", ",", "y", "'", "all", "!", "How", "are", "you", "[UNK]", "?"]
```
Check the [python documentation](https://huggingface.co/docs/tokenizers/python/latest) or the
Check the [python documentation](https://huggingface.co/docs/tokenizers/index) or the
[python quicktour](https://huggingface.co/docs/tokenizers/python/latest/quicktour.html) to learn
more!