Byte-Level BPE Tokenizer: arb_Arab (16K)

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

Training Details

Parameter Value
Algorithm Byte-Level BPE
Language arb_Arab
Target Vocab Size 16,000
Final Vocab Size 16,949
Pre-tokenizer custom:arb_Arab
Number handling ltr_3digit
Contraction handling True
Normalizer NONE
Special Tokens <s>, </s>, <pad>, <unk>
Training Shards 2

Usage

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("flexitok/bpe_script_Arab_16000")
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, !, Ġ, 123, 45, Ġ, This, Ġ, is, Ġ, a, Ġ, t, est 42, 3848, 81, 14, 223, 89, 10002, 3, 223, 16715, 4208, 223, 12697, 223, 901, 223, 67, 223, 86, 2704
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