Transformers How to use hf-tiny-model-private/tiny-random-MegaForMultipleChoice with Transformers:
# Load model directly
from transformers import AutoModelForMultipleChoice
model = AutoModelForMultipleChoice.from_pretrained("hf-tiny-model-private/tiny-random-MegaForMultipleChoice", dtype="auto")