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