mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Move up the binding in the readme
This commit is contained in:
14
README.md
14
README.md
@ -28,6 +28,13 @@ versatility.
|
||||
original sentence that corresponds to a given token.
|
||||
- Does all the pre-processing: Truncate, Pad, add the special tokens your model needs.
|
||||
|
||||
## Bindings
|
||||
|
||||
We provide bindings to the following languages (more to come!):
|
||||
- [Rust](https://github.com/huggingface/tokenizers/tree/master/tokenizers) (Original implementation)
|
||||
- [Python](https://github.com/huggingface/tokenizers/tree/master/bindings/python)
|
||||
- [Node.js](https://github.com/huggingface/tokenizers/tree/master/bindings/node)
|
||||
|
||||
## Quick examples using Python:
|
||||
|
||||
Start using in a matter of seconds:
|
||||
@ -70,13 +77,6 @@ And training a new vocabulary is just as easy:
|
||||
[00:00:03] Compute merges ████████████████████████████████████████ 19375/19375
|
||||
```
|
||||
|
||||
## Bindings
|
||||
|
||||
We provide bindings to the following languages (more to come!):
|
||||
- [Rust](https://github.com/huggingface/tokenizers/tree/master/tokenizers) (Original implementation)
|
||||
- [Python](https://github.com/huggingface/tokenizers/tree/master/bindings/python)
|
||||
- [Node.js](https://github.com/huggingface/tokenizers/tree/master/bindings/node)
|
||||
|
||||
## Contributors
|
||||
|
||||
[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/0)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/1)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/2)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/3)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/4)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/5)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/6)[](https://sourcerer.io/fame/clmnt/huggingface/tokenizers/links/7)
|
||||
|
Reference in New Issue
Block a user