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