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