fineweb2-hq-tokenizers-v2
Collection
182 items • Updated
A Byte-Level BPE tokenizer trained on tur_Latn data from Fineweb-2-HQ.
| Parameter | Value |
|---|---|
| Algorithm | Byte-Level BPE |
| Language | tur_Latn |
| Target Vocab Size | 1,000 |
| Final Vocab Size | 1,000 |
| Pre-tokenizer | custom:tur_Latn |
| Number handling | individual |
| Contraction handling | True |
| Normalizer | NFC |
| Special Tokens | <s>, </s>, <pad>, <unk> |
| Training Shards | 2 |
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("flexitok/bpe_tur_Latn_1000_v2")
tokens = tokenizer.encode("Hello, world!")
tokenizer.json — Full HuggingFace tokenizervocab.json — Vocabulary mappingmerges.txt — BPE merge rules| Text | Tokens | Token IDs |
|---|---|---|
Hello, world! 12345 This is a test. こんにちは |
H, el, l, o, ,, Ġ, w, or, l, d, !, Ġ, 1, 2, 3, 4, 5, ĠT, h, is |
43, 239, 79, 82, 15, 177, 90, 251, 79, 71, 4, 177, 20, 21, 22, 23, 24, 334, 75, 272 |