How to use prajjwal1/bert-tiny with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("prajjwal1/bert-tiny", dtype="auto")
π
These models are ported from Google repo BERT checkpoint. So you should refer to the Google BERT repository for training code and tokenizer info.
Β· Sign up or log in to comment