Token Classification
Transformers
Oromo
English
tokenizer
byte-pair-encoding
afaan-oromo
oromo
ethiopia
Instructions to use NaolBM/Oromo-BBPE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NaolBM/Oromo-BBPE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="NaolBM/Oromo-BBPE")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NaolBM/Oromo-BBPE", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K