Byte-Level BPE Tokenizer: hun_Latn (8K)

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

Training Details

Parameter Value
Algorithm Byte-Level BPE
Language hun_Latn
Target Vocab Size 8,000
Final Vocab Size 8,000
Pre-tokenizer custom:hun_Latn
Number handling individual
Contraction handling True
Normalizer NFC
Special Tokens <s>, </s>, <pad>, <unk>
Training Shards 2

Usage

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("flexitok/bpe_hun_Latn_8000_v2")
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
Hello, world! 12345 This is a test. こんにちは H, ell, o, ,, Ġw, orld, !, Ġ, 1, 2, 3, 4, 5, ĠTh, is, Ġis, Ġa, Ġtest, ., Ġ 43, 332, 82, 15, 1057, 7906, 4, 175, 20, 21, 22, 23, 24, 3460, 252, 314, 212, 806, 17, 175
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

Collections including flexitok/bpe_hun_Latn_8000_v2