Transformers How to use ydshieh/tiny-random-DebertaV2ForMultipleChoice with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-DebertaV2ForMultipleChoice")
model = AutoModelForMultipleChoice.from_pretrained("ydshieh/tiny-random-DebertaV2ForMultipleChoice")