β‘ KordAI TokenizerFast
KordAI TokenizerFast is a fast Hugging Face tokenizer designed for efficient text preprocessing for Thai and English language models.
It is fully compatible with the π€ Transformers ecosystem and can be used for both training and inference with compatible models.
β¨ Features
- π Fast tokenizer implementation
- πΉπ Thai language support
- πΊπΈ English language support
- π€ Compatible with Hugging Face Transformers
- β‘ Efficient tokenization and decoding
- π» Suitable for both training and inference
π Model Details
| Item | Value |
|---|---|
| Repository | KordAI/TokenizerFast |
| Type | Fast Tokenizer |
| Languages | Thai, English |
| Library | Transformers |
| License | Apache-2.0 |
π― Intended Use
This tokenizer is designed for:
- Thai text tokenization
- English text tokenization
- Multilingual NLP pipelines
- Dataset preprocessing
- Language model training
- Language model inference
π Usage
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained(
"KordAI/TokenizerFast"
)
text = "ΰΈͺΰΈ§ΰΈ±ΰΈͺΰΈΰΈ΅ Hello!"
tokens = tokenizer(text)
print(tokens)
decoded = tokenizer.decode(tokens["input_ids"])
print(decoded)
β οΈ Notes
- This repository contains only the tokenizer.
- It should be used together with a compatible language model.
- Performance depends on the model paired with this tokenizer.
π Acknowledgments
Special thanks to:
- Hugging Face for the Transformers ecosystem.
- KordAI for developing and distributing the tokenizer.
- The open-source AI community for advancing multilingual NLP.
π Citation
@misc{kordaitokenizerfast2026,
title={KordAI TokenizerFast},
author={KordAI},
year={2026},
publisher={Hugging Face},
howpublished={https://huggingface.co/KordAI/TokenizerFast}
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support