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