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
No model card
- Downloads last month
- 1