Company firewall seems to prevent me from just using
model = AutoModel.from_pretrained("sentence-transformers/bert-base-nli-stsb-mean-tokens")
so I need to download this model locally and then read it into Python. Couldn't find the direct AWS link, seems to be typically in this form: but did not work
https://s3.amazonaws.com/models.huggingface.co/bert/bert-base-nli-stsb-mean-tokens-pytorch_model.bin
Tried these similar questions/solutions here but did not work, since I can't run the first line to download from pretrained in Python, I need an external solution