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