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
What is the licenses for this whole model?
#3 opened 9 months ago
by
rh-id
Could you explain the details about the finetune dataset?
1
#2 opened over 2 years ago
by
hxypqr