End of training 6f365a3 verified
Hoang Pham commited on
How to use hoganpham/my_first_multiplechoice_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("hoganpham/my_first_multiplechoice_model")
model = AutoModelForMultipleChoice.from_pretrained("hoganpham/my_first_multiplechoice_model")