Transformers How to use FooJiaYin/bert-context-selection with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("FooJiaYin/bert-context-selection")
model = AutoModelForMultipleChoice.from_pretrained("FooJiaYin/bert-context-selection")