Transformers How to use Jiqing/patched_tiny_random_bert_for_question_answering with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Jiqing/patched_tiny_random_bert_for_question_answering", dtype="auto")