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: 134 Bytes
8862fc2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ac9136090478bbf8e65f2fd741a5371faea5902d5ad48ff897cbbaa026bd31da
size 438130617
|