Instructions to use AnReu/albert-for-arqmath-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnReu/albert-for-arqmath-3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AnReu/albert-for-arqmath-3")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AnReu/albert-for-arqmath-3") model = AutoModel.from_pretrained("AnReu/albert-for-arqmath-3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ce61465 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ddf72908e367da1b43553a20e0875ac787a87393b26d60f720135add88d44201
size 47019729
|