Instructions to use AllanK24/tbs17-MathBERT-Math-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AllanK24/tbs17-MathBERT-Math-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AllanK24/tbs17-MathBERT-Math-Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AllanK24/tbs17-MathBERT-Math-Classifier") model = AutoModelForSequenceClassification.from_pretrained("AllanK24/tbs17-MathBERT-Math-Classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e5bfa2c74e6aaf18eeeb7de359c1b97a807a3d90c9e3c9489884f2065f99a90c
- Size of remote file:
- 5.43 kB
- SHA256:
- b806181463719b910eb1f8421e26c402b2167adfc27fe59e920ec1f7c1794dbf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.