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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 5797e05
Matija Pajas commited on
Update README.md 24f327d
Matija Pajas commited on
Update README.md afe3875
Matija Pajas commited on
Initial model upload 61463eb
Matija Pajas commited on