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