AI Potluck
Infrastructure / Core ML frameworks & libraries

Tokenizers

Hugging Face

Tokenizers is a library providing fast implementations of modern tokenization algorithms including Byte-Pair Encoding, WordPiece, and Unigram. It is written in Rust with bindings for Python, Node.js, and Ruby, and emphasizes high-throughput training and inference. Maintained by Hugging Face, it underpins tokenization in the Transformers library and many production NLP pipelines.

Verified 2026-08-13 via GitHub and the LICENSE body.

Openness

5 high confidence
5.0
license
Apache-2.0(OSI)
source
public
core-gated
ungated

LICENSE body is verbatim Apache License 2.0; full Rust/Python source public. The repository is public and unarchived, and the README describes the whole library with no paid, enterprise or hosted tier beside it, so source is public and the core ungated.

Adoption

5 high confidence
5.0

252,452,945 PyPI downloads of `tokenizers` in the trailing 30 days, which falls in the top band of the software usage scale, over 10M a month, level 5.

Capability

5 high confidence
5.0

Broad feature set and central dependency of the Transformers ecosystem.

Verified 2026-08-13