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