Token Classification
Transformers
Amharic
Tigrinya
tokenizer
byte-pair-encoding
bpe
geez-script
amharic
tigrinya
low-resource
nlp
morphology-aware
Horn of Africa
Instructions to use Hailay/geez-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hailay/geez-tokenizer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Hailay/geez-tokenizer")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hailay/geez-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.