How to use prajjwal1/bert-mini with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("prajjwal1/bert-mini", dtype="auto")
Flax weights
· Sign up or log in to comment