How to use TheNewPing/mega-base with Transformers:
# Load model directly from transformers import AutoModelForMultipleChoice model = AutoModelForMultipleChoice.from_pretrained("TheNewPing/mega-base", dtype="auto")
How to fix it?