Instructions to use HPLT/hplt_bert_base_vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HPLT/hplt_bert_base_vi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="HPLT/hplt_bert_base_vi", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("HPLT/hplt_bert_base_vi", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
62bcc17 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b424d7a3192c425e40f1911a8ec4fe03952fb24d6a6da241061cfd503f688cda
size 525164345
|