How to use zharry29/order_benchmark_bert with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("zharry29/order_benchmark_bert") model = AutoModelForMultipleChoice.from_pretrained("zharry29/order_benchmark_bert")