Instructions to use VTaPo/my_model_MathBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VTaPo/my_model_MathBERT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("VTaPo/my_model_MathBERT") model = AutoModelForMultipleChoice.from_pretrained("VTaPo/my_model_MathBERT") - Notebooks
- Google Colab
- Kaggle
Ctrl+K