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")
No model card
Files info