Fix doc links in readme (#1367)

* Fix doc links in readme

* even better?
This commit is contained in:
Pierric Cistac
2023-12-09 06:14:54 -05:00
committed by GitHub
parent 8f9b945c75
commit 8edec536a7

View File

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