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