Skip to content

Commit

Permalink
Fix doc links in readme (#1367)
Browse files Browse the repository at this point in the history
* Fix doc links in readme

* even better?
  • Loading branch information
Pierrci authored Dec 9, 2023
1 parent 8f9b945 commit 8edec53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@ print(output.tokens)
# ["Hello", ",", "y", "'", "all", "!", "How", "are", "you", "[UNK]", "?"]
```

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!
Check the [documentation](https://huggingface.co/docs/tokenizers/index)
or the [quicktour](https://huggingface.co/docs/tokenizers/quicktour) to learn more!

0 comments on commit 8edec53

Please sign in to comment.