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