Instructions to use AnReu/albert-for-math-ar-base-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnReu/albert-for-math-ar-base-ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AnReu/albert-for-math-ar-base-ft")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AnReu/albert-for-math-ar-base-ft") model = AutoModelForSequenceClassification.from_pretrained("AnReu/albert-for-math-ar-base-ft") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
6a9c8f0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:df9bb94d758305815681202a86dcba09bd510c2ba92676731ba3748be8816d2b
size 46755537
|