Transformers
PyTorch
TensorFlow
English
albert
pretraining
singapore
sg
singlish
malaysia
ms
manglish
albert-base-v2
Instructions to use zanelim/singbert-lite-sg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zanelim/singbert-lite-sg with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("zanelim/singbert-lite-sg") model = AutoModelForPreTraining.from_pretrained("zanelim/singbert-lite-sg") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot