Dec 23, 2020 · I wish to use pre-trained bert-base-nli-mean-tokens model. The third option is not feasible as I don't have internet access to my local system. I should be able to save it once (downloading from the internet)and onwards, it should be loaded from the system without having any internet access. from transformers import AutoTokenizer tokenizer = …