A demo BERT model for testing hf-release.
from transformers import AutoModel model = AutoModel.from_pretrained("MikeChandler/demo-model")