Byte-Level BPE Tokenizer: numeric (0K)

A Byte-Level BPE tokenizer trained on numeric data from Fineweb-2-HQ.

Training Details

Parameter Value
Algorithm Byte-Level BPE
Language numeric
Target Vocab Size 107
Final Vocab Size 107
Pre-tokenizer byte_level
Number handling rtl_2digit
Contraction handling False
Normalizer NONE
Special Tokens <s>, </s>, <pad>, <unk>
Training Shards 1

Usage

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("None")
tokens = tokenizer.encode("Hello, world!")

Files

  • tokenizer.json โ€” Full HuggingFace tokenizer
  • vocab.json โ€” Vocabulary mapping
  • merges.txt โ€” BPE merge rules

Sample Encoding

Text Tokens Token IDs
1234500119 mod 67 12, 34, 50, 0, 11, 9, , mod, , 67 65, 74, 35, 8, 7, 21, 6, 4, 6, 62
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including flexitok/mod-tokenizers-rtl_2digit