Instructions to use AnReu/math_albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnReu/math_albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AnReu/math_albert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AnReu/math_albert") model = AutoModel.from_pretrained("AnReu/math_albert") - Notebooks
- Google Colab
- Kaggle
Commit History
added link to math bert model 36fbb99
Update README.md dd4c2d6
Upload overview image for training 71d85fe
Update README.md 610ec60
Create README.md 18694b9
added model and tokenizer ac16ed1
Anja Reusch commited on