UnigramLM Tokenizer: ind_Latn (8K)

A UnigramLM tokenizer trained on ind_Latn data from Fineweb-2-HQ.

Training Details

Parameter Value
Algorithm UnigramLM
Language ind_Latn
Target Vocab Size 8,000
Final Vocab Size 8,000
Pre-tokenizer ByteLevel
Normalizer NFC
Special Tokens <s>, </s>, <pad>, <unk>
Training Shards 2

Usage

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("flexitok/-unigram_ind_Latn_8000")
tokens = tokenizer.encode("Hello, world!")

Files

  • tokenizer.json โ€” Full HuggingFace tokenizer
  • vocab.json โ€” Vocabulary mapping
  • tokenizer.model โ€” SentencePiece protobuf (if available)
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/unigram_ind_Latn_8000