Downloads · 30 days
0
flexitok/mod-tokenizers-bpe_numeric_268
mod-tokenizers-bpe_numeric_268 is a machine learning model from flexitok. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
A Byte-Level BPE tokenizer trained on numeric data from Fineweb-2-HQ.
Downloads · 30 days
0
Access
Public
Updated Feb 25, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.json7.8 KB · 75%
From the Hugging Face model README
A Byte-Level BPE tokenizer trained on numeric data from Fineweb-2-HQ.
| Parameter | Value |
|---|---|
| Algorithm | Byte-Level BPE |
| Language | numeric |
| Target Vocab Size | 268 |
| Final Vocab Size | 27 |
| Pre-tokenizer | byte_level |
| Number handling | rtl_1digit |
| Contraction handling | False |
| Normalizer | NONE |
| Special Tokens | <s>, </s>, <pad>, <unk> |
| Training Shards | 1 |
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("flexitok/mod-tokenizers-bpe_numeric_268")
tokens = tokenizer.encode("Hello, world!")
tokenizer.json — Full HuggingFace tokenizervocab.json — Vocabulary mappingmerges.txt — BPE merge rules