A blazingly fast tokenizer library that is 50x faster and 10x smaller than alternatives, providing 100% accurate encoding/decoding for large language models. Current version 0.0.10 targets Python >=3.10, with weekly release cadence.
pip install tokieNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Tokie instance with a model name, then encode/decode strings.
Use `backend='huggingface'` instead of `tokenizer='huggingface'`
Install with appropriate extras: `pip install tokie[all]` to cover all backends
Provide a valid model name (e.g., 'gpt2', 'bert-base-uncased')