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