Instructions to use NLPC-UOM/SinBERT-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NLPC-UOM/SinBERT-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NLPC-UOM/SinBERT-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NLPC-UOM/SinBERT-small") model = AutoModelForMaskedLM.from_pretrained("NLPC-UOM/SinBERT-small") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
62a26c6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e37dbfc9e6d0c9ae4747840eb0b3efaafc6a0b0d2364f6c74296f5100cb7d19
size 2863
|