Text Classification
Transformers
Safetensors
albert
classification
sentiment
sinhala
news data
Generated from Trainer
Instructions to use theekshana/sinhala_albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theekshana/sinhala_albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="theekshana/sinhala_albert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("theekshana/sinhala_albert") model = AutoModelForSequenceClassification.from_pretrained("theekshana/sinhala_albert") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a441dd7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af3e71946d6e7c2d83054508a1622cab64e2180e10893fd50c6f6c84a24fd33e
size 5048
|