Feature Extraction
Transformers
tokenizer
byte-level-bpe
brahmic
indic
multilingual
hindi
bengali
tamil
telugu
kannada
malayalam
marathi
gujarati
punjabi
odia
assamese
Instructions to use theschoolofai/BrahmicTokenizer-131K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theschoolofai/BrahmicTokenizer-131K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="theschoolofai/BrahmicTokenizer-131K")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("theschoolofai/BrahmicTokenizer-131K", dtype="auto") - Notebooks
- Google Colab
- Kaggle