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