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") - Inference
- Notebooks
- Google Colab
- Kaggle
Model license
#2
by gregjacobs - opened
The model card for this model does not contain any license information. Does anyone know if this model has been licensed for use in any capacity and/or will be in the future?