Byte-Level BPE Tokenizer: spa_Latn (4K)

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

Training Details

Parameter Value
Algorithm Byte-Level BPE
Language spa_Latn
Target Vocab Size 4,000
Final Vocab Size 4,000
Pre-tokenizer custom:spa_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_spa_Latn_4000_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, ello, ,, Ġw, or, l, d, !, Ġ, 12, 3, 4, 5, ĠTh, is, Ġis, Ġa, Ġt, est, . 43, 2797, 15, 883, 229, 79, 71, 4, 178, 1386, 22, 23, 24, 3136, 307, 1578, 223, 241, 1660, 17
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_spa_Latn_4000_v2