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