from transformers import AutoTokenizer, AutoModel

# This will open a webpage in your default browser without warning
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")