Skip to main content

UBPE Tokenizer

UBPE -- Universal Byte-Pair Encoding. Universal means that it works not only with strings, but with general sequences too.

The package provides Universal Byte-Pair Encoding tokenizers:

  • UBPEClassic -- optimized version of classic BPE algorithm
  • UBPE -- novel approach to BPE tokenization which allows you to choose between multiple different variants of encodings according to scores of tf-idf metric or something else; the most optimal encoding from this implementation was shorter than the encoding from classic implementation

Guides and theory

Roadmap

  • Python native implementation
  • Cython implementation with C++ backend
    • Publish standalone C++ library (it is already usable)
    • Other types than uint32_t as inner token type
  • Rust backend with standalone package
  • Subdocument tokenization (since v0.3)
    • RegEx support
    • Support for known word tokens in alphabet
    • Ignored tokens
  • Collaborative training
    • Training checkpoints
    • Training on large datasets
    • Training on splitted datasets
  • Other Features:
    • One token -- Many subsequences
    • Spelling correction support
    • Vocabulary pruning
  • Examples:
    • Demo with visualizaton of pros of the UBPE novel algorithm
    • Subdocument tokenization example

Installation

It is planned to deliver different implementations for the algorithm, so the package is divided into general import package (this one), and implementations (for now, Python native and Cython with C++20 backend). To install use:

pip install ubpe[native]

Or,

pip install ubpe[cython]

[!NOTE] Starting with version 0.3, the C++ backend has become faster while the native one has become slower, so there's no reason to use the native backend except for educational purposes.

[!NOTE] While Google Colab is supported, interactive logging doesn't work in it due to complications with redirecting stderr to the cell output.

[!WARNING] Encoding candidates from different backends of the novel tokenizer (UBPE) may differ in order, i.e. two encodings with the same length and weight may be returned in different ordered, but are still valid.

Bug reports

If you find a bug that occurs under certain circumstances in some tests, please report it.

Contribution

Bugfixes and optimizations are welcomed!

P.S. if you are working at Hugging Face or OpenAI, you can write me and hire me. Please.

Release files for ubpe 0.3.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for ubpe 0.3.0
File Interpreter ABI Platform
ubpe-0.3.0-py3-none-any.whl Python 3 none any Details

Release files / ubpe-0.3.0-py3-none-any.whl

Download URL ubpe-0.3.0-py3-none-any.whl
Size 3.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e73d9b7d863466823cfa34b8d1fd8e160d8efe3859ceb6585948a45201436a71
BLAKE2b-256 checksum
How to use checksums
ff793f2d5896487c997b4e55d5e55ebc8032927e6e232b767d6d0abaa8bb4765
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Mar 23, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.3.0 This release

1 release file

0.2.4

1 release file

0.2.3

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page