How to use irfanamal/bert_multiple_choice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("irfanamal/bert_multiple_choice") model = AutoModelForMultipleChoice.from_pretrained("irfanamal/bert_multiple_choice")
This model has 1 file scanned as unsafe.
What is a pickle import?
How to fix it?