Downloads · 30 days
16
22% of all-time downloads
flexitok/mod-tokenizers-rtl_5digit
mod-tokenizers-rtl_5digit 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
16
22% of all-time downloads
All-time downloads
72
Public
Parameters
54.6M
264 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors109 MB · 89%
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 | 100,007 |
| Final Vocab Size | 100,007 |
| Pre-tokenizer | byte_level |
| Number handling | rtl_5digit |
| Contraction handling | False |
| Normalizer | NONE |
| Special Tokens | <s>, </s>, <pad>, <unk> |
| Training Shards | 1 |
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("None")
tokens = tokenizer.encode("Hello, world!")
tokenizer.json — Full HuggingFace tokenizervocab.json — Vocabulary mappingmerges.txt — BPE merge rules| Text | Tokens | Token IDs |
|---|---|---|
123500119 mod 67 | 1235, 00, 119, , mod, , 67 | 2294, 87, 134, 6, 4, 6, 53 |